mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
Due to the switch to Python 3, Toaster master can only build with master and not with earlier releases. Make master the default release for projects and remove previous releases from configuration. (From OE-Core rev: b96683079fc481080ba7b49731bec697b43edae8) Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
78 lines
2.6 KiB
JSON
78 lines
2.6 KiB
JSON
{
|
|
"config": {
|
|
"MACHINE" : "qemux86",
|
|
"DISTRO" : "nodistro",
|
|
"DL_DIR" : "${TOPDIR}/../downloads",
|
|
"IMAGE_FSTYPES": "ext4 jffs2 tar.bz2",
|
|
"IMAGE_INSTALL_append": "",
|
|
"PACKAGE_CLASSES": "package_rpm",
|
|
"SSTATE_DIR" : "${TOPDIR}/../sstate-cache"
|
|
},
|
|
"layersources": [
|
|
{
|
|
"name": "Local OpenEmbedded",
|
|
"sourcetype": "local",
|
|
"apiurl": "../../",
|
|
"branches": ["HEAD", "master"],
|
|
"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"]
|
|
},
|
|
{
|
|
"name": "Imported layers",
|
|
"sourcetype": "imported",
|
|
"apiurl": "",
|
|
"branches": ["master", "HEAD"]
|
|
|
|
}
|
|
],
|
|
"bitbake" : [
|
|
{
|
|
"name": "master",
|
|
"giturl": "git://git.openembedded.org/bitbake",
|
|
"branch": "master",
|
|
"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 tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/\">OpenEmbedded master</a> branch, where active development takes place. This is not a stable branch, so your builds might not work as expected."
|
|
},
|
|
{
|
|
"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."
|
|
}
|
|
]
|
|
}
|