[OE-core] [PATCH 1/1] Update Toaster configuration file

Alex DAMIAN alexandru.damian at intel.com
Mon Feb 9 17:52:05 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

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 <belen.barros.pena at intel.com>
---
 meta/conf/toasterconf.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
index fe1564e..aac478e 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",
-- 
1.9.1




More information about the Openembedded-core mailing list