summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/toasterconf.json
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-16 16:42:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:31:17 +0000
commit9d5483c37523ff3d334c98cafb848282b54962cd (patch)
treeadb5f8967d92046bbd77d702caf33aeb63d5cccf /meta-poky/conf/toasterconf.json
parentab3a71833c7f446aeed7e2aebbd3e20d484c71ff (diff)
downloadpoky-9d5483c37523ff3d334c98cafb848282b54962cd.tar.gz
meta-yocto: Rename to meta-poky to better match its purpose
"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>
Diffstat (limited to 'meta-poky/conf/toasterconf.json')
-rw-r--r--meta-poky/conf/toasterconf.json118
1 files changed, 118 insertions, 0 deletions
diff --git a/meta-poky/conf/toasterconf.json b/meta-poky/conf/toasterconf.json
new file mode 100644
index 0000000000..dc592abbdd
--- /dev/null
+++ b/meta-poky/conf/toasterconf.json
@@ -0,0 +1,118 @@
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 },
9 "layersources": [
10 {
11 "name": "Local Yocto Project",
12 "sourcetype": "local",
13 "apiurl": "../../",
14 "branches": ["HEAD" ],
15 "layers": [
16 {
17 "name": "openembedded-core",
18 "local_path": "meta",
19 "vcs_url": "remote:origin",
20 "dirpath": "meta"
21 },
22 {
23 "name": "meta-poky",
24 "local_path": "meta-poky",
25 "vcs_url": "remote:origin",
26 "dirpath": "meta-poky"
27 },
28 {
29 "name": "meta-yocto-bsp",
30 "local_path": "meta-yocto-bsp",
31 "vcs_url": "remote:origin",
32 "dirpath": "meta-yocto-bsp"
33 }
34
35 ]
36 },
37 {
38 "name": "OpenEmbedded",
39 "sourcetype": "layerindex",
40 "apiurl": "http://layers.openembedded.org/layerindex/api/",
41 "branches": ["master", "jethro" ,"fido"]
42 },
43 {
44 "name": "Imported layers",
45 "sourcetype": "imported",
46 "apiurl": "",
47 "branches": ["master", "jethro","fido", "HEAD"]
48
49 }
50 ],
51 "bitbake" : [
52 {
53 "name": "master",
54 "giturl": "remote:origin",
55 "branch": "master",
56 "dirpath": "bitbake"
57 },
58 {
59 "name": "jethro",
60 "giturl": "remote:origin",
61 "branch": "jethro",
62 "dirpath": "bitbake"
63 },
64 {
65 "name": "fido",
66 "giturl": "remote:origin",
67 "branch": "fido",
68 "dirpath": "bitbake"
69 },
70 {
71 "name": "HEAD",
72 "giturl": "remote:origin",
73 "branch": "HEAD",
74 "dirpath": "bitbake"
75 }
76 ],
77
78 "defaultrelease": "master",
79
80 "releases": [
81 {
82 "name": "master",
83 "description": "Yocto Project master",
84 "bitbake": "master",
85 "branch": "master",
86 "defaultlayers": [ "openembedded-core", "meta-poky", "meta-yocto-bsp"],
87 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
88 "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."
89 },
90 {
91 "name": "jethro",
92 "description": "Yocto Project 2.0 Jethro",
93 "bitbake": "jethro",
94 "branch": "jethro",
95 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
96 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
97 "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."
98 },
99 {
100 "name": "fido",
101 "description": "Yocto Project 1.8 Fido",
102 "bitbake": "fido",
103 "branch": "fido",
104 "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"],
105 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
106 "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."
107 },
108 {
109 "name": "local",
110 "description": "Local Yocto Project",
111 "bitbake": "HEAD",
112 "branch": "HEAD",
113 "defaultlayers": [ "openembedded-core", "meta-poky", "meta-yocto-bsp"],
114 "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 },
115 "helptext": "Toaster will run your builds with the version of the Yocto Project you have cloned or downloaded to your computer."
116 }
117 ]
118}