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 OpenEmbedded", |
| 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 | }, |
| 25 | { |
| 26 | "name": "OpenEmbedded", |
| 27 | "sourcetype": "layerindex", |
| 28 | "apiurl": "http://layers.openembedded.org/layerindex/api/", |
| 29 | "branches": ["master", "fido", "dizzy"] |
| 30 | }, |
| 31 | { |
| 32 | "name": "Imported layers", |
| 33 | "sourcetype": "imported", |
| 34 | "apiurl": "", |
| 35 | "branches": ["master", "fido", "dizzy", "HEAD"] |
| 36 | |
| 37 | } |
| 38 | ], |
| 39 | "bitbake" : [ |
| 40 | { |
| 41 | "name": "master", |
| 42 | "giturl": "git://git.openembedded.org/bitbake", |
| 43 | "branch": "master", |
| 44 | "dirpath": "" |
| 45 | }, |
| 46 | { |
| 47 | "name": "fido", |
| 48 | "giturl": "git://git.openembedded.org/bitbake", |
| 49 | "branch": "1.26", |
| 50 | "dirpath": "" |
| 51 | }, |
| 52 | { |
| 53 | "name": "dizzy", |
| 54 | "giturl": "git://git.openembedded.org/bitbake", |
| 55 | "branch": "1.24", |
| 56 | "dirpath": "" |
| 57 | }, |
| 58 | { |
| 59 | "name": "HEAD", |
| 60 | "giturl": "git://git.openembedded.org/bitbake", |
| 61 | "branch": "HEAD", |
| 62 | "dirpath": "" |
| 63 | } |
| 64 | ], |
| 65 | |
| 66 | "defaultrelease": "master", |
| 67 | |
| 68 | "releases": [ |
| 69 | { |
| 70 | "name": "master", |
| 71 | "description": "OpenEmbedded master", |
| 72 | "bitbake": "master", |
| 73 | "branch": "master", |
| 74 | "defaultlayers": [ "openembedded-core" ], |
| 75 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, |
| 76 | "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." |
| 77 | }, |
| 78 | { |
| 79 | "name": "fido", |
| 80 | "description": "OpenEmbedded Fido", |
| 81 | "bitbake": "fido", |
| 82 | "branch": "fido", |
| 83 | "defaultlayers": [ "openembedded-core" ], |
| 84 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, |
| 85 | "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" |
| 86 | }, |
| 87 | { |
| 88 | "name": "dizzy", |
| 89 | "description": "OpenEmbedded Dizzy", |
| 90 | "bitbake": "dizzy", |
| 91 | "branch": "dizzy", |
| 92 | "defaultlayers": [ "openembedded-core" ], |
| 93 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, |
| 94 | "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" |
| 95 | }, |
| 96 | { |
| 97 | "name": "local", |
| 98 | "description": "Local OpenEmbedded", |
| 99 | "bitbake": "HEAD", |
| 100 | "branch": "HEAD", |
| 101 | "defaultlayers": [ "openembedded-core" ], |
| 102 | "layersourcepriority": { "Imported layers": 99, "Local OpenEmbedded" : 10, "OpenEmbedded" : 0 }, |
| 103 | "helptext": "Toaster will run your builds with the version of OpenEmbedded that you have cloned or downloaded to your computer." |
| 104 | } |
| 105 | ] |
| 106 | } |