From: Belen Barros Pena Date: Mon, 9 Feb 2015 17:52:05 +0000 (+0000) Subject: toasterconf: update Toaster configuration file X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31298 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=eea9ada645ea5f17cf2e0f2a89a790c26ad27e9d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toasterconf: update Toaster configuration file Update the config section of the meta/conf/toasterconf.json file to set the default project variables as in meta-yocto/conf/toasterconf.json [YOCTO #7248] Signed-off-by: Belen Barros Pena Signed-off-by: Ross Burton --- diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index fe1564ec264..aac478e1eca 100644 --- a/meta/conf/toasterconf.json +++ b/meta/conf/toasterconf.json @@ -1,5 +1,12 @@ { - "config": {"MACHINE": "qemux86", "DISTRO": "poky"}, + "config": { + "MACHINE" : "qemux86", + "DISTRO" : "poky", + "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2", + "IMAGE_INSTALL_append": "", + "PACKAGE_CLASSES": "package_rpm", + "SDKMACHINE" : "x86_64" + }, "layersources": [ { "name": "Local OpenEmbedded",