All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Update Toaster configuration file
@ 2015-02-09 17:52 Alex DAMIAN
  0 siblings, 0 replies; only message in thread
From: Alex DAMIAN @ 2015-02-09 17:52 UTC (permalink / raw
  To: openembedded-core

From: Belen Barros Pena <belen.barros.pena@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@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-09 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-09 17:52 [PATCH 1/1] Update Toaster configuration file Alex DAMIAN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.