summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/conf/toasterconf.json
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/conf/toasterconf.json')
-rw-r--r--yocto-poky/meta/conf/toasterconf.json41
1 files changed, 21 insertions, 20 deletions
diff --git a/yocto-poky/meta/conf/toasterconf.json b/yocto-poky/meta/conf/toasterconf.json
index c8e42efad..c27880e10 100644
--- a/yocto-poky/meta/conf/toasterconf.json
+++ b/yocto-poky/meta/conf/toasterconf.json
@@ -1,18 +1,19 @@
{
"config": {
"MACHINE" : "qemux86",
- "DISTRO" : "poky",
- "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
+ "DISTRO" : "nodistro",
+ "DL_DIR" : "${TOPDIR}/../downloads",
+ "IMAGE_FSTYPES": "ext4 jffs2 tar.bz2",
"IMAGE_INSTALL_append": "",
"PACKAGE_CLASSES": "package_rpm",
- "SDKMACHINE" : "x86_64"
+ "SSTATE_DIR" : "${TOPDIR}/../sstate-cache"
},
"layersources": [
{
"name": "Local OpenEmbedded",
"sourcetype": "local",
"apiurl": "../../",
- "branches": ["HEAD", "master", "fido", "dizzy"],
+ "branches": ["HEAD", "master", "jethro", "krogoth"],
"layers": [
{
"name": "openembedded-core",
@@ -26,13 +27,13 @@
"name": "OpenEmbedded",
"sourcetype": "layerindex",
"apiurl": "http://layers.openembedded.org/layerindex/api/",
- "branches": ["master", "fido", "dizzy"]
+ "branches": ["master", "jethro", "krogoth"]
},
{
"name": "Imported layers",
"sourcetype": "imported",
"apiurl": "",
- "branches": ["master", "fido", "dizzy", "HEAD"]
+ "branches": ["master", "jethro", "krogoth", "HEAD"]
}
],
@@ -44,15 +45,15 @@
"dirpath": ""
},
{
- "name": "fido",
+ "name": "jethro",
"giturl": "git://git.openembedded.org/bitbake",
- "branch": "1.26",
+ "branch": "1.28",
"dirpath": ""
},
{
- "name": "dizzy",
+ "name": "krogoth",
"giturl": "git://git.openembedded.org/bitbake",
- "branch": "1.24",
+ "branch": "1.30",
"dirpath": ""
},
{
@@ -76,22 +77,22 @@
"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": "fido",
- "description": "OpenEmbedded Fido",
- "bitbake": "fido",
- "branch": "fido",
+ "name": "jethro",
+ "description": "OpenEmbedded Jethro",
+ "bitbake": "jethro",
+ "branch": "jethro",
"defaultlayers": [ "openembedded-core" ],
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
- "helptext": "Toaster will run your builds with the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=fido\">OpenEmbedded \"Fido\"</a> branch"
+ "helptext": "Toaster will run your builds with the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=jethro\">OpenEmbedded \"Jethro\"</a> branch"
},
{
- "name": "dizzy",
- "description": "OpenEmbedded Dizzy",
- "bitbake": "dizzy",
- "branch": "dizzy",
+ "name": "krogoth",
+ "description": "OpenEmbedded Krogoth",
+ "bitbake": "krogoth",
+ "branch": "krogoth",
"defaultlayers": [ "openembedded-core" ],
"layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 },
- "helptext": "Toaster will run your builds with the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=dizzy\">OpenEmbedded \"Dizzy\"</a> branch"
+ "helptext": "Toaster will run your builds with the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=krogoth\">OpenEmbedded \"Krogoth\"</a> branch"
},
{
"name": "local",
OpenPOWER on IntegriCloud