diff options
| -rw-r--r-- | meta-yocto/conf/toasterconf.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json index 14d62b1dcf..51dbc8cdc9 100644 --- a/meta-yocto/conf/toasterconf.json +++ b/meta-yocto/conf/toasterconf.json | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "config": {"MACHINE": "qemux86", "DISTRO": "poky"}, | 2 | "config": { |
| 3 | "MACHINE" : "qemux86", | ||
| 4 | "DISTRO" : "poky", | ||
| 5 | "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2", | ||
| 6 | "IMAGE_INSTALL_append": "", | ||
| 7 | "PACKAGE_CLASSES": "package_rpm", | ||
| 8 | "SDKMACHINE" : "x86_64" | ||
| 9 | }, | ||
| 3 | "layersources": [ | 10 | "layersources": [ |
| 4 | { | 11 | { |
| 5 | "name": "Local Yocto Project", | 12 | "name": "Local Yocto Project", |
| @@ -72,7 +79,7 @@ | |||
| 72 | "bitbake": "master", | 79 | "bitbake": "master", |
| 73 | "branch": "master", | 80 | "branch": "master", |
| 74 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], | 81 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], |
| 75 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, | 82 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, |
| 76 | "helptext": "Toaster will run your builds using 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." | 83 | "helptext": "Toaster will run your builds using 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." |
| 77 | }, | 84 | }, |
| 78 | { | 85 | { |
| @@ -81,7 +88,7 @@ | |||
| 81 | "bitbake": "dizzy", | 88 | "bitbake": "dizzy", |
| 82 | "branch": "dizzy", | 89 | "branch": "dizzy", |
| 83 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], | 90 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], |
| 84 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, | 91 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, |
| 85 | "helptext": "Toaster will run your builds with the <a href=\"https://www.yoctoproject.org/downloads/core/dizzy1\">Yocto Project 1.7 \"Dizzy\"</a> release" | 92 | "helptext": "Toaster will run your builds with the <a href=\"https://www.yoctoproject.org/downloads/core/dizzy1\">Yocto Project 1.7 \"Dizzy\"</a> release" |
| 86 | }, | 93 | }, |
| 87 | { | 94 | { |
| @@ -90,7 +97,7 @@ | |||
| 90 | "bitbake": "HEAD", | 97 | "bitbake": "HEAD", |
| 91 | "branch": "HEAD", | 98 | "branch": "HEAD", |
| 92 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], | 99 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], |
| 93 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, | 100 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, |
| 94 | "helptext": "Toaster will run your builds with the version of the Yocto Project you have cloned or downloaded to your computer." | 101 | "helptext": "Toaster will run your builds with the version of the Yocto Project you have cloned or downloaded to your computer." |
| 95 | } | 102 | } |
| 96 | ] | 103 | ] |
