mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
"poky" is the reference distribution for the Yocto Project. This renames the layer within the meta-yocto repository to meta-poky, better matching what that layer contains. A layer.conf file is left behind as this is the only way which allows existing builds to migrate safely to the new name. It will be removed at some future point. This change requires the corresponding OE-Core change to handle the migration and the changes to the infrastructure to support this. (From meta-yocto rev: d0c88df2e14672fca4ebbde93c5efbcd0e4fa9b6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
119 lines
4.4 KiB
JSON
119 lines
4.4 KiB
JSON
{
|
|
"config": {
|
|
"MACHINE" : "qemux86",
|
|
"DISTRO" : "poky",
|
|
"IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
|
|
"IMAGE_INSTALL_append": "",
|
|
"PACKAGE_CLASSES": "package_rpm"
|
|
},
|
|
"layersources": [
|
|
{
|
|
"name": "Local Yocto Project",
|
|
"sourcetype": "local",
|
|
"apiurl": "../../",
|
|
"branches": ["HEAD" ],
|
|
"layers": [
|
|
{
|
|
"name": "openembedded-core",
|
|
"local_path": "meta",
|
|
"vcs_url": "remote:origin",
|
|
"dirpath": "meta"
|
|
},
|
|
{
|
|
"name": "meta-poky",
|
|
"local_path": "meta-poky",
|
|
"vcs_url": "remote:origin",
|
|
"dirpath": "meta-poky"
|
|
},
|
|
{
|
|
"name": "meta-yocto-bsp",
|
|
"local_path": "meta-yocto-bsp",
|
|
"vcs_url": "remote:origin",
|
|
"dirpath": "meta-yocto-bsp"
|
|
}
|
|
|
|
]
|
|
},
|
|
{
|
|
"name": "OpenEmbedded",
|
|
"sourcetype": "layerindex",
|
|
"apiurl": "http://layers.openembedded.org/layerindex/api/",
|
|
"branches": ["master", "jethro" ,"fido"]
|
|
},
|
|
{
|
|
"name": "Imported layers",
|
|
"sourcetype": "imported",
|
|
"apiurl": "",
|
|
"branches": ["master", "jethro","fido", "HEAD"]
|
|
|
|
}
|
|
],
|
|
"bitbake" : [
|
|
{
|
|
"name": "master",
|
|
"giturl": "remote:origin",
|
|
"branch": "master",
|
|
"dirpath": "bitbake"
|
|
},
|
|
{
|
|
"name": "jethro",
|
|
"giturl": "remote:origin",
|
|
"branch": "jethro",
|
|
"dirpath": "bitbake"
|
|
},
|
|
{
|
|
"name": "fido",
|
|
"giturl": "remote:origin",
|
|
"branch": "fido",
|
|
"dirpath": "bitbake"
|
|
},
|
|
{
|
|
"name": "HEAD",
|
|
"giturl": "remote:origin",
|
|
"branch": "HEAD",
|
|
"dirpath": "bitbake"
|
|
}
|
|
],
|
|
|
|
"defaultrelease": "master",
|
|
|
|
"releases": [
|
|
{
|
|
"name": "master",
|
|
"description": "Yocto Project master",
|
|
"bitbake": "master",
|
|
"branch": "master",
|
|
"defaultlayers": [ "openembedded-core", "meta-poky", "meta-yocto-bsp"],
|
|
"layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
|
|
"helptext": "Toaster will run your builds using the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/\">Yocto Project master branch</a>, where active development takes place. This is not a stable branch, so your builds might not work as expected."
|
|
},
|
|
{
|
|
"name": "jethro",
|
|
"description": "Yocto Project 2.0 Jethro",
|
|
"bitbake": "jethro",
|
|
"branch": "jethro",
|
|
"defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
|
|
"layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
|
|
"helptext": "Toaster will run your builds with the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=jethro\">Yocto Project 2.0 \"Jethro\"</a> branch."
|
|
},
|
|
{
|
|
"name": "fido",
|
|
"description": "Yocto Project 1.8 Fido",
|
|
"bitbake": "fido",
|
|
"branch": "fido",
|
|
"defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
|
|
"layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
|
|
"helptext": "Toaster will run your builds with the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=fido\">Yocto Project 1.8 \"Fido\"</a> branch."
|
|
},
|
|
{
|
|
"name": "local",
|
|
"description": "Local Yocto Project",
|
|
"bitbake": "HEAD",
|
|
"branch": "HEAD",
|
|
"defaultlayers": [ "openembedded-core", "meta-poky", "meta-yocto-bsp"],
|
|
"layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
|
|
"helptext": "Toaster will run your builds with the version of the Yocto Project you have cloned or downloaded to your computer."
|
|
}
|
|
]
|
|
}
|