mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
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>
92 lines
3.0 KiB
JSON
92 lines
3.0 KiB
JSON
{
|
|
"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",
|
|
"sourcetype": "local",
|
|
"apiurl": "../../",
|
|
"branches": ["HEAD", "master", "dizzy"],
|
|
"layers": [
|
|
{
|
|
"name": "openembedded-core",
|
|
"local_path": "meta",
|
|
"vcs_url": "remote:origin",
|
|
"dirpath": "meta"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "OpenEmbedded",
|
|
"sourcetype": "layerindex",
|
|
"apiurl": "http://layers.openembedded.org/layerindex/api/",
|
|
"branches": ["master", "dizzy"]
|
|
},
|
|
{
|
|
"name": "Imported layers",
|
|
"sourcetype": "imported",
|
|
"apiurl": "",
|
|
"branches": ["master", "dizzy", "HEAD"]
|
|
|
|
}
|
|
],
|
|
"bitbake" : [
|
|
{
|
|
"name": "master",
|
|
"giturl": "git://git.openembedded.org/bitbake",
|
|
"branch": "master",
|
|
"dirpath": ""
|
|
},
|
|
{
|
|
"name": "dizzy",
|
|
"giturl": "git://git.openembedded.org/bitbake",
|
|
"branch": "1.24",
|
|
"dirpath": ""
|
|
},
|
|
{
|
|
"name": "HEAD",
|
|
"giturl": "git://git.openembedded.org/bitbake",
|
|
"branch": "HEAD",
|
|
"dirpath": ""
|
|
}
|
|
],
|
|
|
|
"defaultrelease": "master",
|
|
|
|
"releases": [
|
|
{
|
|
"name": "master",
|
|
"description": "OpenEmbedded master",
|
|
"bitbake": "master",
|
|
"branch": "master",
|
|
"defaultlayers": [ "openembedded-core" ],
|
|
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
|
|
"helptext": "Toaster will run your builds using the OpenEmbedded master branch, where active development takes place. This is not a stable branch, so your builds might not work as expected."
|
|
},
|
|
{
|
|
"name": "dizzy",
|
|
"description": "OpenEmbedded Dizzy",
|
|
"bitbake": "dizzy",
|
|
"branch": "dizzy",
|
|
"defaultlayers": [ "openembedded-core" ],
|
|
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
|
|
"helptext": "Toaster will run your builds with the OpenEmbedded Dizzy release"
|
|
},
|
|
{
|
|
"name": "local",
|
|
"description": "Local OpenEmbedded",
|
|
"bitbake": "HEAD",
|
|
"branch": "HEAD",
|
|
"defaultlayers": [ "openembedded-core" ],
|
|
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
|
|
"helptext": "Toaster will run your builds with the version of OpenEmbedded that you have cloned or downloaded to your computer."
|
|
}
|
|
]
|
|
}
|