On 04/06/2016 10:00 AM, Michael Wood wrote:
From: Ed Bartosh <[email protected]>
Shouldn't the message from the cover letter actually be the commit message here, rather than an empty message?
Signed-off-by: Ed Bartosh <[email protected]> Signed-off-by: Michael Wood <[email protected]> --- meta/conf/toasterconf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index 1987793..bbd40e9 100644 --- a/meta/conf/toasterconf.json +++ b/meta/conf/toasterconf.json @@ -2,9 +2,11 @@ "config": { "MACHINE" : "qemux86", "DISTRO" : "poky", + "DL_DIR" : "${TOPDIR}/../downloads", "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2", "IMAGE_INSTALL_append": "", - "PACKAGE_CLASSES": "package_rpm" + "PACKAGE_CLASSES": "package_rpm", + "SSTATE_DIR" : "${TOPDIR}/../sstate-cache" }, "layersources": [ {
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
