diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-02-09 17:52:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:40:58 +0000 |
commit | f923f0fde8af63c6ba7c232d1f25dd970d9e22e1 (patch) | |
tree | a87a8e2c80d378873a7ce0a549a137f763daf313 /meta | |
parent | 53f3f61a3cf3b9e9aad1c264c7222831da9373ed (diff) | |
download | poky-f923f0fde8af63c6ba7c232d1f25dd970d9e22e1.tar.gz |
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]
(From OE-Core rev: eea9ada645ea5f17cf2e0f2a89a790c26ad27e9d)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/toasterconf.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index fe1564ec26..aac478e1ec 100644 --- a/meta/conf/toasterconf.json +++ b/meta/conf/toasterconf.json | |||
@@ -1,5 +1,12 @@ | |||
1 | { | 1 | { |
2 | "config": {"MACHINE": "qemux86", "DISTRO": "poky"}, | 2 | "config": { |
3 | "MACHINE" : "qemux86", | ||
4 | "DISTRO" : "poky", | ||
5 | "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2", | ||
6 | "IMAGE_INSTALL_append": "", | ||
7 | "PACKAGE_CLASSES": "package_rpm", | ||
8 | "SDKMACHINE" : "x86_64" | ||
9 | }, | ||
3 | "layersources": [ | 10 | "layersources": [ |
4 | { | 11 | { |
5 | "name": "Local OpenEmbedded", | 12 | "name": "Local OpenEmbedded", |