diff options
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/bblayers.conf.sample | 16 | ||||
-rw-r--r-- | meta-yocto/conf/conf-notes.txt | 8 | ||||
-rw-r--r-- | meta-yocto/conf/distro/include/maintainers.inc | 755 | ||||
-rw-r--r-- | meta-yocto/conf/distro/include/poky-floating-revisions.inc | 73 | ||||
-rw-r--r-- | meta-yocto/conf/distro/include/poky-world-exclude.inc | 6 | ||||
-rw-r--r-- | meta-yocto/conf/distro/poky-bleeding.conf | 11 | ||||
-rw-r--r-- | meta-yocto/conf/distro/poky-lsb.conf | 15 | ||||
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 128 | ||||
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 104 | ||||
-rw-r--r-- | meta-yocto/conf/layer.conf | 18 | ||||
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 237 | ||||
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 400 | ||||
-rw-r--r-- | meta-yocto/conf/site.conf.sample | 31 | ||||
-rw-r--r-- | meta-yocto/conf/toasterconf.json | 118 |
14 files changed, 2 insertions, 1918 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample deleted file mode 100644 index 0eda565f96..0000000000 --- a/meta-yocto/conf/bblayers.conf.sample +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | ||
2 | # changes incompatibly | ||
3 | LCONF_VERSION = "6" | ||
4 | |||
5 | BBPATH = "${TOPDIR}" | ||
6 | BBFILES ?= "" | ||
7 | |||
8 | BBLAYERS ?= " \ | ||
9 | ##OEROOT##/meta \ | ||
10 | ##OEROOT##/meta-yocto \ | ||
11 | ##OEROOT##/meta-yocto-bsp \ | ||
12 | " | ||
13 | BBLAYERS_NON_REMOVABLE ?= " \ | ||
14 | ##OEROOT##/meta \ | ||
15 | ##OEROOT##/meta-yocto \ | ||
16 | " | ||
diff --git a/meta-yocto/conf/conf-notes.txt b/meta-yocto/conf/conf-notes.txt deleted file mode 100644 index 66e6319e7a..0000000000 --- a/meta-yocto/conf/conf-notes.txt +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | Common targets are: | ||
2 | core-image-minimal | ||
3 | core-image-sato | ||
4 | meta-toolchain | ||
5 | adt-installer | ||
6 | meta-ide-support | ||
7 | |||
8 | You can also run generated qemu images with a command like 'runqemu qemux86' | ||
diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yocto/conf/distro/include/maintainers.inc deleted file mode 100644 index 8fe87c83ff..0000000000 --- a/meta-yocto/conf/distro/include/maintainers.inc +++ /dev/null | |||
@@ -1,755 +0,0 @@ | |||
1 | # Yocto Project / OpenEmbedded-Core (OE-Core) Maintainers File | ||
2 | # | ||
3 | # This file contains a list of recipe maintainers. | ||
4 | # | ||
5 | # Please submit any patches against recipes in meta to the | ||
6 | # OE-Core mail list (openembedded-core@lists.openembedded.org) | ||
7 | # For recipes in meta-yocto please use the Poky list (poky@yoctoproject.org) | ||
8 | # | ||
9 | # If you have problems with or questions about a particular recipe, feel | ||
10 | # free to contact the maintainer directly (cc:ing the appropriate mailing list | ||
11 | # puts it in the archive and helps other people who might have the same | ||
12 | # questions in the future), but please try to do the following first: | ||
13 | # | ||
14 | # - look in the Yocto Project Bugzilla | ||
15 | # (http://bugzilla.yoctoproject.org/) to see if a problem has | ||
16 | # already been reported | ||
17 | # | ||
18 | # - look through recent entries of the appropriate mailing list archives | ||
19 | # (http://lists.linuxtogo.org/pipermail/openembedded-core or | ||
20 | # https://lists.yoctoproject.org/pipermail/poky/) to see if other | ||
21 | # people have run into similar problems or had similar questions | ||
22 | # answered. | ||
23 | # | ||
24 | # The format is as a bitbake variable override for each recipe | ||
25 | # | ||
26 | # RECIPE_MAINTAINER_pn-<recipe name> = "Full Name <address@domain>" | ||
27 | # | ||
28 | # Please keep this list in alphabetical order. | ||
29 | # | ||
30 | RECIPE_MAINTAINER_pn-acl = "Chen Qi <Qi.Chen@windriver.com>" | ||
31 | RECIPE_MAINTAINER_pn-acpid = "Maxin B. John <maxin.john@intel.com>" | ||
32 | RECIPE_MAINTAINER_pn-adt-installer = "Randy Witt <randy.e.witt@linux.intel.com>" | ||
33 | RECIPE_MAINTAINER_pn-adwaita-icon-theme = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
34 | RECIPE_MAINTAINER_pn-alsa-lib = "Tanu Kaskinen <tanuk@iki.fi>" | ||
35 | RECIPE_MAINTAINER_pn-alsa-plugins = "Tanu Kaskinen <tanuk@iki.fi>" | ||
36 | RECIPE_MAINTAINER_pn-alsa-state = "Tanu Kaskinen <tanuk@iki.fi>" | ||
37 | RECIPE_MAINTAINER_pn-alsa-tools = "Tanu Kaskinen <tanuk@iki.fi>" | ||
38 | RECIPE_MAINTAINER_pn-alsa-utils = "Tanu Kaskinen <tanuk@iki.fi>" | ||
39 | RECIPE_MAINTAINER_pn-alsa-utils-scripts = "Tanu Kaskinen <tanuk@iki.fi>" | ||
40 | RECIPE_MAINTAINER_pn-apmd = "Maxin B. John <maxin.john@intel.com>" | ||
41 | RECIPE_MAINTAINER_pn-apr = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
42 | RECIPE_MAINTAINER_pn-apr-util = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
43 | RECIPE_MAINTAINER_pn-apt = "Aníbal Limón <anibal.limon@linux.intel.com>" | ||
44 | RECIPE_MAINTAINER_pn-aspell = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
45 | RECIPE_MAINTAINER_pn-at = "Chen Qi <Qi.Chen@windriver.com>" | ||
46 | RECIPE_MAINTAINER_pn-at-spi2-atk = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
47 | RECIPE_MAINTAINER_pn-at-spi2-core = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
48 | RECIPE_MAINTAINER_pn-atk = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
49 | RECIPE_MAINTAINER_pn-attr = "Chen Qi <Qi.Chen@windriver.com>" | ||
50 | RECIPE_MAINTAINER_pn-augeas = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
51 | RECIPE_MAINTAINER_pn-autoconf = "Robert Yang <liezhi.yang@windriver.com>" | ||
52 | RECIPE_MAINTAINER_pn-autogen-native = "Robert Yang <liezhi.yang@windriver.com>" | ||
53 | RECIPE_MAINTAINER_pn-automake = "Robert Yang <liezhi.yang@windriver.com>" | ||
54 | RECIPE_MAINTAINER_pn-avahi = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
55 | RECIPE_MAINTAINER_pn-avahi-ui = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
56 | RECIPE_MAINTAINER_pn-babeltrace = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
57 | RECIPE_MAINTAINER_pn-base-files = "Ross Burton <ross.burton@intel.com>" | ||
58 | RECIPE_MAINTAINER_pn-base-passwd = "Ross Burton <ross.burton@intel.com>" | ||
59 | RECIPE_MAINTAINER_pn-bash = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
60 | RECIPE_MAINTAINER_pn-bc = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
61 | RECIPE_MAINTAINER_pn-bdwgc = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
62 | RECIPE_MAINTAINER_pn-beecrypt = "Chen Qi <Qi.Chen@windriver.com>" | ||
63 | RECIPE_MAINTAINER_pn-bigreqsproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
64 | RECIPE_MAINTAINER_pn-bind = "Kai Kang <kai.kang@windriver.com>" | ||
65 | RECIPE_MAINTAINER_pn-binutils = "Robert Yang <liezhi.yang@windriver.com>" | ||
66 | RECIPE_MAINTAINER_pn-bison = "Chen Qi <Qi.Chen@windriver.com>" | ||
67 | RECIPE_MAINTAINER_pn-bjam-native = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
68 | RECIPE_MAINTAINER_pn-blktool = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
69 | RECIPE_MAINTAINER_pn-blktrace = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
70 | RECIPE_MAINTAINER_pn-bluez5 = "Maxin B. John <maxin.john@intel.com>" | ||
71 | RECIPE_MAINTAINER_pn-boost = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
72 | RECIPE_MAINTAINER_pn-btrfs-tools = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
73 | RECIPE_MAINTAINER_pn-build-appliance-image = "Cristian Iorga <cristian.iorga@intel.com>" | ||
74 | RECIPE_MAINTAINER_pn-build-compare = "Randy Witt <randy.e.witt@linux.intel.com>" | ||
75 | RECIPE_MAINTAINER_pn-builder = "Cristian Iorga <cristian.iorga@intel.com>" | ||
76 | RECIPE_MAINTAINER_pn-buildtools-tarball = "Cristian Iorga <cristian.iorga@intel.com>" | ||
77 | RECIPE_MAINTAINER_pn-busybox = "Chen Qi <Qi.Chen@windriver.com>" | ||
78 | RECIPE_MAINTAINER_pn-byacc = "Chen Qi <Qi.Chen@windriver.com>" | ||
79 | RECIPE_MAINTAINER_pn-bzip2 = "Chen Qi <Qi.Chen@windriver.com>" | ||
80 | RECIPE_MAINTAINER_pn-ca-certificates = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
81 | RECIPE_MAINTAINER_pn-cairo = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
82 | RECIPE_MAINTAINER_pn-calibrateproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
83 | RECIPE_MAINTAINER_pn-ccache = "Wenzong Fan <wenzong.fan@windriver.com>" | ||
84 | RECIPE_MAINTAINER_pn-cdrtools-native = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
85 | RECIPE_MAINTAINER_pn-chkconfig = "Wenzong Fan <wenzong.fan@windriver.com>" | ||
86 | RECIPE_MAINTAINER_pn-chkconfig-alternatives-native = "Wenzong Fan <wenzong.fan@windriver.com>" | ||
87 | RECIPE_MAINTAINER_pn-chrpath = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
88 | RECIPE_MAINTAINER_pn-clutter-1.0 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
89 | RECIPE_MAINTAINER_pn-clutter-gst-3.0 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
90 | RECIPE_MAINTAINER_pn-clutter-gtk-1.0 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
91 | RECIPE_MAINTAINER_pn-cmake = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
92 | RECIPE_MAINTAINER_pn-cogl-1.0 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
93 | RECIPE_MAINTAINER_pn-compositeproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
94 | RECIPE_MAINTAINER_pn-connman = "Maxin B. John <maxin.john@intel.com>" | ||
95 | RECIPE_MAINTAINER_pn-connman-conf = "Maxin B. John <maxin.john@intel.com>" | ||
96 | RECIPE_MAINTAINER_pn-connman-gnome = "Maxin B. John <maxin.john@intel.com>" | ||
97 | RECIPE_MAINTAINER_pn-console-tools = "Chen Qi <Qi.Chen@windriver.com>" | ||
98 | RECIPE_MAINTAINER_pn-consolekit = "Chen Qi <Qi.Chen@windriver.com>" | ||
99 | RECIPE_MAINTAINER_pn-core-image-base = "Ross Burton <ross.burton@intel.com>" | ||
100 | RECIPE_MAINTAINER_pn-core-image-clutter = "Ross Burton <ross.burton@intel.com>" | ||
101 | RECIPE_MAINTAINER_pn-core-image-directfb = "Ross Burton <ross.burton@intel.com>" | ||
102 | RECIPE_MAINTAINER_pn-core-image-full-cmdline = "Ross Burton <ross.burton@intel.com>" | ||
103 | RECIPE_MAINTAINER_pn-core-image-kernel-dev = "Ross Burton <ross.burton@intel.com>" | ||
104 | RECIPE_MAINTAINER_pn-core-image-lsb = "Ross Burton <ross.burton@intel.com>" | ||
105 | RECIPE_MAINTAINER_pn-core-image-lsb-dev = "Ross Burton <ross.burton@intel.com>" | ||
106 | RECIPE_MAINTAINER_pn-core-image-lsb-sdk = "Ross Burton <ross.burton@intel.com>" | ||
107 | RECIPE_MAINTAINER_pn-core-image-minimal = "Ross Burton <ross.burton@intel.com>" | ||
108 | RECIPE_MAINTAINER_pn-core-image-minimal-dev = "Ross Burton <ross.burton@intel.com>" | ||
109 | RECIPE_MAINTAINER_pn-core-image-minimal-initramfs = "Ross Burton <ross.burton@intel.com>" | ||
110 | RECIPE_MAINTAINER_pn-core-image-minimal-mtdutils = "Ross Burton <ross.burton@intel.com>" | ||
111 | RECIPE_MAINTAINER_pn-core-image-rt = "Ross Burton <ross.burton@intel.com>" | ||
112 | RECIPE_MAINTAINER_pn-core-image-rt-sdk = "Ross Burton <ross.burton@intel.com>" | ||
113 | RECIPE_MAINTAINER_pn-core-image-sato = "Ross Burton <ross.burton@intel.com>" | ||
114 | RECIPE_MAINTAINER_pn-core-image-sato-dev = "Ross Burton <ross.burton@intel.com>" | ||
115 | RECIPE_MAINTAINER_pn-core-image-sato-sdk = "Ross Burton <ross.burton@intel.com>" | ||
116 | RECIPE_MAINTAINER_pn-core-image-x11 = "Ross Burton <ross.burton@intel.com>" | ||
117 | RECIPE_MAINTAINER_pn-coreutils = "Chen Qi <Qi.Chen@windriver.com>" | ||
118 | RECIPE_MAINTAINER_pn-cpio = "Chen Qi <Qi.Chen@windriver.com>" | ||
119 | RECIPE_MAINTAINER_pn-cracklib = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
120 | RECIPE_MAINTAINER_pn-createrepo = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
121 | RECIPE_MAINTAINER_pn-cronie = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
122 | RECIPE_MAINTAINER_pn-cross-localedef-native = "Khem Raj <raj.khem@gmail.com>" | ||
123 | RECIPE_MAINTAINER_pn-cups = "Chen Qi <Qi.Chen@windriver.com>" | ||
124 | RECIPE_MAINTAINER_pn-curl = "Chen Qi <Qi.Chen@windriver.com>" | ||
125 | RECIPE_MAINTAINER_pn-cwautomacros = "Maxin B. John <maxin.john@intel.com>" | ||
126 | RECIPE_MAINTAINER_pn-damageproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
127 | RECIPE_MAINTAINER_pn-db = "Maxin B. John <maxin.john@intel.com>" | ||
128 | RECIPE_MAINTAINER_pn-dbus = "Chen Qi <Qi.Chen@windriver.com>" | ||
129 | RECIPE_MAINTAINER_pn-dbus-glib = "Chen Qi <Qi.Chen@windriver.com>" | ||
130 | RECIPE_MAINTAINER_pn-dbus-test = "Chen Qi <Qi.Chen@windriver.com>" | ||
131 | RECIPE_MAINTAINER_pn-dbus-wait = "Chen Qi <Qi.Chen@windriver.com>" | ||
132 | RECIPE_MAINTAINER_pn-desktop-file-utils-native = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
133 | RECIPE_MAINTAINER_pn-dhcp = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
134 | RECIPE_MAINTAINER_pn-diffstat = "Chen Qi <Qi.Chen@windriver.com>" | ||
135 | RECIPE_MAINTAINER_pn-diffutils = "Chen Qi <Qi.Chen@windriver.com>" | ||
136 | RECIPE_MAINTAINER_pn-directfb = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
137 | RECIPE_MAINTAINER_pn-directfb-examples = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
138 | RECIPE_MAINTAINER_pn-distcc = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
139 | RECIPE_MAINTAINER_pn-distcc-config = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
140 | RECIPE_MAINTAINER_pn-dmxproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
141 | RECIPE_MAINTAINER_pn-docbook-dsssl-stylesheets-native = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
142 | RECIPE_MAINTAINER_pn-docbook-sgml-dtd-3.1-native = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
143 | RECIPE_MAINTAINER_pn-docbook-sgml-dtd-4.1-native = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
144 | RECIPE_MAINTAINER_pn-docbook-sgml-dtd-4.5-native = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
145 | RECIPE_MAINTAINER_pn-docbook-utils-native = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
146 | RECIPE_MAINTAINER_pn-docbook-xml-dtd4 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
147 | RECIPE_MAINTAINER_pn-docbook-xsl-stylesheets = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
148 | RECIPE_MAINTAINER_pn-dosfstools = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
149 | RECIPE_MAINTAINER_pn-dpkg = "Aníbal Limón <anibal.limon@linux.intel.com>" | ||
150 | RECIPE_MAINTAINER_pn-dri2proto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
151 | RECIPE_MAINTAINER_pn-dri3proto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
152 | RECIPE_MAINTAINER_pn-dropbear = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
153 | RECIPE_MAINTAINER_pn-dtc = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
154 | RECIPE_MAINTAINER_pn-e2fsprogs = "Robert Yang <liezhi.yang@windriver.com>" | ||
155 | RECIPE_MAINTAINER_pn-ed = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
156 | RECIPE_MAINTAINER_pn-eee-acpi-scripts = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
157 | RECIPE_MAINTAINER_pn-efilinux = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
158 | RECIPE_MAINTAINER_pn-elfutils = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
159 | RECIPE_MAINTAINER_pn-enchant = "Maxin B. John <maxin.john@intel.com>" | ||
160 | RECIPE_MAINTAINER_pn-encodings = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
161 | RECIPE_MAINTAINER_pn-epiphany = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
162 | RECIPE_MAINTAINER_pn-ethtool = "Maxin B. John <maxin.john@intel.com>" | ||
163 | RECIPE_MAINTAINER_pn-expat = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
164 | RECIPE_MAINTAINER_pn-file = "Robert Yang <liezhi.yang@windriver.com>" | ||
165 | RECIPE_MAINTAINER_pn-findutils = "Chen Qi <Qi.Chen@windriver.com>" | ||
166 | RECIPE_MAINTAINER_pn-fixesproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
167 | RECIPE_MAINTAINER_pn-flac = "Tanu Kaskinen <tanuk@iki.fi>" | ||
168 | RECIPE_MAINTAINER_pn-flex = "Chen Qi <Qi.Chen@windriver.com>" | ||
169 | RECIPE_MAINTAINER_pn-font-alias = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
170 | RECIPE_MAINTAINER_pn-font-util = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
171 | RECIPE_MAINTAINER_pn-fontconfig = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
172 | RECIPE_MAINTAINER_pn-fontsproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
173 | RECIPE_MAINTAINER_pn-foomatic-filters = "Chen Qi <Qi.Chen@windriver.com>" | ||
174 | RECIPE_MAINTAINER_pn-formfactor = "Maxin B. John <maxin.john@intel.com>" | ||
175 | RECIPE_MAINTAINER_pn-freetype = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
176 | RECIPE_MAINTAINER_pn-fstests = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
177 | RECIPE_MAINTAINER_pn-gawk = "Chen Qi <Qi.Chen@windriver.com>" | ||
178 | RECIPE_MAINTAINER_pn-gcc = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
179 | RECIPE_MAINTAINER_pn-gcc-runtime = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
180 | RECIPE_MAINTAINER_pn-gcc-sanitizers = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
181 | RECIPE_MAINTAINER_pn-gcc-source = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
182 | RECIPE_MAINTAINER_pn-gccmakedep = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
183 | RECIPE_MAINTAINER_pn-gconf = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
184 | RECIPE_MAINTAINER_pn-gcr = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
185 | RECIPE_MAINTAINER_pn-gdb = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
186 | RECIPE_MAINTAINER_pn-gdbm = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
187 | RECIPE_MAINTAINER_pn-gdk-pixbuf = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
188 | RECIPE_MAINTAINER_pn-gettext = "Wenzong Fan <wenzong.fan@windriver.com>" | ||
189 | RECIPE_MAINTAINER_pn-gettext-minimal-native = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
190 | RECIPE_MAINTAINER_pn-ghostscript = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
191 | RECIPE_MAINTAINER_pn-git = "Robert Yang <liezhi.yang@windriver.com>" | ||
192 | RECIPE_MAINTAINER_pn-glew = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
193 | RECIPE_MAINTAINER_pn-glib-2.0 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
194 | RECIPE_MAINTAINER_pn-glib-networking = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
195 | RECIPE_MAINTAINER_pn-glibc = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
196 | RECIPE_MAINTAINER_pn-glibc-initial = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
197 | RECIPE_MAINTAINER_pn-glproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
198 | RECIPE_MAINTAINER_pn-gmp = "Robert Yang <liezhi.yang@windriver.com>" | ||
199 | RECIPE_MAINTAINER_pn-gnome-common = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
200 | RECIPE_MAINTAINER_pn-gnome-desktop-testing = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
201 | RECIPE_MAINTAINER_pn-gnome-desktop3 = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
202 | RECIPE_MAINTAINER_pn-gnome-doc-utils = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
203 | RECIPE_MAINTAINER_pn-gnu-config = "Robert Yang <liezhi.yang@windriver.com>" | ||
204 | RECIPE_MAINTAINER_pn-gnu-efi = "Robert Yang <liezhi.yang@windriver.com>" | ||
205 | RECIPE_MAINTAINER_pn-gnupg = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
206 | RECIPE_MAINTAINER_pn-gnutls = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
207 | RECIPE_MAINTAINER_pn-gperf = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
208 | RECIPE_MAINTAINER_pn-gpgme = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
209 | RECIPE_MAINTAINER_pn-grep = "Chen Qi <Qi.Chen@windriver.com>" | ||
210 | RECIPE_MAINTAINER_pn-groff = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
211 | RECIPE_MAINTAINER_pn-grub = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
212 | RECIPE_MAINTAINER_pn-gsettings-desktop-schemas = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
213 | RECIPE_MAINTAINER_pn-gst-player = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
214 | RECIPE_MAINTAINER_pn-gstreamer1.0 = "Maxin B. John <maxin.john@intel.com>" | ||
215 | RECIPE_MAINTAINER_pn-gstreamer1.0-libav = "Maxin B. John <maxin.john@intel.com>" | ||
216 | RECIPE_MAINTAINER_pn-gstreamer1.0-omx = "Maxin B. John <maxin.john@intel.com>" | ||
217 | RECIPE_MAINTAINER_pn-gstreamer1.0-meta-base = "Maxin B. John <maxin.john@intel.com>" | ||
218 | RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-bad = "Maxin B. John <maxin.john@intel.com>" | ||
219 | RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-base = "Maxin B. John <maxin.john@intel.com>" | ||
220 | RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-good = "Maxin B. John <maxin.john@intel.com>" | ||
221 | RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-ugly = "Maxin B. John <maxin.john@intel.com>" | ||
222 | RECIPE_MAINTAINER_pn-gstreamer1.0-rtsp-server = "Maxin B. John <maxin.john@intel.com>" | ||
223 | RECIPE_MAINTAINER_pn-gtk+ = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
224 | RECIPE_MAINTAINER_pn-gtk+3 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
225 | RECIPE_MAINTAINER_pn-gtk-doc-stub = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
226 | RECIPE_MAINTAINER_pn-gtk-engines = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
227 | RECIPE_MAINTAINER_pn-gtk-icon-utils-native = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
228 | RECIPE_MAINTAINER_pn-gtk-sato-engine = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
229 | RECIPE_MAINTAINER_pn-guile = "Robert Yang <liezhi.yang@windriver.com>" | ||
230 | RECIPE_MAINTAINER_pn-guilt-native = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
231 | RECIPE_MAINTAINER_pn-gummiboot = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
232 | RECIPE_MAINTAINER_pn-gzip = "Chen Qi <Qi.Chen@windriver.com>" | ||
233 | RECIPE_MAINTAINER_pn-harfbuzz = "Maxin B. John <maxin.john@intel.com>" | ||
234 | RECIPE_MAINTAINER_pn-hdparm = "Robert Yang <liezhi.yang@windriver.com>" | ||
235 | RECIPE_MAINTAINER_pn-help2man-native = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
236 | RECIPE_MAINTAINER_pn-hicolor-icon-theme = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
237 | RECIPE_MAINTAINER_pn-hostap-conf = "Maxin B. John <maxin.john@intel.com>" | ||
238 | RECIPE_MAINTAINER_pn-hostap-utils = "Maxin B. John <maxin.john@intel.com>" | ||
239 | RECIPE_MAINTAINER_pn-hwlatdetect = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
240 | RECIPE_MAINTAINER_pn-icecc-create-env-native = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
241 | RECIPE_MAINTAINER_pn-icu = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
242 | RECIPE_MAINTAINER_pn-initramfs-boot = "Ross Burton <ross.burton@intel.com>" | ||
243 | RECIPE_MAINTAINER_pn-initramfs-framework = "Ross Burton <ross.burton@intel.com>" | ||
244 | RECIPE_MAINTAINER_pn-initramfs-live-boot = "Ross Burton <ross.burton@intel.com>" | ||
245 | RECIPE_MAINTAINER_pn-initramfs-live-install = "Ross Burton <ross.burton@intel.com>" | ||
246 | RECIPE_MAINTAINER_pn-initramfs-live-install-efi = "Ross Burton <ross.burton@intel.com>" | ||
247 | RECIPE_MAINTAINER_pn-initscripts = "Ross Burton <ross.burton@intel.com>" | ||
248 | RECIPE_MAINTAINER_pn-inputproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
249 | RECIPE_MAINTAINER_pn-intltool = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
250 | RECIPE_MAINTAINER_pn-iproute2 = "Maxin B. John <maxin.john@intel.com>" | ||
251 | RECIPE_MAINTAINER_pn-iptables = "Maxin B. John <maxin.john@intel.com>" | ||
252 | RECIPE_MAINTAINER_pn-iputils = "Robert Yang <liezhi.yang@windriver.com>" | ||
253 | RECIPE_MAINTAINER_pn-irda-utils = "Maxin B. John <maxin.john@intel.com>" | ||
254 | RECIPE_MAINTAINER_pn-iso-codes = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
255 | RECIPE_MAINTAINER_pn-iw = "Maxin B. John <maxin.john@intel.com>" | ||
256 | RECIPE_MAINTAINER_pn-libjpeg-turbo = "Maxin B. John <maxin.john@intel.com>" | ||
257 | RECIPE_MAINTAINER_pn-json-c = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
258 | RECIPE_MAINTAINER_pn-json-glib = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
259 | RECIPE_MAINTAINER_pn-kbd = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
260 | RECIPE_MAINTAINER_pn-kbproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
261 | RECIPE_MAINTAINER_pn-kconfig-frontends = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
262 | RECIPE_MAINTAINER_pn-kern-tools-native = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
263 | RECIPE_MAINTAINER_pn-kernelshark = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
264 | RECIPE_MAINTAINER_pn-kernel-devsrc = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
265 | RECIPE_MAINTAINER_pn-kexec-tools = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
266 | RECIPE_MAINTAINER_pn-keymaps = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
267 | RECIPE_MAINTAINER_pn-kmod = "Chen Qi <Qi.Chen@windriver.com>" | ||
268 | RECIPE_MAINTAINER_pn-lame = "Tanu Kaskinen <tanuk@iki.fi>" | ||
269 | RECIPE_MAINTAINER_pn-latencytop = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
270 | RECIPE_MAINTAINER_pn-ldconfig-native = "Khem Raj <raj.khem@gmail.com>" | ||
271 | RECIPE_MAINTAINER_pn-leafpad = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
272 | RECIPE_MAINTAINER_pn-less = "Robert Yang <liezhi.yang@windriver.com>" | ||
273 | RECIPE_MAINTAINER_pn-liba52 = "Tanu Kaskinen <tanuk@iki.fi>" | ||
274 | RECIPE_MAINTAINER_pn-libacpi = "Maxin B. John <maxin.john@intel.com>" | ||
275 | RECIPE_MAINTAINER_pn-libaio = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
276 | RECIPE_MAINTAINER_pn-libarchive = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
277 | RECIPE_MAINTAINER_pn-libart-lgpl = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
278 | RECIPE_MAINTAINER_pn-libassuan = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
279 | RECIPE_MAINTAINER_pn-libatomic-ops = "Maxin B. John <maxin.john@intel.com>" | ||
280 | RECIPE_MAINTAINER_pn-libav = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
281 | RECIPE_MAINTAINER_pn-libbsd = "Robert Yang <liezhi.yang@windriver.com>" | ||
282 | RECIPE_MAINTAINER_pn-libcap = "Robert Yang <liezhi.yang@windriver.com>" | ||
283 | RECIPE_MAINTAINER_pn-libcgroup = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
284 | RECIPE_MAINTAINER_pn-libcheck = "Robert Yang <liezhi.yang@windriver.com>" | ||
285 | RECIPE_MAINTAINER_pn-libclass-isa-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
286 | RECIPE_MAINTAINER_pn-libconvert-asn1-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
287 | RECIPE_MAINTAINER_pn-libcroco = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
288 | RECIPE_MAINTAINER_pn-libdaemon = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
289 | RECIPE_MAINTAINER_pn-libdmx = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
290 | RECIPE_MAINTAINER_pn-libdrm = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
291 | RECIPE_MAINTAINER_pn-libdumpvalue-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
292 | RECIPE_MAINTAINER_pn-libenv-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
293 | RECIPE_MAINTAINER_pn-libepoxy = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
294 | RECIPE_MAINTAINER_pn-liberation-fonts = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
295 | RECIPE_MAINTAINER_pn-libevdev = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
296 | RECIPE_MAINTAINER_pn-libevent = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
297 | RECIPE_MAINTAINER_pn-libexif = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
298 | RECIPE_MAINTAINER_pn-libfakekey = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
299 | RECIPE_MAINTAINER_pn-libffi = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
300 | RECIPE_MAINTAINER_pn-libfile-checktree-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
301 | RECIPE_MAINTAINER_pn-libfm = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
302 | RECIPE_MAINTAINER_pn-libfm-extra = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
303 | RECIPE_MAINTAINER_pn-libfontenc = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
304 | RECIPE_MAINTAINER_pn-libgcc = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
305 | RECIPE_MAINTAINER_pn-libgcrypt = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
306 | RECIPE_MAINTAINER_pn-libgfortran = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
307 | RECIPE_MAINTAINER_pn-libglade = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
308 | RECIPE_MAINTAINER_pn-libglu = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
309 | RECIPE_MAINTAINER_pn-libgpg-error = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
310 | RECIPE_MAINTAINER_pn-libi18n-collate-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
311 | RECIPE_MAINTAINER_pn-libical = "Maxin B. John <maxin.john@intel.com>" | ||
312 | RECIPE_MAINTAINER_pn-libice = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
313 | RECIPE_MAINTAINER_pn-libiconv = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
314 | RECIPE_MAINTAINER_pn-libid3tag = "Tanu Kaskinen <tanuk@iki.fi>" | ||
315 | RECIPE_MAINTAINER_pn-libidn = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
316 | RECIPE_MAINTAINER_pn-libinput = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
317 | RECIPE_MAINTAINER_pn-libjson = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
318 | RECIPE_MAINTAINER_pn-libksba = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
319 | RECIPE_MAINTAINER_pn-libmad = "Tanu Kaskinen <tanuk@iki.fi>" | ||
320 | RECIPE_MAINTAINER_pn-libmatchbox = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
321 | RECIPE_MAINTAINER_pn-libmpc = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
322 | RECIPE_MAINTAINER_pn-libnewt = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
323 | RECIPE_MAINTAINER_pn-libnewt-python = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
324 | RECIPE_MAINTAINER_pn-libnfsidmap = "Maxin B. John <maxin.john@intel.com>" | ||
325 | RECIPE_MAINTAINER_pn-libnl = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
326 | RECIPE_MAINTAINER_pn-libnotify = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
327 | RECIPE_MAINTAINER_pn-libnss-mdns = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
328 | RECIPE_MAINTAINER_pn-libogg = "Maxin B. John <maxin.john@intel.com>" | ||
329 | RECIPE_MAINTAINER_pn-liboil = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
330 | RECIPE_MAINTAINER_pn-libomxil = "Maxin B. John <maxin.john@intel.com>" | ||
331 | RECIPE_MAINTAINER_pn-libowl = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
332 | RECIPE_MAINTAINER_pn-libpam = "Maxin B. John <maxin.john@intel.com>" | ||
333 | RECIPE_MAINTAINER_pn-libpcap = "Maxin B. John <maxin.john@intel.com>" | ||
334 | RECIPE_MAINTAINER_pn-libpciaccess = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
335 | RECIPE_MAINTAINER_pn-libpcre = "Robert Yang <liezhi.yang@windriver.com>" | ||
336 | RECIPE_MAINTAINER_pn-libpfm4 = "Matthew McClintock <msm@freescale.com>" | ||
337 | RECIPE_MAINTAINER_pn-libpng = "Maxin B. John <maxin.john@intel.com>" | ||
338 | RECIPE_MAINTAINER_pn-libpng12 = "Maxin B. John <maxin.john@intel.com>" | ||
339 | RECIPE_MAINTAINER_pn-libpod-plainer-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
340 | RECIPE_MAINTAINER_pn-libproxy = "Maxin B. John <maxin.john@intel.com>" | ||
341 | RECIPE_MAINTAINER_pn-libpthread-stubs = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
342 | RECIPE_MAINTAINER_pn-librsvg = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
343 | RECIPE_MAINTAINER_pn-libsamplerate0 = "Tanu Kaskinen <tanuk@iki.fi>" | ||
344 | RECIPE_MAINTAINER_pn-libsdl = "Kai Kang <kai.kang@windriver.com>" | ||
345 | RECIPE_MAINTAINER_pn-libsdl2 = "Kai Kang <kai.kang@windriver.com>" | ||
346 | RECIPE_MAINTAINER_pn-libsecret = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
347 | RECIPE_MAINTAINER_pn-libsm = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
348 | RECIPE_MAINTAINER_pn-libsndfile1 = "Tanu Kaskinen <tanuk@iki.fi>" | ||
349 | RECIPE_MAINTAINER_pn-libsoup-2.4 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
350 | RECIPE_MAINTAINER_pn-libtasn1 = "Maxin B. John <maxin.john@intel.com>" | ||
351 | RECIPE_MAINTAINER_pn-libtheora = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
352 | RECIPE_MAINTAINER_pn-libtimedate-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
353 | RECIPE_MAINTAINER_pn-libtirpc = "Maxin B. John <maxin.john@intel.com>" | ||
354 | RECIPE_MAINTAINER_pn-libtool = "Robert Yang <liezhi.yang@windriver.com>" | ||
355 | RECIPE_MAINTAINER_pn-libunistring = "Maxin B. John <maxin.john@intel.com>" | ||
356 | RECIPE_MAINTAINER_pn-liburcu = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
357 | RECIPE_MAINTAINER_pn-liburi-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
358 | RECIPE_MAINTAINER_pn-libusb-compat = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
359 | RECIPE_MAINTAINER_pn-libusb1 = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
360 | RECIPE_MAINTAINER_pn-libuser = "Robert Yang <liezhi.yang@windriver.com>" | ||
361 | RECIPE_MAINTAINER_pn-libvorbis = "Tanu Kaskinen <tanuk@iki.fi>" | ||
362 | RECIPE_MAINTAINER_pn-libwebp = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
363 | RECIPE_MAINTAINER_pn-libwnck3 = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
364 | RECIPE_MAINTAINER_pn-libx11 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
365 | RECIPE_MAINTAINER_pn-libx11-diet = "Kai Kang <kai.kang@windriver.com>" | ||
366 | RECIPE_MAINTAINER_pn-libxau = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
367 | RECIPE_MAINTAINER_pn-libxcalibrate = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
368 | RECIPE_MAINTAINER_pn-libxcb = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
369 | RECIPE_MAINTAINER_pn-libxcomposite = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
370 | RECIPE_MAINTAINER_pn-libxcursor = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
371 | RECIPE_MAINTAINER_pn-libxdamage = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
372 | RECIPE_MAINTAINER_pn-libxdmcp = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
373 | RECIPE_MAINTAINER_pn-libxext = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
374 | RECIPE_MAINTAINER_pn-libxfixes = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
375 | RECIPE_MAINTAINER_pn-libxfont = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
376 | RECIPE_MAINTAINER_pn-libxft = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
377 | RECIPE_MAINTAINER_pn-libxi = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
378 | RECIPE_MAINTAINER_pn-libxinerama = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
379 | RECIPE_MAINTAINER_pn-libxkbcommon = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
380 | RECIPE_MAINTAINER_pn-libxkbfile = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
381 | RECIPE_MAINTAINER_pn-libxml-namespacesupport-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
382 | RECIPE_MAINTAINER_pn-libxml-parser-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
383 | RECIPE_MAINTAINER_pn-libxml-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
384 | RECIPE_MAINTAINER_pn-libxml-sax-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
385 | RECIPE_MAINTAINER_pn-libxml-simple-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
386 | RECIPE_MAINTAINER_pn-libxml2 = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
387 | RECIPE_MAINTAINER_pn-libxmu = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
388 | RECIPE_MAINTAINER_pn-libxpm = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
389 | RECIPE_MAINTAINER_pn-libxrandr = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
390 | RECIPE_MAINTAINER_pn-libxrender = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
391 | RECIPE_MAINTAINER_pn-libxres = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
392 | RECIPE_MAINTAINER_pn-libxscrnsaver = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
393 | RECIPE_MAINTAINER_pn-libxsettings-client = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
394 | RECIPE_MAINTAINER_pn-libxshmfence = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
395 | RECIPE_MAINTAINER_pn-libxslt = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
396 | RECIPE_MAINTAINER_pn-libxt = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
397 | RECIPE_MAINTAINER_pn-libxtst = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
398 | RECIPE_MAINTAINER_pn-libxv = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
399 | RECIPE_MAINTAINER_pn-libxvmc = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
400 | RECIPE_MAINTAINER_pn-libxxf86dga = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
401 | RECIPE_MAINTAINER_pn-libxxf86misc = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
402 | RECIPE_MAINTAINER_pn-libxxf86vm = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
403 | RECIPE_MAINTAINER_pn-libyaml = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
404 | RECIPE_MAINTAINER_pn-lighttpd = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
405 | RECIPE_MAINTAINER_pn-linux-dummy = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
406 | RECIPE_MAINTAINER_pn-linux-firmware = "Maxin B. John <maxin.john@intel.com>" | ||
407 | RECIPE_MAINTAINER_pn-linux-libc-headers = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
408 | RECIPE_MAINTAINER_pn-linux-libc-headers-yocto = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
409 | RECIPE_MAINTAINER_pn-linux-yocto = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
410 | RECIPE_MAINTAINER_pn-linux-yocto-dev = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
411 | RECIPE_MAINTAINER_pn-linux-yocto-rt = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
412 | RECIPE_MAINTAINER_pn-linux-yocto-tiny = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
413 | RECIPE_MAINTAINER_pn-linuxdoc-tools-native = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
414 | RECIPE_MAINTAINER_pn-logrotate = "Robert Yang <liezhi.yang@windriver.com>" | ||
415 | RECIPE_MAINTAINER_pn-lrzsz = "Maxin B. John <maxin.john@intel.com>" | ||
416 | RECIPE_MAINTAINER_pn-lsb = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
417 | RECIPE_MAINTAINER_pn-lsbinitscripts = "Ross Burton <ross.burton@intel.com>" | ||
418 | RECIPE_MAINTAINER_pn-lsbtest = "Yi Zhao <yi.zhao@windriver.com>" | ||
419 | RECIPE_MAINTAINER_pn-lsof = "Maxin B. John <maxin.john@intel.com>" | ||
420 | RECIPE_MAINTAINER_pn-ltp = "Robert Yang <liezhi.yang@windriver.com>" | ||
421 | RECIPE_MAINTAINER_pn-lttng-modules = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
422 | RECIPE_MAINTAINER_pn-lttng-tools = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
423 | RECIPE_MAINTAINER_pn-lttng-ust = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
424 | RECIPE_MAINTAINER_pn-lz4 = "Armin Kuster <akuster808@gmail.com>" | ||
425 | RECIPE_MAINTAINER_pn-lzo = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
426 | RECIPE_MAINTAINER_pn-lzop = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
427 | RECIPE_MAINTAINER_pn-m4 = "Robert Yang <liezhi.yang@windriver.com>" | ||
428 | RECIPE_MAINTAINER_pn-mailx = "Kai Kang <kai.kang@windriver.com>" | ||
429 | RECIPE_MAINTAINER_pn-make = "Robert Yang <liezhi.yang@windriver.com>" | ||
430 | RECIPE_MAINTAINER_pn-makedepend = "Robert Yang <liezhi.yang@windriver.com>" | ||
431 | RECIPE_MAINTAINER_pn-makedevs = "Chen Qi <Qi.Chen@windriver.com>" | ||
432 | RECIPE_MAINTAINER_pn-man = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
433 | RECIPE_MAINTAINER_pn-man-pages = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
434 | RECIPE_MAINTAINER_pn-matchbox-config-gtk = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
435 | RECIPE_MAINTAINER_pn-matchbox-desktop = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
436 | RECIPE_MAINTAINER_pn-matchbox-desktop-sato = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
437 | RECIPE_MAINTAINER_pn-matchbox-keyboard = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
438 | RECIPE_MAINTAINER_pn-matchbox-panel-2 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
439 | RECIPE_MAINTAINER_pn-matchbox-session = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
440 | RECIPE_MAINTAINER_pn-matchbox-session-sato = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
441 | RECIPE_MAINTAINER_pn-matchbox-terminal = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
442 | RECIPE_MAINTAINER_pn-matchbox-theme-sato = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
443 | RECIPE_MAINTAINER_pn-matchbox-wm = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
444 | RECIPE_MAINTAINER_pn-mc = "Maxin B. John <maxin.john@intel.com>" | ||
445 | RECIPE_MAINTAINER_pn-mdadm = "Maxin B. John <maxin.john@intel.com>" | ||
446 | RECIPE_MAINTAINER_pn-menu-cache = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
447 | RECIPE_MAINTAINER_pn-mesa = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
448 | RECIPE_MAINTAINER_pn-mesa-demos = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
449 | RECIPE_MAINTAINER_pn-mesa-gl = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
450 | RECIPE_MAINTAINER_pn-meta-ide-support = "Cristian Iorga <cristian.iorga@intel.com>" | ||
451 | RECIPE_MAINTAINER_pn-meta-toolchain = "Cristian Iorga <cristian.iorga@intel.com>" | ||
452 | RECIPE_MAINTAINER_pn-mingetty = "Kai Kang <kai.kang@windriver.com>" | ||
453 | RECIPE_MAINTAINER_pn-mini-x-session = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
454 | RECIPE_MAINTAINER_pn-minicom = "Maxin B. John <maxin.john@intel.com>" | ||
455 | RECIPE_MAINTAINER_pn-mkelfimage = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
456 | RECIPE_MAINTAINER_pn-mkfontdir = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
457 | RECIPE_MAINTAINER_pn-mkfontscale = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
458 | RECIPE_MAINTAINER_pn-mklibs-native = "Robert Yang <liezhi.yang@windriver.com>" | ||
459 | RECIPE_MAINTAINER_pn-mktemp = "Robert Yang <liezhi.yang@windriver.com>" | ||
460 | RECIPE_MAINTAINER_pn-mobile-broadband-provider-info = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
461 | RECIPE_MAINTAINER_pn-modutils-initscripts = "Robert Yang <liezhi.yang@windriver.com>" | ||
462 | RECIPE_MAINTAINER_pn-mpeg2dec = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
463 | RECIPE_MAINTAINER_pn-mpfr = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
464 | RECIPE_MAINTAINER_pn-msmtp = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
465 | RECIPE_MAINTAINER_pn-mtd-utils = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
466 | RECIPE_MAINTAINER_pn-mtdev = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
467 | RECIPE_MAINTAINER_pn-mtools = "Maxin B. John <maxin.john@intel.com>" | ||
468 | RECIPE_MAINTAINER_pn-mx-1.0 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
469 | RECIPE_MAINTAINER_pn-nasm = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
470 | RECIPE_MAINTAINER_pn-nativesdk-qemu-helper = "Aníbal Limón <anibal.limon@linux.intel.com>" | ||
471 | RECIPE_MAINTAINER_pn-ncurses = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
472 | RECIPE_MAINTAINER_pn-neard = "Maxin B. John <maxin.john@intel.com>" | ||
473 | RECIPE_MAINTAINER_pn-neon = "Maxin B. John <maxin.john@intel.com>" | ||
474 | RECIPE_MAINTAINER_pn-net-tools = "Maxin B. John <maxin.john@intel.com>" | ||
475 | RECIPE_MAINTAINER_pn-netbase = "Maxin B. John <maxin.john@intel.com>" | ||
476 | RECIPE_MAINTAINER_pn-nettle = "Armin Kuster <akuster808@gmail.com>" | ||
477 | RECIPE_MAINTAINER_pn-nfs-export-root = "Robert Yang <liezhi.yang@windriver.com>" | ||
478 | RECIPE_MAINTAINER_pn-nfs-utils = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
479 | RECIPE_MAINTAINER_pn-npth = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
480 | RECIPE_MAINTAINER_pn-nspr = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
481 | RECIPE_MAINTAINER_pn-nss = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
482 | RECIPE_MAINTAINER_pn-ocf-linux = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
483 | RECIPE_MAINTAINER_pn-ofono = "Maxin B. John <maxin.john@intel.com>" | ||
484 | RECIPE_MAINTAINER_pn-oh-puzzles = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
485 | RECIPE_MAINTAINER_pn-openjade-native = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
486 | RECIPE_MAINTAINER_pn-opensp = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
487 | RECIPE_MAINTAINER_pn-openssh = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
488 | RECIPE_MAINTAINER_pn-openssl = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
489 | RECIPE_MAINTAINER_pn-opkg = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | ||
490 | RECIPE_MAINTAINER_pn-opkg-arch-config = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | ||
491 | RECIPE_MAINTAINER_pn-opkg-keyrings = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | ||
492 | RECIPE_MAINTAINER_pn-opkg-utils = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | ||
493 | RECIPE_MAINTAINER_pn-oprofile = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
494 | RECIPE_MAINTAINER_pn-oprofileui = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
495 | RECIPE_MAINTAINER_pn-oprofileui-server = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
496 | RECIPE_MAINTAINER_pn-orc = "Maxin B. John <maxin.john@intel.com>" | ||
497 | RECIPE_MAINTAINER_pn-ossp-uuid = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
498 | RECIPE_MAINTAINER_pn-p11-kit = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
499 | RECIPE_MAINTAINER_pn-package-index = "Ross Burton <ross.burton@intel.com>" | ||
500 | RECIPE_MAINTAINER_pn-packagegroup-base = "Ross Burton <ross.burton@intel.com>" | ||
501 | RECIPE_MAINTAINER_pn-packagegroup-core-boot = "Ross Burton <ross.burton@intel.com>" | ||
502 | RECIPE_MAINTAINER_pn-packagegroup-core-buildessential = "Ross Burton <ross.burton@intel.com>" | ||
503 | RECIPE_MAINTAINER_pn-packagegroup-core-clutter = "Ross Burton <ross.burton@intel.com>" | ||
504 | RECIPE_MAINTAINER_pn-packagegroup-core-device-devel = "Ross Burton <ross.burton@intel.com>" | ||
505 | RECIPE_MAINTAINER_pn-packagegroup-core-directfb = "Ross Burton <ross.burton@intel.com>" | ||
506 | RECIPE_MAINTAINER_pn-packagegroup-core-full-cmdline = "Ross Burton <ross.burton@intel.com>" | ||
507 | RECIPE_MAINTAINER_pn-packagegroup-core-lsb = "Ross Burton <ross.burton@intel.com>" | ||
508 | RECIPE_MAINTAINER_pn-packagegroup-core-nfs = "Ross Burton <ross.burton@intel.com>" | ||
509 | RECIPE_MAINTAINER_pn-packagegroup-core-sdk = "Ross Burton <ross.burton@intel.com>" | ||
510 | RECIPE_MAINTAINER_pn-packagegroup-core-ssh-dropbear = "Ross Burton <ross.burton@intel.com>" | ||
511 | RECIPE_MAINTAINER_pn-packagegroup-core-ssh-openssh = "Ross Burton <ross.burton@intel.com>" | ||
512 | RECIPE_MAINTAINER_pn-packagegroup-core-standalone-sdk-target = "Ross Burton <ross.burton@intel.com>" | ||
513 | RECIPE_MAINTAINER_pn-packagegroup-core-tools-debug = "Ross Burton <ross.burton@intel.com>" | ||
514 | RECIPE_MAINTAINER_pn-packagegroup-core-tools-profile = "Ross Burton <ross.burton@intel.com>" | ||
515 | RECIPE_MAINTAINER_pn-packagegroup-core-tools-testapps = "Ross Burton <ross.burton@intel.com>" | ||
516 | RECIPE_MAINTAINER_pn-packagegroup-core-x11 = "Ross Burton <ross.burton@intel.com>" | ||
517 | RECIPE_MAINTAINER_pn-packagegroup-core-x11-base = "Ross Burton <ross.burton@intel.com>" | ||
518 | RECIPE_MAINTAINER_pn-packagegroup-core-x11-sato = "Ross Burton <ross.burton@intel.com>" | ||
519 | RECIPE_MAINTAINER_pn-packagegroup-core-x11-xserver = "Ross Burton <ross.burton@intel.com>" | ||
520 | RECIPE_MAINTAINER_pn-packagegroup-self-hosted = "Ross Burton <ross.burton@intel.com>" | ||
521 | RECIPE_MAINTAINER_pn-pango = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
522 | RECIPE_MAINTAINER_pn-parted = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
523 | RECIPE_MAINTAINER_pn-patch = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
524 | RECIPE_MAINTAINER_pn-pax = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
525 | RECIPE_MAINTAINER_pn-pax-utils = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
526 | RECIPE_MAINTAINER_pn-pciutils = "Chen Qi <Qi.Chen@windriver.com>" | ||
527 | RECIPE_MAINTAINER_pn-pcmanfm = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
528 | RECIPE_MAINTAINER_pn-pcmciautils = "Robert Yang <liezhi.yang@windriver.com>" | ||
529 | RECIPE_MAINTAINER_pn-perf = "Bruce Ashfield <bruce.ashfield@windriver.com>" | ||
530 | RECIPE_MAINTAINER_pn-perl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
531 | RECIPE_MAINTAINER_pn-perl-native = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
532 | RECIPE_MAINTAINER_pn-piglit = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
533 | RECIPE_MAINTAINER_pn-pigz = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
534 | RECIPE_MAINTAINER_pn-pinentry = "Armin Kuster <akuster808@gmail.com>" | ||
535 | RECIPE_MAINTAINER_pn-pixman = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
536 | RECIPE_MAINTAINER_pn-pkgconfig = "Maxin B. John <maxin.john@intel.com>" | ||
537 | RECIPE_MAINTAINER_pn-pm-utils = "Maxin B. John <maxin.john@intel.com>" | ||
538 | RECIPE_MAINTAINER_pn-pointercal = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
539 | RECIPE_MAINTAINER_pn-pong-clock = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
540 | RECIPE_MAINTAINER_pn-popt = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
541 | RECIPE_MAINTAINER_pn-portmap = "Robert Yang <liezhi.yang@windriver.com>" | ||
542 | RECIPE_MAINTAINER_pn-powertop = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
543 | RECIPE_MAINTAINER_pn-ppp = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
544 | RECIPE_MAINTAINER_pn-ppp-dialin = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
545 | RECIPE_MAINTAINER_pn-prelink = "Mark Hatle <mark.hatle@windriver.com>" | ||
546 | RECIPE_MAINTAINER_pn-presentproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
547 | RECIPE_MAINTAINER_pn-procps = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
548 | RECIPE_MAINTAINER_pn-pseudo = "Mark Hatle <mark.hatle@windriver.com>" | ||
549 | RECIPE_MAINTAINER_pn-psmisc = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
550 | RECIPE_MAINTAINER_pn-psplash = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
551 | RECIPE_MAINTAINER_pn-pth = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
552 | RECIPE_MAINTAINER_pn-pulseaudio = "Tanu Kaskinen <tanuk@iki.fi>" | ||
553 | RECIPE_MAINTAINER_pn-pulseaudio-client-conf-sato = "Tanu Kaskinen <tanuk@iki.fi>" | ||
554 | RECIPE_MAINTAINER_pn-puzzles = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
555 | RECIPE_MAINTAINER_pn-python = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
556 | RECIPE_MAINTAINER_pn-python-native = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
557 | RECIPE_MAINTAINER_pn-python-async = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
558 | RECIPE_MAINTAINER_pn-python-dbus = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
559 | RECIPE_MAINTAINER_pn-python-distribute = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
560 | RECIPE_MAINTAINER_pn-python-docutils = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
561 | RECIPE_MAINTAINER_pn-python-git = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
562 | RECIPE_MAINTAINER_pn-python-gitdb = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
563 | RECIPE_MAINTAINER_pn-python-imaging = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
564 | RECIPE_MAINTAINER_pn-python-mako = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
565 | RECIPE_MAINTAINER_pn-python-native = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
566 | RECIPE_MAINTAINER_pn-python-nose = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
567 | RECIPE_MAINTAINER_pn-python-numpy = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
568 | RECIPE_MAINTAINER_pn-python-pexpect = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
569 | RECIPE_MAINTAINER_pn-python-pycairo = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
570 | RECIPE_MAINTAINER_pn-python-pycurl = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
571 | RECIPE_MAINTAINER_pn-python-pygobject = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
572 | RECIPE_MAINTAINER_pn-python-pygtk = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
573 | RECIPE_MAINTAINER_pn-python-pyrex = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
574 | RECIPE_MAINTAINER_pn-python-scons = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
575 | RECIPE_MAINTAINER_pn-python-scons-native = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
576 | RECIPE_MAINTAINER_pn-python-setuptools = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
577 | RECIPE_MAINTAINER_pn-python-smartpm = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
578 | RECIPE_MAINTAINER_pn-python-smmap = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
579 | RECIPE_MAINTAINER_pn-python3 = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
580 | RECIPE_MAINTAINER_pn-python3-distribute = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
581 | RECIPE_MAINTAINER_pn-python3-native = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
582 | RECIPE_MAINTAINER_pn-python3-pip = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
583 | RECIPE_MAINTAINER_pn-python3-setuptools = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
584 | RECIPE_MAINTAINER_pn-qemu = "Aníbal Limón <anibal.limon@linux.intel.com>" | ||
585 | RECIPE_MAINTAINER_pn-qemu-helper-native = "Aníbal Limón <anibal.limon@linux.intel.com>" | ||
586 | RECIPE_MAINTAINER_pn-quilt = "Robert Yang <liezhi.yang@windriver.com>" | ||
587 | RECIPE_MAINTAINER_pn-quota = "Maxin B. John <maxin.john@intel.com>" | ||
588 | RECIPE_MAINTAINER_pn-randrproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
589 | RECIPE_MAINTAINER_pn-readline = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
590 | RECIPE_MAINTAINER_pn-recordproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
591 | RECIPE_MAINTAINER_pn-remake = "Robert Yang <liezhi.yang@windriver.com>" | ||
592 | RECIPE_MAINTAINER_pn-renderproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
593 | RECIPE_MAINTAINER_pn-resolvconf = "Chen Qi <Qi.Chen@windriver.com>" | ||
594 | RECIPE_MAINTAINER_pn-resourceproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
595 | RECIPE_MAINTAINER_pn-rgb = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
596 | RECIPE_MAINTAINER_pn-rpcbind = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
597 | RECIPE_MAINTAINER_pn-rpm = "Mark Hatle <mark.hatle@windriver.com>" | ||
598 | RECIPE_MAINTAINER_pn-rpmresolve = "Mark Hatle <mark.hatle@windriver.com>" | ||
599 | RECIPE_MAINTAINER_pn-rsync = "Robert Yang <liezhi.yang@windriver.com>" | ||
600 | RECIPE_MAINTAINER_pn-rt-tests = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
601 | RECIPE_MAINTAINER_pn-ruby = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
602 | RECIPE_MAINTAINER_pn-run-postinsts = "Cristian Iorga <cristian.iorga@intel.com>" | ||
603 | RECIPE_MAINTAINER_pn-rxvt-unicode = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
604 | RECIPE_MAINTAINER_pn-sato-icon-theme = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
605 | RECIPE_MAINTAINER_pn-sato-screenshot = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
606 | RECIPE_MAINTAINER_pn-sbc = "Tanu Kaskinen <tanuk@iki.fi>" | ||
607 | RECIPE_MAINTAINER_pn-screen = "Maxin B. John <maxin.john@intel.com>" | ||
608 | RECIPE_MAINTAINER_pn-scrnsaverproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
609 | RECIPE_MAINTAINER_pn-sed = "Chen Qi <Qi.Chen@windriver.com>" | ||
610 | RECIPE_MAINTAINER_pn-setserial = "Robert Yang <liezhi.yang@windriver.com>" | ||
611 | RECIPE_MAINTAINER_pn-settings-daemon = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
612 | RECIPE_MAINTAINER_pn-sgml-common = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
613 | RECIPE_MAINTAINER_pn-sgmlspl = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
614 | RECIPE_MAINTAINER_pn-shadow = "Chen Qi <Qi.Chen@windriver.com>" | ||
615 | RECIPE_MAINTAINER_pn-shadow-securetty = "Chen Qi <Qi.Chen@windriver.com>" | ||
616 | RECIPE_MAINTAINER_pn-shadow-sysroot = "Chen Qi <Qi.Chen@windriver.com>" | ||
617 | RECIPE_MAINTAINER_pn-shared-mime-info = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
618 | RECIPE_MAINTAINER_pn-shutdown-desktop = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
619 | RECIPE_MAINTAINER_pn-slang = "Kai Kang <kai.kang@windriver.com>" | ||
620 | RECIPE_MAINTAINER_pn-socat = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
621 | RECIPE_MAINTAINER_pn-speex = "Tanu Kaskinen <tanuk@iki.fi>" | ||
622 | RECIPE_MAINTAINER_pn-speexdsp = "Tanu Kaskinen <tanuk@iki.fi>" | ||
623 | RECIPE_MAINTAINER_pn-sqlite3 = "Maxin B. John <maxin.john@intel.com>" | ||
624 | RECIPE_MAINTAINER_pn-squashfs-tools = "Robert Yang <liezhi.yang@windriver.com>" | ||
625 | RECIPE_MAINTAINER_pn-startup-notification = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
626 | RECIPE_MAINTAINER_pn-stat = "Chen Qi <Qi.Chen@windriver.com>" | ||
627 | RECIPE_MAINTAINER_pn-strace = "Robert Yang <liezhi.yang@windriver.com>" | ||
628 | RECIPE_MAINTAINER_pn-subversion = "Richard Purdie <richard.purdie@linuxfoundation.org>" | ||
629 | RECIPE_MAINTAINER_pn-sudo = "Chen Qi <Qi.Chen@windriver.com>" | ||
630 | RECIPE_MAINTAINER_pn-swabber-native = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
631 | RECIPE_MAINTAINER_pn-swig = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
632 | RECIPE_MAINTAINER_pn-sysfsutils = "Chen Qi <Qi.Chen@windriver.com>" | ||
633 | RECIPE_MAINTAINER_pn-sysklogd = "Chen Qi <Qi.Chen@windriver.com>" | ||
634 | RECIPE_MAINTAINER_pn-syslinux = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
635 | RECIPE_MAINTAINER_pn-sysprof = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
636 | RECIPE_MAINTAINER_pn-sysstat = "Chen Qi <Qi.Chen@windriver.com>" | ||
637 | RECIPE_MAINTAINER_pn-systemd = "Chen Qi <Qi.Chen@windriver.com>" | ||
638 | RECIPE_MAINTAINER_pn-systemd-compat-units = "Chen Qi <Qi.Chen@windriver.com>" | ||
639 | RECIPE_MAINTAINER_pn-systemd-serialgetty = "Chen Qi <Qi.Chen@windriver.com>" | ||
640 | RECIPE_MAINTAINER_pn-systemd-systemctl-native = "Chen Qi <Qi.Chen@windriver.com>" | ||
641 | RECIPE_MAINTAINER_pn-systemtap = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
642 | RECIPE_MAINTAINER_pn-systemtap-uprobes = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
643 | RECIPE_MAINTAINER_pn-sysvinit = "Ross Burton <ross.burton@intel.com>" | ||
644 | RECIPE_MAINTAINER_pn-sysvinit-inittab = "Ross Burton <ross.burton@intel.com>" | ||
645 | RECIPE_MAINTAINER_pn-taglib = "Maxin B. John <maxin.john@intel.com>" | ||
646 | RECIPE_MAINTAINER_pn-tar = "Chen Qi <Qi.Chen@windriver.com>" | ||
647 | RECIPE_MAINTAINER_pn-tcf-agent = "Randy Witt <randy.e.witt@linux.intel.com>" | ||
648 | RECIPE_MAINTAINER_pn-tcl = "Robert Yang <liezhi.yang@windriver.com>" | ||
649 | RECIPE_MAINTAINER_pn-tcp-wrappers = "Robert Yang <liezhi.yang@windriver.com>" | ||
650 | RECIPE_MAINTAINER_pn-texi2html = "Robert Yang <liezhi.yang@windriver.com>" | ||
651 | RECIPE_MAINTAINER_pn-texinfo = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
652 | RECIPE_MAINTAINER_pn-tiff = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
653 | RECIPE_MAINTAINER_pn-time = "Robert Yang <liezhi.yang@windriver.com>" | ||
654 | RECIPE_MAINTAINER_pn-tiny-init = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
655 | RECIPE_MAINTAINER_pn-trace-cmd = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
656 | RECIPE_MAINTAINER_pn-tremor = "Tanu Kaskinen <tanuk@iki.fi>" | ||
657 | RECIPE_MAINTAINER_pn-tslib = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
658 | RECIPE_MAINTAINER_pn-ttf-bitstream-vera = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
659 | RECIPE_MAINTAINER_pn-tzcode-native = "Robert Yang <liezhi.yang@windriver.com>" | ||
660 | RECIPE_MAINTAINER_pn-tzdata = "Robert Yang <liezhi.yang@windriver.com>" | ||
661 | RECIPE_MAINTAINER_pn-u-boot = "Denys Dmytriyenko <denis@denix.org>" | ||
662 | RECIPE_MAINTAINER_pn-u-boot-fw-utils = "Denys Dmytriyenko <denis@denix.org>" | ||
663 | RECIPE_MAINTAINER_pn-u-boot-mkimage = "Denys Dmytriyenko <denis@denix.org>" | ||
664 | RECIPE_MAINTAINER_pn-ubootchart = "Ross Burton <ross.burton@intel.com>" | ||
665 | RECIPE_MAINTAINER_pn-uclibc = "Khem Raj <raj.khem@gmail.com>" | ||
666 | RECIPE_MAINTAINER_pn-udev = "Maxin B. John <maxin.john@intel.com>" | ||
667 | RECIPE_MAINTAINER_pn-udev-extraconf = "Maxin B. John <maxin.john@intel.com>" | ||
668 | RECIPE_MAINTAINER_pn-unfs3 = "Randy Witt <randy.e.witt@linux.intel.com>" | ||
669 | RECIPE_MAINTAINER_pn-unifdef = "Ross Burton <ross.burton@intel.com>" | ||
670 | RECIPE_MAINTAINER_pn-unzip = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
671 | RECIPE_MAINTAINER_pn-update-rc.d = "Ross Burton <ross.burton@intel.com>" | ||
672 | RECIPE_MAINTAINER_pn-usbinit = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
673 | RECIPE_MAINTAINER_pn-usbutils = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
674 | RECIPE_MAINTAINER_pn-util-linux = "Chen Qi <Qi.Chen@windriver.com>" | ||
675 | RECIPE_MAINTAINER_pn-util-macros = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
676 | RECIPE_MAINTAINER_pn-v86d = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
677 | RECIPE_MAINTAINER_pn-vala = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
678 | RECIPE_MAINTAINER_pn-valgrind = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
679 | RECIPE_MAINTAINER_pn-videoproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
680 | RECIPE_MAINTAINER_pn-vte = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
681 | RECIPE_MAINTAINER_pn-waffle = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
682 | RECIPE_MAINTAINER_pn-watchdog = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
683 | RECIPE_MAINTAINER_pn-wayland = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
684 | RECIPE_MAINTAINER_pn-webkitgtk = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
685 | RECIPE_MAINTAINER_pn-weston = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
686 | RECIPE_MAINTAINER_pn-weston-init = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
687 | RECIPE_MAINTAINER_pn-wget = "Robert Yang <liezhi.yang@windriver.com>" | ||
688 | RECIPE_MAINTAINER_pn-which = "Alejandro Hernandez <alejandro.hernandez@linux.intel.com>" | ||
689 | RECIPE_MAINTAINER_pn-wireless-tools = "Maxin B. John <maxin.john@intel.com>" | ||
690 | RECIPE_MAINTAINER_pn-wpa-supplicant = "Maxin B. John <maxin.john@intel.com>" | ||
691 | RECIPE_MAINTAINER_pn-x11-common = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
692 | RECIPE_MAINTAINER_pn-x11perf = "Alexander Kanavin <alexander.kanavin@intel.com>" | ||
693 | RECIPE_MAINTAINER_pn-x264 = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
694 | RECIPE_MAINTAINER_pn-xauth = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
695 | RECIPE_MAINTAINER_pn-xcb-proto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
696 | RECIPE_MAINTAINER_pn-xcb-util = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
697 | RECIPE_MAINTAINER_pn-xcb-util-image = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
698 | RECIPE_MAINTAINER_pn-xcb-util-keysyms = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
699 | RECIPE_MAINTAINER_pn-xcb-util-renderutil = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
700 | RECIPE_MAINTAINER_pn-xcb-util-wm = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
701 | RECIPE_MAINTAINER_pn-xcmiscproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
702 | RECIPE_MAINTAINER_pn-xcursor-transparent-theme = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
703 | RECIPE_MAINTAINER_pn-xdg-utils = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
704 | RECIPE_MAINTAINER_pn-xdpyinfo = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
705 | RECIPE_MAINTAINER_pn-xev = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
706 | RECIPE_MAINTAINER_pn-xextproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
707 | RECIPE_MAINTAINER_pn-xeyes = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
708 | RECIPE_MAINTAINER_pn-xf86-input-evdev = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
709 | RECIPE_MAINTAINER_pn-xf86-input-keyboard = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
710 | RECIPE_MAINTAINER_pn-xf86-input-mouse = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
711 | RECIPE_MAINTAINER_pn-xf86-input-synaptics = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
712 | RECIPE_MAINTAINER_pn-xf86-input-vmmouse = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
713 | RECIPE_MAINTAINER_pn-xf86-video-cirrus = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
714 | RECIPE_MAINTAINER_pn-xf86-video-fbdev = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
715 | RECIPE_MAINTAINER_pn-xf86-video-intel = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
716 | RECIPE_MAINTAINER_pn-xf86-video-omap = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
717 | RECIPE_MAINTAINER_pn-xf86-video-omapfb = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
718 | RECIPE_MAINTAINER_pn-xf86-video-vesa = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
719 | RECIPE_MAINTAINER_pn-xf86-video-vmware = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
720 | RECIPE_MAINTAINER_pn-xf86dgaproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
721 | RECIPE_MAINTAINER_pn-xf86driproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
722 | RECIPE_MAINTAINER_pn-xf86miscproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
723 | RECIPE_MAINTAINER_pn-xf86vidmodeproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
724 | RECIPE_MAINTAINER_pn-xhost = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
725 | RECIPE_MAINTAINER_pn-xineramaproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
726 | RECIPE_MAINTAINER_pn-xinetd = "Maxin B. John <maxin.john@intel.com>" | ||
727 | RECIPE_MAINTAINER_pn-xinit = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
728 | RECIPE_MAINTAINER_pn-xinput = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
729 | RECIPE_MAINTAINER_pn-xinput-calibrator = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
730 | RECIPE_MAINTAINER_pn-xkbcomp = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
731 | RECIPE_MAINTAINER_pn-xkeyboard-config = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
732 | RECIPE_MAINTAINER_pn-xmlto = "Hongxu Jia <hongxu.jia@windriver.com>" | ||
733 | RECIPE_MAINTAINER_pn-xmodmap = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
734 | RECIPE_MAINTAINER_pn-xorg-minimal-fonts = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
735 | RECIPE_MAINTAINER_pn-xprop = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
736 | RECIPE_MAINTAINER_pn-xproto = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
737 | RECIPE_MAINTAINER_pn-xrandr = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
738 | RECIPE_MAINTAINER_pn-xrestop = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
739 | RECIPE_MAINTAINER_pn-xserver-nodm-init = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
740 | RECIPE_MAINTAINER_pn-xserver-xf86-config = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
741 | RECIPE_MAINTAINER_pn-xserver-xorg = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
742 | RECIPE_MAINTAINER_pn-xset = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
743 | RECIPE_MAINTAINER_pn-xtrans = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
744 | RECIPE_MAINTAINER_pn-xtscal = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
745 | RECIPE_MAINTAINER_pn-xuser-account = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
746 | RECIPE_MAINTAINER_pn-xvideo-tests = "Maxin B. John <maxin.john@intel.com>" | ||
747 | RECIPE_MAINTAINER_pn-xvinfo = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
748 | RECIPE_MAINTAINER_pn-xwininfo = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
749 | RECIPE_MAINTAINER_pn-xz = "Chen Qi <Qi.Chen@windriver.com>" | ||
750 | RECIPE_MAINTAINER_pn-yasm = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
751 | RECIPE_MAINTAINER_pn-zaurusd = "Jussi Kukkonen <jussi.kukkonen@intel.com>" | ||
752 | RECIPE_MAINTAINER_pn-zip = "Chen Qi <Qi.Chen@windriver.com>" | ||
753 | RECIPE_MAINTAINER_pn-zlib = "Chen Qi <Qi.Chen@windriver.com>" | ||
754 | RECIPE_MAINTAINER_pn-stress = "Maxin B. John <maxin.john@intel.com>" | ||
755 | RECIPE_MAINTAINER_pn-mmc-utils = "Maxin B. John <maxin.john@intel.com>" | ||
diff --git a/meta-yocto/conf/distro/include/poky-floating-revisions.inc b/meta-yocto/conf/distro/include/poky-floating-revisions.inc deleted file mode 100644 index b11f2cda86..0000000000 --- a/meta-yocto/conf/distro/include/poky-floating-revisions.inc +++ /dev/null | |||
@@ -1,73 +0,0 @@ | |||
1 | # | ||
2 | # Package Versions for cutting edge testing: | ||
3 | # | ||
4 | |||
5 | #SRCREV_pn-opkg-native ?= "${AUTOREV}" | ||
6 | #SRCREV_pn-opkg-sdk ?= "${AUTOREV}" | ||
7 | #SRCREV_pn-opkg ?= "${AUTOREV}" | ||
8 | #SRCREV_pn-opkg-utils-naitve ?= "${AUTOREV}" | ||
9 | #SRCREV_pn-opkg-utils ?= "${AUTOREV}" | ||
10 | SRCREV_pn-gconf-dbus ?= "${AUTOREV}" | ||
11 | SRCREV_pn-matchbox-common ?= "${AUTOREV}" | ||
12 | SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}" | ||
13 | SRCREV_pn-matchbox-desktop ?= "${AUTOREV}" | ||
14 | SRCREV_pn-matchbox-keyboard ?= "${AUTOREV}" | ||
15 | SRCREV_pn-matchbox-panel ?= "${AUTOREV}" | ||
16 | SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}" | ||
17 | SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}" | ||
18 | SRCREV_pn-matchbox-terminal ?= "${AUTOREV}" | ||
19 | SRCREV_pn-matchbox-wm ?= "${AUTOREV}" | ||
20 | SRCREV_pn-matchbox-wm-2 ?= "${AUTOREV}" | ||
21 | SRCREV_pn-settings-daemon ?= "${AUTOREV}" | ||
22 | SRCREV_pn-screenshot ?= "${AUTOREV}" | ||
23 | SRCREV_pn-libfakekey ?= "${AUTOREV}" | ||
24 | SRCREV_pn-oprofileui ?= "${AUTOREV}" | ||
25 | SRCREV_pn-zaurusd ?= "${AUTOREV}" | ||
26 | SRCREV_pn-libowl-av ?= "${AUTOREV}" | ||
27 | SRCREV_pn-owl-video ?= "${AUTOREV}" | ||
28 | SRCREV_pn-psplash ?= "${AUTOREV}" | ||
29 | SRCREV_pn-exmap-console ?= "${AUTOREV}" | ||
30 | SRCREV_pn-gtk-sato-engine ?= "${AUTOREV}" | ||
31 | SRCREV_pn-matchbox-theme-sato ?= "${AUTOREV}" | ||
32 | SRCREV_pn-matchbox-theme-sato-2 ?= "${AUTOREV}" | ||
33 | SRCREV_pn-sato-icon-theme ?= "${AUTOREV}" | ||
34 | SRCREV_pn-matchbox-desktop-sato ?= "${AUTOREV}" | ||
35 | SRCREV_pn-oh-puzzles ?= "${AUTOREV}" | ||
36 | SRCREV_pn-libowl ?= "${AUTOREV}" | ||
37 | SRCREV_pn-matchbox-applet-light ?= "${AUTOREV}" | ||
38 | SRCREV_pn-fstests ?= "${AUTOREV}" | ||
39 | SRCREV_pn-xvideo-tests ?= "${AUTOREV}" | ||
40 | SRCREV_pn-clutter ?= "${AUTOREV}" | ||
41 | SRCREV_pn-clutter-gst ?= "${AUTOREV}" | ||
42 | SRCREV_pn-gaku ?= "${AUTOREV}" | ||
43 | SRCREV_pn-gypsy ?= "${AUTOREV}" | ||
44 | SRCREV_pn-aaina ?= "${AUTOREV}" | ||
45 | SRCREV_pn-clutter-cairo ?= "${AUTOREV}" | ||
46 | SRCREV_pn-table ?= "${AUTOREV}" | ||
47 | SRCREV_pn-libmatchbox ?= "${AUTOREV}" | ||
48 | SRCREV_pn-tasks ?= "${AUTOREV}" | ||
49 | SRCREV_pn-ofono ?= "${AUTOREV}" | ||
50 | |||
51 | SRCREV_pn-dri2proto = "${AUTOREV}" | ||
52 | #PREFERRED_VERSION_dri2proto ?= "1.99.1+git%" | ||
53 | SRCREV_pn-libdrm = "${AUTOREV}" | ||
54 | #PREFERRED_VERSION_libdrm ?= "2.4.0+git%" | ||
55 | SRCREV_pn-libxcb = "${AUTOREV}" | ||
56 | #PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr%" | ||
57 | SRCREV_pn-lib-proto = "${AUTOREV}" | ||
58 | #PREFERRED_VERSION_xcb-proto ?= "1.2+gitr%" | ||
59 | SRCREV_pn-libxcb-sdk = "${AUTOREV}" | ||
60 | #PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr%" | ||
61 | SRCREV_pn-xf86-input-evdev = "${AUTOREV}" | ||
62 | #PREFERRED_VERSION_xf86-input-evdev ?= "2.0.4" | ||
63 | SRCREV_pn-xf86-input-mouse = "${AUTOREV}" | ||
64 | #PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git%" | ||
65 | SRCREV_pn-xf86-input-keyboard = "${AUTOREV}" | ||
66 | #PREFERRED_VERSION_xf86-input-keyboard ?= "1.3.1+git%" | ||
67 | SRCREV_pn-xf86-input-synaptics = "${AUTOREV}" | ||
68 | #PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git%" | ||
69 | |||
70 | #SRCDATE_oprofile ?= "${DATE}" | ||
71 | |||
72 | PREFERRED_VERSION_oprofile ?= "0.9.4+cvs${SRCDATE_oprofile}" | ||
73 | |||
diff --git a/meta-yocto/conf/distro/include/poky-world-exclude.inc b/meta-yocto/conf/distro/include/poky-world-exclude.inc deleted file mode 100644 index 5194ff1430..0000000000 --- a/meta-yocto/conf/distro/include/poky-world-exclude.inc +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | # | ||
2 | # Things we exlude fromw world testing within the reference distro | ||
3 | # | ||
4 | |||
5 | # qwt from meta-qt4, has poky-lsb QA warnings, qt4 for lsb only | ||
6 | EXCLUDE_FROM_WORLD_pn-qwt = "1" | ||
diff --git a/meta-yocto/conf/distro/poky-bleeding.conf b/meta-yocto/conf/distro/poky-bleeding.conf deleted file mode 100644 index 2d3e046a45..0000000000 --- a/meta-yocto/conf/distro/poky-bleeding.conf +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | PREFERRED_VERSION_glib-2.0 ?= "2.17.4" | ||
2 | PREFERRED_VERSION_glib-2.0-native ?= "2.17.4" | ||
3 | PREFERRED_VERSION_atk ?= "1.22.0" | ||
4 | PREFERRED_VERSION_pango ?= "1.21.2" | ||
5 | PREFERRED_VERSION_gtk+ ?= "2.13.3" | ||
6 | |||
7 | require conf/distro/include/poky-floating-revisions.inc | ||
8 | require conf/distro/poky.conf | ||
9 | |||
10 | DISTRO = "poky-bleeding" | ||
11 | DISTROOVERRIDES = "poky" | ||
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf deleted file mode 100644 index e7d6995a73..0000000000 --- a/meta-yocto/conf/distro/poky-lsb.conf +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | |||
2 | require conf/distro/poky.conf | ||
3 | require conf/distro/include/security_flags.inc | ||
4 | |||
5 | DISTRO = "poky-lsb" | ||
6 | DISTROOVERRIDES = "poky:linuxstdbase" | ||
7 | |||
8 | DISTRO_FEATURES_append = " pam largefile opengl" | ||
9 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" | ||
10 | |||
11 | # Ensure the kernel nfs server is enabled | ||
12 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | ||
13 | |||
14 | # Use the LTSI Kernel for LSB Testing | ||
15 | PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%" | ||
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf deleted file mode 100644 index 0ac46ac0b9..0000000000 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ /dev/null | |||
@@ -1,128 +0,0 @@ | |||
1 | # Distribution definition for: poky-tiny | ||
2 | # | ||
3 | # Copyright (c) 2011, Intel Corporation. | ||
4 | # All rights reserved. | ||
5 | # | ||
6 | # This file is released under the MIT license as described in | ||
7 | # ../meta/COPYING.MIT. | ||
8 | # | ||
9 | # Poky-tiny is intended to define a tiny Linux system comprised of a | ||
10 | # Linux kernel tailored to support each specific MACHINE and busybox. | ||
11 | # Poky-tiny sets some basic policy to ensure a usable system while still | ||
12 | # keeping the rootfs and kernel image as small as possible. | ||
13 | # | ||
14 | # The policies defined are intended to meet the following goals: | ||
15 | # o Serial consoles only (no framebuffer or VGA console) | ||
16 | # o Basic support for IPV4 networking | ||
17 | # o Single user ash shell | ||
18 | # o Static images (no support for adding packages or libraries later) | ||
19 | # o Read-only or RAMFS root filesystem | ||
20 | # o Combined Linux kernel + rootfs in under 4MB | ||
21 | # o Allow the user to select between eglibc or uclibc with the TCLIBC variable | ||
22 | # | ||
23 | # This is currently a partial definition, the following tasks remain: | ||
24 | # [ ] Integrate linux-yocto-tiny ktype into linux-yocto | ||
25 | # [ ] Define linux-yocto-tiny configs for all supported BSPs | ||
26 | # [ ] Drop ldconfig from the installation | ||
27 | # [ ] Modify the runqemu scripts to work with ext2 parameter: | ||
28 | # runqemu qemux86 qemuparams="-nographic" bootparams="console=ttyS0,115200 root=0800" | ||
29 | # [ ] Modify busybox to allow for DISTRO_FEATURES-like confiruration | ||
30 | |||
31 | require conf/distro/poky.conf | ||
32 | DISTRO = "poky-tiny" | ||
33 | TCLIBC = "musl" | ||
34 | # FIXME: consider adding a new "tiny" feature | ||
35 | #DISTRO_FEATURES_append = " tiny" | ||
36 | |||
37 | # Distro config is evaluated after the machine config, so we have to explicitly | ||
38 | # set the kernel provider to override a machine config. | ||
39 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" | ||
40 | PREFERRED_VERSION_linux-yocto-tiny ?= "4.1%" | ||
41 | |||
42 | # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny | ||
43 | #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" | ||
44 | # Drop kernel-module-af-packet from RRECOMMENDS | ||
45 | POKY_DEFAULT_EXTRA_RRECOMMENDS = "" | ||
46 | |||
47 | # FIXME: what should we do with this? | ||
48 | TCLIBCAPPEND = "" | ||
49 | |||
50 | # Disable wide char support for ncurses as we don't include it in | ||
51 | # in the LIBC features below. | ||
52 | # Leave native enable to avoid build failures | ||
53 | ENABLE_WIDEC = "false" | ||
54 | ENABLE_WIDEC_class-native = "true" | ||
55 | |||
56 | # Drop native language support. This removes the | ||
57 | # eglibc->bash->gettext->libc-posix-clang-wchar dependency. | ||
58 | USE_NLS="no" | ||
59 | |||
60 | # Comment out any of the lines below to disable them in the build | ||
61 | # DISTRO_FEATURES options: | ||
62 | # alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci | ||
63 | DISTRO_FEATURES_TINY = "pci" | ||
64 | DISTRO_FEATURES_NET = "ipv4 ipv6" | ||
65 | DISTRO_FEATURES_USB = "usbhost" | ||
66 | #DISTRO_FEATURES_USBGADGET = "usbgadget" | ||
67 | #DISTRO_FEATURES_WIFI = "wifi" | ||
68 | |||
69 | DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \ | ||
70 | ${DISTRO_FEATURES_NET} \ | ||
71 | ${DISTRO_FEATURES_USB} \ | ||
72 | ${DISTRO_FEATURES_USBGADGET} \ | ||
73 | ${DISTRO_FEATURES_WIFI} \ | ||
74 | " | ||
75 | |||
76 | # Enable LFS - see bug YOCTO #5865 | ||
77 | DISTRO_FEATURES_append_libc-uclibc = " largefile" | ||
78 | DISTRO_FEATURES_append_libc-musl = " largefile" | ||
79 | |||
80 | DISTRO_FEATURES_class-native = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}" | ||
81 | DISTRO_FEATURES_class-nativesdk = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}" | ||
82 | |||
83 | # Use tmpdevfs and the busybox runtime services | ||
84 | VIRTUAL-RUNTIME_dev_manager = "" | ||
85 | VIRTUAL-RUNTIME_login_manager = "" | ||
86 | VIRTUAL-RUNTIME_init_manager = "tiny-init" | ||
87 | VIRTUAL-RUNTIME_keymaps = "" | ||
88 | |||
89 | # FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in | ||
90 | # packagegroup-core-base to select modutils-initscripts or not. Similar with "net" and | ||
91 | # netbase. | ||
92 | |||
93 | # By default we only support initramfs. We don't build live as that | ||
94 | # pulls in a lot of dependencies for the live image and the installer, like | ||
95 | # udev, grub, etc. These pull in gettext, which fails to build with wide | ||
96 | # character support. | ||
97 | IMAGE_FSTYPES = "cpio.gz" | ||
98 | |||
99 | # Drop v86d from qemu dependency list (we support serial) | ||
100 | # Drop grub from meta-intel BSPs | ||
101 | # FIXME: A different mechanism is needed here. We could define -tiny | ||
102 | # variants of all compatible machines, but that leads to a lot | ||
103 | # more machine configs to maintain long term. | ||
104 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" | ||
105 | |||
106 | # The mtrace script included by eglibc is a perl script. This means the system | ||
107 | # will build perl in case this package is installed. Since we don't care about | ||
108 | # this script for the purposes of tiny, remove the dependency from here. | ||
109 | RDEPENDS_${PN}-mtrace_pn-eglibc = "" | ||
110 | |||
111 | PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" | ||
112 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" | ||
113 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" | ||
114 | PNBLACKLIST[core-image-directfb] = "not buildable with poky-tiny" | ||
115 | PNBLACKLIST[core-image-full-cmdline] = "not buildable with poky-tiny" | ||
116 | PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny" | ||
117 | PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny" | ||
118 | PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny" | ||
119 | PNBLACKLIST[core-image-rt] = "not buildable with poky-tiny" | ||
120 | PNBLACKLIST[core-image-rt-sdk] = "not buildable with poky-tiny" | ||
121 | PNBLACKLIST[core-image-sato] = "not buildable with poky-tiny" | ||
122 | PNBLACKLIST[core-image-sato-dev] = "not buildable with poky-tiny" | ||
123 | PNBLACKLIST[core-image-sato-sdk] = "not buildable with poky-tiny" | ||
124 | PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny" | ||
125 | PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny" | ||
126 | |||
127 | # Disable python usage in opkg-utils since it won't build with tiny config | ||
128 | PACKAGECONFIG_remove_pn-opkg-utils = "python" | ||
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf deleted file mode 100644 index 55bc1908c9..0000000000 --- a/meta-yocto/conf/distro/poky.conf +++ /dev/null | |||
@@ -1,104 +0,0 @@ | |||
1 | DISTRO = "poky" | ||
2 | DISTRO_NAME = "Poky (Yocto Project Reference Distro)" | ||
3 | DISTRO_VERSION = "2.0+snapshot-${DATE}" | ||
4 | DISTRO_CODENAME = "master" | ||
5 | SDK_VENDOR = "-pokysdk" | ||
6 | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | ||
7 | |||
8 | MAINTAINER = "Poky <poky@yoctoproject.org>" | ||
9 | |||
10 | TARGET_VENDOR = "-poky" | ||
11 | |||
12 | LOCALCONF_VERSION = "1" | ||
13 | |||
14 | # Override these in poky based distros | ||
15 | POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland" | ||
16 | POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot" | ||
17 | POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet" | ||
18 | |||
19 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}" | ||
20 | |||
21 | PREFERRED_VERSION_linux-yocto ?= "4.4%" | ||
22 | PREFERRED_VERSION_linux-yocto_qemux86 ?= "4.4%" | ||
23 | PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "4.4%" | ||
24 | PREFERRED_VERSION_linux-yocto_qemuarm ?= "4.4%" | ||
25 | PREFERRED_VERSION_linux-yocto_qemumips ?= "4.4%" | ||
26 | PREFERRED_VERSION_linux-yocto_qemumips64 ?= "4.4%" | ||
27 | PREFERRED_VERSION_linux-yocto_qemuppc ?= "4.4%" | ||
28 | |||
29 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}" | ||
30 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" | ||
31 | |||
32 | DISTRO_EXTRA_RDEPENDS += " ${POKY_DEFAULT_EXTRA_RDEPENDS}" | ||
33 | DISTRO_EXTRA_RRECOMMENDS += " ${POKY_DEFAULT_EXTRA_RRECOMMENDS}" | ||
34 | |||
35 | POKYQEMUDEPS = "${@bb.utils.contains("INCOMPATIBLE_LICENSE", "GPL-3.0", "", "packagegroup-core-device-devel",d)}" | ||
36 | DISTRO_EXTRA_RDEPENDS_append_qemuarm = " ${POKYQEMUDEPS}" | ||
37 | DISTRO_EXTRA_RDEPENDS_append_qemuarm64 = " ${POKYQEMUDEPS}" | ||
38 | DISTRO_EXTRA_RDEPENDS_append_qemumips = " ${POKYQEMUDEPS}" | ||
39 | DISTRO_EXTRA_RDEPENDS_append_qemuppc = " ${POKYQEMUDEPS}" | ||
40 | DISTRO_EXTRA_RDEPENDS_append_qemux86 = " ${POKYQEMUDEPS}" | ||
41 | DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}" | ||
42 | |||
43 | TCLIBCAPPEND = "" | ||
44 | |||
45 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 ppc x86_64" | ||
46 | # Other QEMU_TARGETS "mips64el sh4" | ||
47 | |||
48 | PREMIRRORS ??= "\ | ||
49 | bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
50 | cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
51 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
52 | gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
53 | hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
54 | osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
55 | p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
56 | svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" | ||
57 | |||
58 | MIRRORS =+ "\ | ||
59 | ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
60 | http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | ||
61 | https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" | ||
62 | |||
63 | # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully | ||
64 | # fetch from the network (and warn you if not). To disable the test set | ||
65 | # the variable to be empty. | ||
66 | # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master | ||
67 | CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/" | ||
68 | |||
69 | SANITY_TESTED_DISTROS ?= " \ | ||
70 | poky-1.7 \n \ | ||
71 | poky-1.8 \n \ | ||
72 | poky-2.0 \n \ | ||
73 | Ubuntu-14.04 \n \ | ||
74 | Ubuntu-14.10 \n \ | ||
75 | Ubuntu-15.04 \n \ | ||
76 | Ubuntu-15.10 \n \ | ||
77 | Fedora-21 \n \ | ||
78 | Fedora-22 \n \ | ||
79 | CentOS-6.* \n \ | ||
80 | CentOS-7.* \n \ | ||
81 | Debian-7.* \n \ | ||
82 | Debian-8.* \n \ | ||
83 | openSUSE-project-13.2 \n \ | ||
84 | " | ||
85 | # | ||
86 | # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in | ||
87 | # an incompatible way. Such changes should usually be detailed in the commit | ||
88 | # that breaks the format and have been previously discussed on the mailing list | ||
89 | # with general agreement from the core team. | ||
90 | # | ||
91 | OELAYOUT_ABI = "11" | ||
92 | |||
93 | # add poky sanity bbclass | ||
94 | INHERIT += "poky-sanity" | ||
95 | |||
96 | # QA check settings - a little stricter than the OE-Core defaults | ||
97 | WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \ | ||
98 | installed-vs-shipped ldflags pn-overrides rpaths staticdev \ | ||
99 | useless-rpaths" | ||
100 | WARN_QA_remove = "${WARN_TO_ERROR_QA}" | ||
101 | ERROR_QA_append = " ${WARN_TO_ERROR_QA}" | ||
102 | |||
103 | require conf/distro/include/poky-world-exclude.inc | ||
104 | require conf/distro/include/no-static-libs.inc | ||
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf index 9942b518ee..9ed30ed1f9 100644 --- a/meta-yocto/conf/layer.conf +++ b/meta-yocto/conf/layer.conf | |||
@@ -1,16 +1,2 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | 1 | # Dummy file to allow for meta-yocto -> meta-poky transition |
2 | BBPATH =. "${LAYERDIR}:" | 2 | BBPATH =. "${LAYERDIR}/../meta-poky:" |
3 | |||
4 | # We have recipes-* directories, add to BBFILES | ||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
7 | |||
8 | BBFILE_COLLECTIONS += "yocto" | ||
9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" | ||
10 | BBFILE_PRIORITY_yocto = "5" | ||
11 | |||
12 | # This should only be incremented on significant changes that will | ||
13 | # cause compatibility issues with other layers | ||
14 | LAYERVERSION_yocto = "2" | ||
15 | |||
16 | LAYERDEPENDS_yocto = "core" | ||
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample deleted file mode 100644 index 9cb6e95b3d..0000000000 --- a/meta-yocto/conf/local.conf.sample +++ /dev/null | |||
@@ -1,237 +0,0 @@ | |||
1 | # | ||
2 | # This file is your local configuration file and is where all local user settings | ||
3 | # are placed. The comments in this file give some guide to the options a new user | ||
4 | # to the system might want to change but pretty much any configuration option can | ||
5 | # be set in this file. More adventurous users can look at local.conf.extended | ||
6 | # which contains other examples of configuration which can be placed in this file | ||
7 | # but new users likely won't need any of them initially. | ||
8 | # | ||
9 | # Lines starting with the '#' character are commented out and in some cases the | ||
10 | # default values are provided as comments to show people example syntax. Enabling | ||
11 | # the option is a question of removing the # character and making any change to the | ||
12 | # variable as required. | ||
13 | |||
14 | # | ||
15 | # Machine Selection | ||
16 | # | ||
17 | # You need to select a specific machine to target the build with. There are a selection | ||
18 | # of emulated machines available which can boot and run in the QEMU emulator: | ||
19 | # | ||
20 | #MACHINE ?= "qemuarm" | ||
21 | #MACHINE ?= "qemuarm64" | ||
22 | #MACHINE ?= "qemumips" | ||
23 | #MACHINE ?= "qemumips64" | ||
24 | #MACHINE ?= "qemuppc" | ||
25 | #MACHINE ?= "qemux86" | ||
26 | #MACHINE ?= "qemux86-64" | ||
27 | # | ||
28 | # There are also the following hardware board target machines included for | ||
29 | # demonstration purposes: | ||
30 | # | ||
31 | #MACHINE ?= "beaglebone" | ||
32 | #MACHINE ?= "genericx86" | ||
33 | #MACHINE ?= "genericx86-64" | ||
34 | #MACHINE ?= "mpc8315e-rdb" | ||
35 | #MACHINE ?= "edgerouter" | ||
36 | # | ||
37 | # This sets the default machine to be qemux86 if no other machine is selected: | ||
38 | MACHINE ??= "qemux86" | ||
39 | |||
40 | # | ||
41 | # Where to place downloads | ||
42 | # | ||
43 | # During a first build the system will download many different source code tarballs | ||
44 | # from various upstream projects. This can take a while, particularly if your network | ||
45 | # connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you | ||
46 | # can preserve this directory to speed up this part of subsequent builds. This directory | ||
47 | # is safe to share between multiple builds on the same machine too. | ||
48 | # | ||
49 | # The default is a downloads directory under TOPDIR which is the build directory. | ||
50 | # | ||
51 | #DL_DIR ?= "${TOPDIR}/downloads" | ||
52 | |||
53 | # | ||
54 | # Where to place shared-state files | ||
55 | # | ||
56 | # BitBake has the capability to accelerate builds based on previously built output. | ||
57 | # This is done using "shared state" files which can be thought of as cache objects | ||
58 | # and this option determines where those files are placed. | ||
59 | # | ||
60 | # You can wipe out TMPDIR leaving this directory intact and the build would regenerate | ||
61 | # from these files if no changes were made to the configuration. If changes were made | ||
62 | # to the configuration, only shared state files where the state was still valid would | ||
63 | # be used (done using checksums). | ||
64 | # | ||
65 | # The default is a sstate-cache directory under TOPDIR. | ||
66 | # | ||
67 | #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" | ||
68 | |||
69 | # | ||
70 | # Where to place the build output | ||
71 | # | ||
72 | # This option specifies where the bulk of the building work should be done and | ||
73 | # where BitBake should place its temporary files and output. Keep in mind that | ||
74 | # this includes the extraction and compilation of many applications and the toolchain | ||
75 | # which can use Gigabytes of hard disk space. | ||
76 | # | ||
77 | # The default is a tmp directory under TOPDIR. | ||
78 | # | ||
79 | #TMPDIR = "${TOPDIR}/tmp" | ||
80 | |||
81 | # | ||
82 | # Default policy config | ||
83 | # | ||
84 | # The distribution setting controls which policy settings are used as defaults. | ||
85 | # The default value is fine for general Yocto project use, at least initially. | ||
86 | # Ultimately when creating custom policy, people will likely end up subclassing | ||
87 | # these defaults. | ||
88 | # | ||
89 | DISTRO ?= "poky" | ||
90 | # As an example of a subclass there is a "bleeding" edge policy configuration | ||
91 | # where many versions are set to the absolute latest code from the upstream | ||
92 | # source control systems. This is just mentioned here as an example, its not | ||
93 | # useful to most new users. | ||
94 | # DISTRO ?= "poky-bleeding" | ||
95 | |||
96 | # | ||
97 | # Package Management configuration | ||
98 | # | ||
99 | # This variable lists which packaging formats to enable. Multiple package backends | ||
100 | # can be enabled at once and the first item listed in the variable will be used | ||
101 | # to generate the root filesystems. | ||
102 | # Options are: | ||
103 | # - 'package_deb' for debian style deb files | ||
104 | # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) | ||
105 | # - 'package_rpm' for rpm style packages | ||
106 | # E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" | ||
107 | # We default to rpm: | ||
108 | PACKAGE_CLASSES ?= "package_rpm" | ||
109 | |||
110 | # | ||
111 | # SDK/ADT target architecture | ||
112 | # | ||
113 | # This variable specifies the architecture to build SDK/ADT items for and means | ||
114 | # you can build the SDK packages for architectures other than the machine you are | ||
115 | # running the build on (i.e. building i686 packages on an x86_64 host). | ||
116 | # Supported values are i686 and x86_64 | ||
117 | #SDKMACHINE ?= "i686" | ||
118 | |||
119 | # | ||
120 | # Extra image configuration defaults | ||
121 | # | ||
122 | # The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated | ||
123 | # images. Some of these options are added to certain image types automatically. The | ||
124 | # variable can contain the following options: | ||
125 | # "dbg-pkgs" - add -dbg packages for all installed packages | ||
126 | # (adds symbol information for debugging/profiling) | ||
127 | # "dev-pkgs" - add -dev packages for all installed packages | ||
128 | # (useful if you want to develop against libs in the image) | ||
129 | # "ptest-pkgs" - add -ptest packages for all ptest-enabled packages | ||
130 | # (useful if you want to run the package test suites) | ||
131 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) | ||
132 | # "tools-debug" - add debugging tools (gdb, strace) | ||
133 | # "eclipse-debug" - add Eclipse remote debugging support | ||
134 | # "tools-profile" - add profiling tools (oprofile, lttng, valgrind) | ||
135 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) | ||
136 | # "debug-tweaks" - make an image suitable for development | ||
137 | # e.g. ssh root access has a blank password | ||
138 | # There are other application targets that can be used here too, see | ||
139 | # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. | ||
140 | # We default to enabling the debugging tweaks. | ||
141 | EXTRA_IMAGE_FEATURES = "debug-tweaks" | ||
142 | |||
143 | # | ||
144 | # Additional image features | ||
145 | # | ||
146 | # The following is a list of additional classes to use when building images which | ||
147 | # enable extra features. Some available options which can be included in this variable | ||
148 | # are: | ||
149 | # - 'buildstats' collect build statistics | ||
150 | # - 'image-mklibs' to reduce shared library files size for an image | ||
151 | # - 'image-prelink' in order to prelink the filesystem image | ||
152 | # - 'image-swab' to perform host system intrusion detection | ||
153 | # NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink | ||
154 | # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended | ||
155 | USER_CLASSES ?= "buildstats image-mklibs image-prelink" | ||
156 | |||
157 | # | ||
158 | # Runtime testing of images | ||
159 | # | ||
160 | # The build system can test booting virtual machine images under qemu (an emulator) | ||
161 | # after any root filesystems are created and run tests against those images. To | ||
162 | # enable this uncomment this line. See classes/testimage(-auto).bbclass for | ||
163 | # further details. | ||
164 | #TEST_IMAGE = "1" | ||
165 | # | ||
166 | # Interactive shell configuration | ||
167 | # | ||
168 | # Under certain circumstances the system may need input from you and to do this it | ||
169 | # can launch an interactive shell. It needs to do this since the build is | ||
170 | # multithreaded and needs to be able to handle the case where more than one parallel | ||
171 | # process may require the user's attention. The default is iterate over the available | ||
172 | # terminal types to find one that works. | ||
173 | # | ||
174 | # Examples of the occasions this may happen are when resolving patches which cannot | ||
175 | # be applied, to use the devshell or the kernel menuconfig | ||
176 | # | ||
177 | # Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none | ||
178 | # Note: currently, Konsole support only works for KDE 3.x due to the way | ||
179 | # newer Konsole versions behave | ||
180 | #OE_TERMINAL = "auto" | ||
181 | # By default disable interactive patch resolution (tasks will just fail instead): | ||
182 | PATCHRESOLVE = "noop" | ||
183 | |||
184 | # | ||
185 | # Disk Space Monitoring during the build | ||
186 | # | ||
187 | # Monitor the disk space during the build. If there is less that 1GB of space or less | ||
188 | # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully | ||
189 | # shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort | ||
190 | # of the build. The reason for this is that running completely out of space can corrupt | ||
191 | # files and damages the build in ways which may not be easily recoverable. | ||
192 | # It's necesary to monitor /tmp, if there is no space left the build will fail | ||
193 | # with very exotic errors. | ||
194 | BB_DISKMON_DIRS = "\ | ||
195 | STOPTASKS,${TMPDIR},1G,100K \ | ||
196 | STOPTASKS,${DL_DIR},1G,100K \ | ||
197 | STOPTASKS,${SSTATE_DIR},1G,100K \ | ||
198 | STOPTASKS,/tmp,100M,100K \ | ||
199 | ABORT,${TMPDIR},100M,1K \ | ||
200 | ABORT,${DL_DIR},100M,1K \ | ||
201 | ABORT,${SSTATE_DIR},100M,1K \ | ||
202 | ABORT,/tmp,10M,1K" | ||
203 | |||
204 | # | ||
205 | # Shared-state files from other locations | ||
206 | # | ||
207 | # As mentioned above, shared state files are prebuilt cache data objects which can | ||
208 | # used to accelerate build time. This variable can be used to configure the system | ||
209 | # to search other mirror locations for these objects before it builds the data itself. | ||
210 | # | ||
211 | # This can be a filesystem directory, or a remote url such as http or ftp. These | ||
212 | # would contain the sstate-cache results from previous builds (possibly from other | ||
213 | # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the | ||
214 | # cache locations to check for the shared objects. | ||
215 | # NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH | ||
216 | # at the end as shown in the examples below. This will be substituted with the | ||
217 | # correct path within the directory structure. | ||
218 | #SSTATE_MIRRORS ?= "\ | ||
219 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | ||
220 | #file://.* file:///some/local/dir/sstate/PATH" | ||
221 | |||
222 | |||
223 | # | ||
224 | # Qemu configuration | ||
225 | # | ||
226 | # By default qemu will build with a builtin VNC server where graphical output can be | ||
227 | # seen. The two lines below enable the SDL backend too. By default libsdl-native will | ||
228 | # be built, if you want to use your host's libSDL instead of the minimal libsdl built | ||
229 | # by libsdl-native then uncomment the ASSUME_PROVIDED line below. | ||
230 | PACKAGECONFIG_append_pn-qemu-native = " sdl" | ||
231 | PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" | ||
232 | #ASSUME_PROVIDED += "libsdl-native" | ||
233 | |||
234 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to | ||
235 | # track the version of this file when it was generated. This can safely be ignored if | ||
236 | # this doesn't mean anything to you. | ||
237 | CONF_VERSION = "1" | ||
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended deleted file mode 100644 index aa7b42f828..0000000000 --- a/meta-yocto/conf/local.conf.sample.extended +++ /dev/null | |||
@@ -1,400 +0,0 @@ | |||
1 | # BBMASK contains regular expressions that can be used to tell BitBake to ignore | ||
2 | # certain recipes. | ||
3 | #BBMASK = "" | ||
4 | |||
5 | # | ||
6 | # Parallelism Options | ||
7 | # | ||
8 | # These two options control how much parallelism BitBake should use. The first | ||
9 | # option determines how many tasks bitbake should run in parallel: | ||
10 | # | ||
11 | #BB_NUMBER_THREADS ?= "4" | ||
12 | # | ||
13 | # Default to setting automatically based on cpu count | ||
14 | #BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}" | ||
15 | # | ||
16 | # The second option controls how many processes make should run in parallel when | ||
17 | # running compile tasks: | ||
18 | # | ||
19 | #PARALLEL_MAKE ?= "-j 4" | ||
20 | # | ||
21 | # Default to setting automatically based on cpu count | ||
22 | #PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" | ||
23 | # | ||
24 | # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would | ||
25 | # be appropriate for example. | ||
26 | |||
27 | |||
28 | # glibc configurability is used to reduce minimal image's size. | ||
29 | # the all supported glibc options are listed in DISTRO_FEATURES_LIBC | ||
30 | # and disabled by default. Uncomment and copy the DISTRO_FEATURES_LIBC | ||
31 | # and DISTRO_FEATURES definitions to local.conf to enable the options. | ||
32 | #DISTRO_FEATURES_LIBC = "ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \ | ||
33 | # libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg libc-fstab libc-ftraverse \ | ||
34 | # libc-getlogin libc-idn libc-inet libc-inet-anl libc-libm libc-locales libc-locale-code \ | ||
35 | # libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc \ | ||
36 | # libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc \ | ||
37 | # libc-posix-wchar-io" | ||
38 | |||
39 | #DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci ${DISTRO_FEATURES_LIBC}" | ||
40 | |||
41 | # If you want to get an image based on directfb without x11, Please copy this variable to build/conf/local.conf | ||
42 | #DISTRO_FEATURES = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g directfb ${DISTRO_FEATURES_LIBC}" | ||
43 | |||
44 | # ENABLE_BINARY_LOCALE_GENERATION controls the generation of binary locale | ||
45 | # packages at build time using qemu-native. Disabling it (by setting it to 0) | ||
46 | # will save some build time at the expense of breaking i18n on devices with | ||
47 | # less than 128MB RAM. | ||
48 | #ENABLE_BINARY_LOCALE_GENERATION = "1" | ||
49 | |||
50 | # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not | ||
51 | # wish to perform the time-consuming step of generating all LIBC locales. | ||
52 | # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set | ||
53 | # appropriate value for IMAGE_LINGUAS. | ||
54 | # WARNING: this may break localisation! | ||
55 | #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" | ||
56 | #IMAGE_LINGUAS ?= "en-gb" | ||
57 | |||
58 | # The following are used to control options related to debugging. | ||
59 | # | ||
60 | # Uncomment this to change the optimization to make debugging easer, at the | ||
61 | # possible cost of performance. | ||
62 | # DEBUG_BUILD = "1" | ||
63 | # | ||
64 | # Uncomment this to disable the stripping of the installed binaries | ||
65 | # INHIBIT_PACKAGE_STRIP = "1" | ||
66 | # | ||
67 | # Uncomment this to disable the split of the debug information into -dbg files | ||
68 | # INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
69 | # | ||
70 | # When splitting debug information, the following controls the results of the | ||
71 | # file splitting. | ||
72 | # | ||
73 | # .debug (default): | ||
74 | # When splitting the debug information will be placed into | ||
75 | # a .debug directory in the same dirname of the binary produced: | ||
76 | # /bin/foo -> /bin/.debug/foo | ||
77 | # | ||
78 | # debug-file-directory: | ||
79 | # When splitting the debug information will be placed into | ||
80 | # a central debug-file-directory, /usr/lib/debug: | ||
81 | # /bin/foo -> /usr/lib/debug/bin/foo.debug | ||
82 | # | ||
83 | # Any source code referenced in the debug symbols will be copied | ||
84 | # and made available within the /usr/src/debug directory | ||
85 | # | ||
86 | #PACKAGE_DEBUG_SPLIT_STYLE = '.debug' | ||
87 | # PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory' | ||
88 | |||
89 | # Uncomment these to build a package such that you can use gprof to profile it. | ||
90 | # NOTE: This will only work with 'linux' targets, not | ||
91 | # 'linux-uclibc', as uClibc doesn't provide the necessary | ||
92 | # object files. Also, don't build glibc itself with these | ||
93 | # flags, or it'll fail to build. | ||
94 | # | ||
95 | # PROFILE_OPTIMIZATION = "-pg" | ||
96 | # SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}" | ||
97 | # LDFLAGS =+ "-pg" | ||
98 | |||
99 | # TCMODE controls the characteristics of the generated packages/images by | ||
100 | # telling poky which toolchain 'profile' to use. | ||
101 | # | ||
102 | # The default is "default" which uses the internal toolchain. With | ||
103 | # additional layers, it is possible to set this to use a precompiled | ||
104 | # external toolchain. One example is the Sourcery G++ Toolchain, support | ||
105 | # for which is now in the separate meta-sourcery layer: | ||
106 | # | ||
107 | # http://github.com/MentorEmbedded/meta-sourcery/ | ||
108 | # | ||
109 | # meta-sourcery can be used as a template for adding support for other | ||
110 | # external toolchains. See the link above for further details. | ||
111 | # | ||
112 | # TCMODE points the system to a file in conf/distro/include/tcmode-${TCMODE}.inc, | ||
113 | # so for meta-sourcery which has conf/distro/include/tcmode-external-sourcery.inc | ||
114 | # you would set it as follows: | ||
115 | # | ||
116 | # TCMODE ?= "external-sourcery" | ||
117 | |||
118 | # mklibs library size optimization is more useful to smaller images, | ||
119 | # and less useful for bigger images. Also mklibs library optimization | ||
120 | # can break the ABI compatibility, so should not be applied to the | ||
121 | # images which are to be extended or upgraded later. | ||
122 | #This enabled mklibs library size optimization just for the specified image. | ||
123 | #MKLIBS_OPTIMIZED_IMAGES ?= "core-image-minimal" | ||
124 | #This enable mklibs library size optimization will be for all the images. | ||
125 | #MKLIBS_OPTIMIZED_IMAGES ?= "all" | ||
126 | |||
127 | # Uncomment this if your host distribution provides the help2man tool. | ||
128 | #ASSUME_PROVIDED += "help2man-native" | ||
129 | |||
130 | # This value is currently used by pseudo to determine if the recipe should | ||
131 | # build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system. | ||
132 | # | ||
133 | # Pseudo will attempt to determine if a 32-bit wrapper is necessary, but | ||
134 | # it doesn't always guess properly. If you have 32-bit executables on | ||
135 | # your 64-bit build system, you likely want to set this to "0", | ||
136 | # otherwise you could end up with incorrect file attributes on the | ||
137 | # target filesystem. | ||
138 | # | ||
139 | # Default is to not build 32 bit libs on 64 bit systems, uncomment this | ||
140 | # if you need the 32 bits libs | ||
141 | #NO32LIBS = "0" | ||
142 | |||
143 | # Uncomment the following lines to enable multilib builds | ||
144 | #require conf/multilib.conf | ||
145 | #MULTILIBS = "multilib:lib32" | ||
146 | #DEFAULTTUNE_virtclass-multilib-lib32 = "x86" | ||
147 | |||
148 | # Set RPM_PREFER_ELF_ARCH to configure preferred ABI when using rpm packaging | ||
149 | # backend to generate a rootfs, choices are: | ||
150 | # 1: ELF32 wins | ||
151 | # 2: ELF64 wins | ||
152 | # 4: ELF64 N32 wins (for mips64 or mips64el only) | ||
153 | #RPM_PREFER_ELF_ARCH ?= "2" | ||
154 | |||
155 | # The network based PR service host and port | ||
156 | # Uncomment the following lines to enable PRservice. | ||
157 | # Set PRSERV_HOST to 'localhost:0' to automatically | ||
158 | # start local PRService. | ||
159 | # Set to other values to use remote PRService. | ||
160 | #PRSERV_HOST = "localhost:0" | ||
161 | |||
162 | # Additional image generation features | ||
163 | # | ||
164 | # The following is a list of classes to import to use in the generation of images | ||
165 | # currently an example class is image_types_uboot | ||
166 | # IMAGE_CLASSES = " image_types_uboot" | ||
167 | |||
168 | # The following options will build a companion 'debug filesystem' in addition | ||
169 | # to the normal deployable filesystem. This companion system allows a | ||
170 | # debugger to know the symbols and related sources. It can be used to | ||
171 | # debug a remote 'production' system without having to add the debug symbols | ||
172 | # and sources to remote system. If IMAGE_FSTYPES_DEBUGFS is not defined, it | ||
173 | # defaults to IMAGE_FSTYPES. | ||
174 | #IMAGE_GEN_DEBUGFS = "1" | ||
175 | #IMAGE_FSTYPES_DEBUGFS = "tar.gz" | ||
176 | |||
177 | # Incremental rpm image generation, the rootfs would be totally removed | ||
178 | # and re-created in the second generation by default, but with | ||
179 | # INC_RPM_IMAGE_GEN = "1", the rpm based rootfs would be kept, and will | ||
180 | # do update(remove/add some pkgs) on it. NOTE: This is not suggested | ||
181 | # when you want to create a productive rootfs | ||
182 | #INC_RPM_IMAGE_GEN = "1" | ||
183 | |||
184 | # This is a list of packages that require a commercial license to ship | ||
185 | # product. If shipped as part of an image these packages may have | ||
186 | # implications so they are disabled by default. To enable them, | ||
187 | # un-comment the below as appropriate. | ||
188 | #LICENSE_FLAGS_WHITELIST = "commercial_gst-fluendo-mp3 \ | ||
189 | # commercial_gst-openmax \ | ||
190 | # commercial_gst-plugins-ugly \ | ||
191 | # commercial_lame \ | ||
192 | # commercial_libmad \ | ||
193 | # commercial_libomxil \ | ||
194 | # commercial_mpeg2dec" | ||
195 | |||
196 | |||
197 | # | ||
198 | # Disk space monitor, take action when the disk space or the amount of | ||
199 | # inode is running low, it is enabled when BB_DISKMON_DIRS is set. | ||
200 | # | ||
201 | # Set the directory for the monitor, the format is: | ||
202 | # "action,directory,minimum_space,minimum_free_inode" | ||
203 | # | ||
204 | # The "action" must be set and should be one of: | ||
205 | # ABORT: Immediately abort | ||
206 | # STOPTASKS: The new tasks can't be executed any more, will stop the build | ||
207 | # when the running tasks have been done. | ||
208 | # WARN: show warnings (see BB_DISKMON_WARNINTERVAL for more information) | ||
209 | # | ||
210 | # The "directory" must be set, any directory is OK. | ||
211 | # | ||
212 | # Either "minimum_space" or "minimum_free_inode" (or both of them) | ||
213 | # should be set, otherwise the monitor would not be enabled, | ||
214 | # the unit can be G, M, K or none, but do NOT use GB, MB or KB | ||
215 | # (B is not needed). | ||
216 | #BB_DISKMON_DIRS = "STOPTASKS,${TMPDIR},1G,100K WARN,${SSTATE_DIR},1G,100K" | ||
217 | # | ||
218 | # Set disk space and inode interval (only works when the action is "WARN", | ||
219 | # the unit can be G, M, or K, but do NOT use the GB, MB or KB | ||
220 | # (B is not needed), the format is: | ||
221 | # "disk_space_interval,disk_inode_interval", the default value is | ||
222 | # "50M,5K" which means that it would warn when the free space is | ||
223 | # lower than the minimum space(or inode), and would repeat the warning | ||
224 | # when the disk space reduces 50M (or the amount of inode reduces 5k). | ||
225 | #BB_DISKMON_WARNINTERVAL = "50M,5K" | ||
226 | |||
227 | # Archive the source and put them to ${DEPLOY_DIR}/sources/. | ||
228 | # | ||
229 | #INHERIT += "archiver" | ||
230 | # | ||
231 | # The tarball for the patched source will be created by default, and you | ||
232 | # can configure the archiver as follow: | ||
233 | # | ||
234 | # Create archive for: | ||
235 | # 1) original (or unpacked) source: | ||
236 | #ARCHIVER_MODE[src] = "original" | ||
237 | # 2) patched source: (default) | ||
238 | #ARCHIVER_MODE[src] = "patched" | ||
239 | # 3) configured source: | ||
240 | #ARCHIVER_MODE[src] = "configured" | ||
241 | # | ||
242 | # 4) the patches between do_unpack and do_patch: | ||
243 | #ARCHIVER_MODE[diff] = "1" | ||
244 | # set the files that you'd like to exclude from the diff: | ||
245 | #ARCHIVER_MODE[diff-exclude] ?= ".pc autom4te.cache patches" | ||
246 | # | ||
247 | # 5) the environment data, similar to 'bitbake -e recipe': | ||
248 | #ARCHIVER_MODE[dumpdata] = "1" | ||
249 | # | ||
250 | # 6) the recipe (.bb and .inc): | ||
251 | #ARCHIVER_MODE[recipe] = "1" | ||
252 | # | ||
253 | # 7) Whether output the .src.rpm package: | ||
254 | #ARCHIVER_MODE[srpm] = "1" | ||
255 | # | ||
256 | # 8) Filter the license, the recipe whose license in | ||
257 | # COPYLEFT_LICENSE_INCLUDE will be included, and in | ||
258 | # COPYLEFT_LICENSE_EXCLUDE will be excluded. | ||
259 | #COPYLEFT_LICENSE_INCLUDE = 'GPL* LGPL*' | ||
260 | #COPYLEFT_LICENSE_EXCLUDE = 'CLOSED Proprietary' | ||
261 | # | ||
262 | # 9) Config the recipe type that will be archived, the type can be | ||
263 | # target, native, nativesdk, cross, crosssdk and cross-canadian, | ||
264 | # you can set one or more types. Archive all types by default. | ||
265 | #COPYLEFT_RECIPE_TYPES = 'target' | ||
266 | # | ||
267 | |||
268 | # Remove the old image before the new one generated to save disk space | ||
269 | #RM_OLD_IMAGE = "1" | ||
270 | |||
271 | # | ||
272 | # GCC/LD FLAGS to enable more secure code generation | ||
273 | # | ||
274 | # By including the security_flags include file you enable flags | ||
275 | # to the compiler and linker that cause them to generate more secure | ||
276 | # code, this is enabled by default in the poky-lsb distro. | ||
277 | # This does affect compile speed slightly. | ||
278 | # | ||
279 | # Use the following line to enable the security compiler and linker flags to your build | ||
280 | #require conf/distro/include/security_flags.inc | ||
281 | |||
282 | # Image level user/group configuration. | ||
283 | # Inherit extrausers to make the setting of EXTRA_USERS_PARAMS effective. | ||
284 | #INHERIT += "extrausers" | ||
285 | # User / group settings | ||
286 | # The settings are sperated by the ; character. | ||
287 | # Each setting is actually a command. The supported commands are useradd, | ||
288 | # groupadd, userdel, groupdel, usermod and groupmod. | ||
289 | #EXTRA_USERS_PARAMS = "\ | ||
290 | #useradd -p '' tester; \ | ||
291 | #groupadd developers; \ | ||
292 | #userdel nobody; \ | ||
293 | #groupdel video; \ | ||
294 | #groupmod -g 1020 developers; \ | ||
295 | #usermod -s /bin/sh tester; \ | ||
296 | #" | ||
297 | |||
298 | # Various packages dynamically add users and groups to the system at package | ||
299 | # install time. For programs that do not care what the uid/gid is of the | ||
300 | # resulting users/groups, the order of the install will determine the final | ||
301 | # uid/gid. This can lead to non-deterministic uid/gid values from one build | ||
302 | # to another. Use the following settings to specify that all user/group adds | ||
303 | # should be created based on a static passwd/group file. | ||
304 | # | ||
305 | # Note, if you enable or disable the useradd-staticids in a configured system, | ||
306 | # the TMPDIR may contain incorrect uid/gid values. Clearing the TMPDIR | ||
307 | # will correct this condition. | ||
308 | # | ||
309 | # By default the system looks in the BBPATH for files/passwd and files/group | ||
310 | # the default can be overriden by spefying USERADD_UID/GID_TABLES. | ||
311 | # | ||
312 | #USERADDEXTENSION = "useradd-staticids" | ||
313 | #USERADD_UID_TABLES = "files/passwd" | ||
314 | #USERADD_GID_TABLES = "files/group" | ||
315 | # | ||
316 | # In order to prevent generating a system where a dynamicly assigned uid/gid | ||
317 | # can exist, you should enable the following setting. This will force the | ||
318 | # system to error out if the user/group name is not defined in the | ||
319 | # files/passwd or files/group (or specified replacements.) | ||
320 | #USERADD_ERROR_DYNAMIC = "1" | ||
321 | |||
322 | # Enabling FORTRAN | ||
323 | # Note this is not officially supported and is just illustrated here to | ||
324 | # show an example of how it can be done | ||
325 | # You'll also need your fortran recipe to depend on libgfortran | ||
326 | #FORTRAN_forcevariable = ",fortran" | ||
327 | #RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath" | ||
328 | |||
329 | # | ||
330 | # Kernel image features | ||
331 | # | ||
332 | # The INITRAMFS_IMAGE image variable will cause an additional recipe to | ||
333 | # be built as a dependency to the what ever rootfs recipe you might be | ||
334 | # using such as core-image-sato. The initramfs might be needed for | ||
335 | # the initial boot of of the target system such as to load kernel | ||
336 | # modules prior to mounting the root file system. | ||
337 | # | ||
338 | # INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe | ||
339 | # specified by the INITRAMFS_IMAGE will be run through an extra pass | ||
340 | # through the kernel compilation in order to build a single binary | ||
341 | # which contains both the kernel image and the initramfs. The | ||
342 | # combined binary will be deposited into the tmp/deploy directory. | ||
343 | # NOTE: You can set INITRAMFS_IMAGE in an image recipe, but | ||
344 | # INITRAMFS_IMAGE_BUNDLE can only be set in a conf file. | ||
345 | # | ||
346 | #INITRAMFS_IMAGE = "core-image-minimal-initramfs" | ||
347 | #INITRAMFS_IMAGE_BUNDLE = "1" | ||
348 | |||
349 | # | ||
350 | # IPK Hierarchical feed | ||
351 | # | ||
352 | # In some cases it may be desirable not to have all package files in the same | ||
353 | # directory. An example would be when package feeds are to be uploaded to a | ||
354 | # shared webhosting service or transferred to a Windows machine which may have | ||
355 | # problems with directories containing multiple thousands of files. | ||
356 | # | ||
357 | # If the IPK_HIERARCHICAL_FEED variable is set to "1", packages will be split | ||
358 | # between subdirectories in a similar way to how Debian package feeds are | ||
359 | # organised. In the hierarchical feed, package files are written to | ||
360 | # <outdir>/<arch>/<pkg_prefix>/<pkg_subdir>, where pkg_prefix is the first | ||
361 | # letter of the package file name for non-lib packages or "lib" plus the 4th | ||
362 | # letter of the package file name for lib packages (eg, 'l' for less, 'libc' for | ||
363 | # libc6). pkg_subdir is the root of the package file name, discarding the | ||
364 | # version and architecture parts and the common suffixes '-dbg', '-dev', '-doc', | ||
365 | # '-staticdev', '-locale' and '-locale-*' which are listed in | ||
366 | # meta/conf/bitbake.conf. | ||
367 | # | ||
368 | # If IPK_HIERARCHICAL_FEED is unset or set to any other value, the traditional | ||
369 | # feed layout is used where package files are placed in <outdir>/<arch>/. | ||
370 | # | ||
371 | #IPK_HIERARCHICAL_FEED = "1" | ||
372 | # | ||
373 | |||
374 | # Using RPM4 | ||
375 | # | ||
376 | # Currently the rootfs_rpm code has a hard depends on rpmresolve:do_populate_sysroot, | ||
377 | # when using rpm4 the rpmresolve code will not compile due to a missing header file. | ||
378 | # That dependency needs to be removed when using RPM4, also the PREFERRED_VERSION needs | ||
379 | # to be set. This example shows how to enable rpm4 | ||
380 | # PREFERRED_VERSION_rpm = "4.11.2" | ||
381 | # PREFERRED_VERSION_rpm-native = "4.11.2" | ||
382 | # RPMROOTFSDEPENDS_remove = "rpmresolve-native:do_populate_sysroot" | ||
383 | |||
384 | # | ||
385 | # Use busybox/mdev for system initialization | ||
386 | # | ||
387 | #VIRTUAL-RUNTIME_dev_manager = "busybox-mdev" | ||
388 | #VIRTUAL-RUNTIME_login_manager = "busybox" | ||
389 | #VIRTUAL-RUNTIME_init_manager = "busybox" | ||
390 | #VIRTUAL-RUNTIME_initscripts = "initscripts" | ||
391 | #VIRTUAL-RUNTIME_keymaps = "keymaps" | ||
392 | #DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" | ||
393 | |||
394 | # | ||
395 | # Use systemd for system initialization | ||
396 | # | ||
397 | #DISTRO_FEATURES_append = " systemd" | ||
398 | #DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" | ||
399 | #VIRTUAL-RUNTIME_init_manager = "systemd" | ||
400 | #VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" | ||
diff --git a/meta-yocto/conf/site.conf.sample b/meta-yocto/conf/site.conf.sample deleted file mode 100644 index c551e8fb0c..0000000000 --- a/meta-yocto/conf/site.conf.sample +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | # | ||
2 | # local.conf covers user settings, site.conf covers site specific information | ||
3 | # such as proxy server addresses and optionally any shared download location | ||
4 | # | ||
5 | # SITE_CONF_VERSION is increased each time build/conf/site.conf | ||
6 | # changes incompatibly | ||
7 | SCONF_VERSION = "1" | ||
8 | |||
9 | # Uncomment to cause CVS to use the proxy host specified | ||
10 | #CVS_PROXY_HOST = "proxy.example.com" | ||
11 | #CVS_PROXY_PORT = "81" | ||
12 | |||
13 | # For svn, you need to create ~/.subversion/servers containing: | ||
14 | #[global] | ||
15 | #http-proxy-host = proxy.example.com | ||
16 | #http-proxy-port = 81 | ||
17 | # | ||
18 | |||
19 | # To use git with a proxy, you must use an external git proxy command, such as | ||
20 | # the one provided by scripts/oe-git-proxy.sh. To use this script, copy it to | ||
21 | # your PATH and uncomment the following: | ||
22 | #GIT_PROXY_COMMAND ?= "oe-git-proxy" | ||
23 | #ALL_PROXY ?= "socks://socks.example.com:1080" | ||
24 | #or | ||
25 | #ALL_PROXY ?= "https://proxy.example.com:8080" | ||
26 | # If you wish to use certain hosts without the proxy, specify them in NO_PROXY. | ||
27 | # See the script for details on syntax. | ||
28 | |||
29 | # Uncomment this to use a shared download directory | ||
30 | #DL_DIR = "/some/shared/download/directory/" | ||
31 | |||
diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json deleted file mode 100644 index 3f79f426cd..0000000000 --- a/meta-yocto/conf/toasterconf.json +++ /dev/null | |||
@@ -1,118 +0,0 @@ | |||
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-yocto", | ||
24 | "local_path": "meta-yocto", | ||
25 | "vcs_url": "remote:origin", | ||
26 | "dirpath": "meta-yocto" | ||
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-yocto", "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-yocto", "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 | } | ||