Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | { |
| 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 | }, |
| 10 | "layersources": [ |
| 11 | { |
| 12 | "name": "Local Yocto Project", |
| 13 | "sourcetype": "local", |
| 14 | "apiurl": "../../", |
| 15 | "branches": ["HEAD", "master", "fido", "dizzy"], |
| 16 | "layers": [ |
| 17 | { |
| 18 | "name": "openembedded-core", |
| 19 | "local_path": "meta", |
| 20 | "vcs_url": "remote:origin", |
| 21 | "dirpath": "meta" |
| 22 | }, |
| 23 | { |
| 24 | "name": "meta-yocto", |
| 25 | "local_path": "meta-yocto", |
| 26 | "vcs_url": "remote:origin", |
| 27 | "dirpath": "meta-yocto" |
| 28 | }, |
| 29 | { |
| 30 | "name": "meta-yocto-bsp", |
| 31 | "local_path": "meta-yocto-bsp", |
| 32 | "vcs_url": "remote:origin", |
| 33 | "dirpath": "meta-yocto-bsp" |
| 34 | } |
| 35 | |
| 36 | ] |
| 37 | }, |
| 38 | { |
| 39 | "name": "OpenEmbedded", |
| 40 | "sourcetype": "layerindex", |
| 41 | "apiurl": "http://layers.openembedded.org/layerindex/api/", |
| 42 | "branches": ["master", "fido", "dizzy"] |
| 43 | }, |
| 44 | { |
| 45 | "name": "Imported layers", |
| 46 | "sourcetype": "imported", |
| 47 | "apiurl": "", |
| 48 | "branches": ["master", "fido", "dizzy", "HEAD"] |
| 49 | |
| 50 | } |
| 51 | ], |
| 52 | "bitbake" : [ |
| 53 | { |
| 54 | "name": "master", |
| 55 | "giturl": "remote:origin", |
| 56 | "branch": "master", |
| 57 | "dirpath": "bitbake" |
| 58 | }, |
| 59 | { |
| 60 | "name": "fido", |
| 61 | "giturl": "remote:origin", |
| 62 | "branch": "fido", |
| 63 | "dirpath": "bitbake" |
| 64 | }, |
| 65 | { |
| 66 | "name": "dizzy", |
| 67 | "giturl": "remote:origin", |
| 68 | "branch": "dizzy", |
| 69 | "dirpath": "bitbake" |
| 70 | }, |
| 71 | { |
| 72 | "name": "HEAD", |
| 73 | "giturl": "remote:origin", |
| 74 | "branch": "HEAD", |
| 75 | "dirpath": "bitbake" |
| 76 | } |
| 77 | ], |
| 78 | |
| 79 | "defaultrelease": "master", |
| 80 | |
| 81 | "releases": [ |
| 82 | { |
| 83 | "name": "master", |
| 84 | "description": "Yocto Project master", |
| 85 | "bitbake": "master", |
| 86 | "branch": "master", |
| 87 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], |
| 88 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, |
| 89 | "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." |
| 90 | }, |
| 91 | { |
| 92 | "name": "fido", |
| 93 | "description": "Yocto Project 1.8 Fido", |
| 94 | "bitbake": "fido", |
| 95 | "branch": "fido", |
| 96 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], |
| 97 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, |
| 98 | "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." |
| 99 | }, |
| 100 | { |
| 101 | "name": "dizzy", |
| 102 | "description": "Yocto Project 1.7 Dizzy", |
| 103 | "bitbake": "dizzy", |
| 104 | "branch": "dizzy", |
| 105 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], |
| 106 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, |
| 107 | "helptext": "Toaster will run your builds with the tip of the <a href=\"http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=dizzy\">Yocto Project 1.7 \"Dizzy\"</a> branch." |
| 108 | }, |
| 109 | { |
| 110 | "name": "local", |
| 111 | "description": "Local Yocto Project", |
| 112 | "bitbake": "HEAD", |
| 113 | "branch": "HEAD", |
| 114 | "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], |
| 115 | "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, |
| 116 | "helptext": "Toaster will run your builds with the version of the Yocto Project you have cloned or downloaded to your computer." |
| 117 | } |
| 118 | ] |
| 119 | } |