[oe-commits] Belen Barros Pena : toasterconf: update Toaster configuration file

git at git.openembedded.org git at git.openembedded.org
Sat Feb 14 08:41:55 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: eea9ada645ea5f17cf2e0f2a89a790c26ad27e9d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=eea9ada645ea5f17cf2e0f2a89a790c26ad27e9d

Author: Belen Barros Pena <belen.barros.pena at intel.com>
Date:   Mon Feb  9 17:52:05 2015 +0000

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 <belen.barros.pena at intel.com>
Signed-off-by: Ross Burton <ross.burton 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",



More information about the Openembedded-commits mailing list