mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
53f3f61a3c
commit
f923f0fde8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user