summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta-yocto
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/classes/poky-sanity.bbclass24
-rw-r--r--meta-yocto/conf/bblayers.conf.sample16
-rw-r--r--meta-yocto/conf/conf-notes.txt8
-rw-r--r--meta-yocto/conf/distro/include/distro_alias.inc512
-rw-r--r--meta-yocto/conf/distro/include/maintainers.inc745
-rw-r--r--meta-yocto/conf/distro/include/package_regex.inc367
-rw-r--r--meta-yocto/conf/distro/include/poky-floating-revisions.inc74
-rw-r--r--meta-yocto/conf/distro/include/recipe_color.inc437
-rw-r--r--meta-yocto/conf/distro/include/upstream_tracking.inc254
-rw-r--r--meta-yocto/conf/distro/poky-bleeding.conf11
-rw-r--r--meta-yocto/conf/distro/poky-lsb.conf14
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf145
-rw-r--r--meta-yocto/conf/distro/poky.conf120
-rw-r--r--meta-yocto/conf/layer.conf16
-rw-r--r--meta-yocto/conf/local.conf.sample231
-rw-r--r--meta-yocto/conf/local.conf.sample.extended374
-rw-r--r--meta-yocto/conf/site.conf.sample31
-rw-r--r--meta-yocto/recipes-core/busybox/busybox/poky-tiny/defconfig1009
-rw-r--r--meta-yocto/recipes-core/busybox/busybox_%.bbappend2
-rw-r--r--meta-yocto/recipes-core/psplash/files/psplash-poky-img.h914
-rw-r--r--meta-yocto/recipes-core/psplash/psplash_git.bbappend2
-rw-r--r--meta-yocto/recipes-core/tiny-init/files/init26
-rw-r--r--meta-yocto/recipes-core/tiny-init/files/rc.local.sample23
-rw-r--r--meta-yocto/recipes-core/tiny-init/tiny-init.bb28
24 files changed, 5383 insertions, 0 deletions
diff --git a/meta-yocto/classes/poky-sanity.bbclass b/meta-yocto/classes/poky-sanity.bbclass
new file mode 100644
index 0000000000..fff08b3a8a
--- /dev/null
+++ b/meta-yocto/classes/poky-sanity.bbclass
@@ -0,0 +1,24 @@
1python poky_update_bblayersconf() {
2 current_version = int(d.getVar('LCONF_VERSION', True) or -1)
3 latest_version = int(d.getVar('LAYER_CONF_VERSION', True) or -1)
4
5 bblayers_fn = bblayers_conf_file(d)
6 lines = sanity_conf_read(bblayers_fn)
7
8 if current_version == 5 and latest_version == 6:
9 if '/meta-yocto-bsp' not in d.getVar('BBLAYERS', True):
10 index, meta_yocto_line = sanity_conf_find_line('meta-yocto\s*\\\\\\n', lines)
11 if meta_yocto_line:
12 lines.insert(index + 1, meta_yocto_line.replace('meta-yocto',
13 'meta-yocto-bsp'))
14 else:
15 sys.exit()
16
17 current_version += 1
18 sanity_conf_update(bblayers_fn, lines, 'LCONF_VERSION', current_version)
19 return
20
21 sys.exit()
22}
23
24BBLAYERS_CONF_UPDATE_FUNCS += "poky_update_bblayersconf"
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample
new file mode 100644
index 0000000000..0eda565f96
--- /dev/null
+++ b/meta-yocto/conf/bblayers.conf.sample
@@ -0,0 +1,16 @@
1# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "6"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-yocto \
11 ##OEROOT##/meta-yocto-bsp \
12 "
13BBLAYERS_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
new file mode 100644
index 0000000000..66e6319e7a
--- /dev/null
+++ b/meta-yocto/conf/conf-notes.txt
@@ -0,0 +1,8 @@
1Common targets are:
2 core-image-minimal
3 core-image-sato
4 meta-toolchain
5 adt-installer
6 meta-ide-support
7
8You can also run generated qemu images with a command like 'runqemu qemux86'
diff --git a/meta-yocto/conf/distro/include/distro_alias.inc b/meta-yocto/conf/distro/include/distro_alias.inc
new file mode 100644
index 0000000000..48c1d92eda
--- /dev/null
+++ b/meta-yocto/conf/distro/include/distro_alias.inc
@@ -0,0 +1,512 @@
1#
2# This is a list for tracking status of package relative to Major
3# distributions such as Fedora, Ubuntu, Debian, ... The package
4# name is the major distribution equivalent to the name used in oe-core
5#
6# The format is as a bitbake variable override for each recipe
7#
8# DISTRO_PN_ALIAS_pn-<recipe name> = "Distro1=<pkgname> Distro2=<pkgname>"
9#
10# Please keep this list in alphabetical order.
11#
12DISTRO_PN_ALIAS_pn-aaina = "Intel"
13DISTRO_PN_ALIAS_pn-abiword-embedded = "Fedora=abiword Ubuntu=abiword"
14DISTRO_PN_ALIAS_pn-adt-installer = "Intel"
15DISTRO_PN_ALIAS_pn-alsa-state = "OE-Core"
16DISTRO_PN_ALIAS_pn-alsa-utils-alsaconf = "OE-Core"
17DISTRO_PN_ALIAS_pn-atk = "Fedora=atk OpenSuSE=atk"
18DISTRO_PN_ALIAS_pn-augeas = "Ubuntu=libaugeas0 Debian=libaugeas0"
19DISTRO_PN_ALIAS_pn-avahi-ui = "Ubuntu=avahi-discover Debian=avahi-discover"
20DISTRO_PN_ALIAS_pn-babeltrace = "OSPDT"
21DISTRO_PN_ALIAS_pn-bdwgc = "OSPDT"
22DISTRO_PN_ALIAS_pn-bigreqsproto = "Meego=xorg-x11-proto-bigreqsproto"
23DISTRO_PN_ALIAS_pn-bjam = "OpenSuSE=boost-jam Debina=bjam"
24DISTRO_PN_ALIAS_pn-blktool = "Debian=blktool Mandriva=blktool"
25DISTRO_PN_ALIAS_pn-bluez4 = "Ubuntu=bluez Debian=bluez-utils"
26DISTRO_PN_ALIAS_pn-bluez5 = "Fedora=bluez Opensuse=bluez"
27DISTRO_PN_ALIAS_pn-bluez-dtl1-workaround = "OE-Core"
28DISTRO_PN_ALIAS_pn-btrfs-tools = "Debian=btrfs-tools Fedora=btrfs-progs"
29DISTRO_PN_ALIAS_pn-build-appliance-image = "OSPDT"
30DISTRO_PN_ALIAS_pn-builder = "OE-Core"
31DISTRO_PN_ALIAS_pn-buildtools-tarball = "OE-Core"
32DISTRO_PN_ALIAS_pn-calibrateproto = "OSPDT upstream=http://cgit.freedesktop.org/xorg/proto/calibrateproto"
33DISTRO_PN_ALIAS_pn-cdrtools = "OpenSUSE=cdrtools OSPDT"
34DISTRO_PN_ALIAS_pn-chkconfig-alternatives = "Mandriva=chkconfig Debian=chkconfig"
35DISTRO_PN_ALIAS_pn-claws-plugin-gtkhtml2-viewer = "Fedora=claws-mail-plugins OpenSuSE=claws-mail-extra-plugins Debian=claws-mail-extra-plugins"
36DISTRO_PN_ALIAS_pn-claws-plugin-maildir = "Fedora=claws-mail-plugins OpenSuSE=claws-mail-extra-plugins Debian=claws-mail-extra-plugins"
37DISTRO_PN_ALIAS_pn-claws-plugin-mailmbox = "Fedora=claws-mail-plugins OpenSuSE=claws-mail-extra-plugins Debian=claws-mail-extra-plugins"
38DISTRO_PN_ALIAS_pn-claws-plugin-rssyl = "Fedora=claws-mail-plugins OpenSuSE=claws-mail-extra-plugins Debian=claws-mail-extra-plugins"
39DISTRO_PN_ALIAS_pn-clipboard-manager = "OpenedHand"
40DISTRO_PN_ALIAS_pn-clutter = "Fedora=clutter OpenSuse=clutter Ubuntu=clutter-1.0 Mandriva=clutter Debian=clutter"
41DISTRO_PN_ALIAS_pn-clutter-1.8 = "Fedora=clutter OpenSuse=clutter Ubuntu=clutter-1.0 Mandriva=clutter Debian=clutter"
42DISTRO_PN_ALIAS_pn-clutter-gst-1.0 = "Debian=clutter-gst Ubuntu=clutter-gst Fedora=clutter-gst"
43DISTRO_PN_ALIAS_pn-clutter-gst-1.8 = "Fedora=clutter-gst Debian=libclutter-gst"
44DISTRO_PN_ALIAS_pn-clutter-gtk-1.0 = "Debian=clutter-gtk Ubuntu=clutter-gtk Fedora=clutter-gtk"
45DISTRO_PN_ALIAS_pn-clutter-gtk-1.8 = "Fedora=clutter-gtk OpenSuSE=clutter-gtk Ubuntu=clutter-gtk-0.10 Mandriva=clutter-gtk Debian=clutter-gtk"
46DISTRO_PN_ALIAS_pn-cogl-1.0 = "Debian=cogl Ubuntu=cogl Fedora=cogl"
47DISTRO_PN_ALIAS_pn-cogl = "Fedora=cogl OpenSuse=cogl Ubuntu=cogl Mandriva=cogl Debian=cogl"
48DISTRO_PN_ALIAS_pn-compositeproto = "Meego=xorg-x11-proto-compositeproto"
49DISTRO_PN_ALIAS_pn-connman = "Meego=connman"
50DISTRO_PN_ALIAS_pn-connman-conf = "OE-Core"
51DISTRO_PN_ALIAS_pn-connman-gnome = "Intel"
52DISTRO_PN_ALIAS_pn-console-tools = "Debian=console-tools Ubuntu=console-tools"
53DISTRO_PN_ALIAS_pn-core-image-base = "OE-Core"
54DISTRO_PN_ALIAS_pn-core-image-clutter = "OE-Core"
55DISTRO_PN_ALIAS_pn-core-image-directfb = "OE-Core"
56DISTRO_PN_ALIAS_pn-core-image-full-cmdline = "OE-Core"
57DISTRO_PN_ALIAS_pn-core-image-lsb = "OE-Core"
58DISTRO_PN_ALIAS_pn-core-image-lsb-dev = "OE-Core"
59DISTRO_PN_ALIAS_pn-core-image-lsb-qt3 = "OE-Core"
60DISTRO_PN_ALIAS_pn-core-image-lsb-sdk = "OE-Core"
61DISTRO_PN_ALIAS_pn-core-image-minimal = "OE-Core"
62DISTRO_PN_ALIAS_pn-core-image-minimal-dev = "OE-Core"
63DISTRO_PN_ALIAS_pn-core-image-minimal-initramfs = "OE-Core"
64DISTRO_PN_ALIAS_pn-core-image-minimal-mtdutils = "OE-Core"
65DISTRO_PN_ALIAS_pn-core-image-rt = "OE-Core"
66DISTRO_PN_ALIAS_pn-core-image-rt-sdk = "OE-Core"
67DISTRO_PN_ALIAS_pn-core-image-sato = "OE-Core"
68DISTRO_PN_ALIAS_pn-core-image-sato-dev = "OE-Core"
69DISTRO_PN_ALIAS_pn-core-image-sato-sdk = "OE-Core"
70DISTRO_PN_ALIAS_pn-core-image-weston = "OE-Core"
71DISTRO_PN_ALIAS_pn-core-image-x11 = "OE-Core"
72DISTRO_PN_ALIAS_pn-cross-localedef = "OSPDT"
73DISTRO_PN_ALIAS_pn-cryptodev-linux = "OE-Core"
74DISTRO_PN_ALIAS_pn-cwautomacros = "OSPDT upstream=http://cwautomacros.berlios.de/"
75DISTRO_PN_ALIAS_pn-damageproto = "Meego=xorg-x11-proto-damageproto"
76DISTRO_PN_ALIAS_pn-db = "Debian=db5.1 Ubuntu=db5.1"
77DISTRO_PN_ALIAS_pn-dbus-ptest = "Fedora=dbus Ubuntu=dbus"
78DISTRO_PN_ALIAS_pn-dbus-wait = "OpenedHand"
79DISTRO_PN_ALIAS_pn-depmodwrapper-cross = "OE-Core"
80DISTRO_PN_ALIAS_pn-directfb-examples = "Debian=directfb Fedora=directfb"
81DISTRO_PN_ALIAS_pn-distcc = "Debian=distcc Fedora=distcc"
82DISTRO_PN_ALIAS_pn-distcc-config = "OpenedHand"
83DISTRO_PN_ALIAS_pn-dmxproto = "Meego=xorg-x11-proto-dmxproto Ubuntu=x11proto-dmx Debian=x11proto-dmx"
84DISTRO_PN_ALIAS_pn-docbook-dsssl-stylesheets = "Fedora=docbook-style-dsssl Ubuntu=docbook-dsssl"
85DISTRO_PN_ALIAS_pn-docbook-sgml-dtd-3.1 = "Fedora=docbook-dtds Mandriva=docbook-dtd31-sgml"
86DISTRO_PN_ALIAS_pn-docbook-sgml-dtd-4.1 = "Fedora=docbook-dtds Mandriva=docbook-dtd41-sgml"
87DISTRO_PN_ALIAS_pn-docbook-sgml-dtd-4.5 = "Fedora=docbook-dtds Mandriva=docbook-dtd42-sgml"
88DISTRO_PN_ALIAS_pn-dri2proto = "Meego=xorg-x11-proto-dri2proto"
89DISTRO_PN_ALIAS_pn-dropbear = "Debian=dropbear Ubuntu=dropbear"
90DISTRO_PN_ALIAS_pn-dtc = "Fedora=dtc Ubuntu=dtc"
91DISTRO_PN_ALIAS_pn-eds-tools = "OpenedHand"
92DISTRO_PN_ALIAS_pn-eee-acpi-scripts = "Debian=eeepc-acpi-scripts Ubuntu=eeepc-acpi-scripts"
93DISTRO_PN_ALIAS_pn-eglibc = "OE-Core"
94DISTRO_PN_ALIAS_pn-eglibc-initial = "OE-Core"
95DISTRO_PN_ALIAS_pn-eglibc-locale = "OE-Core"
96DISTRO_PN_ALIAS_pn-eglibc-mtrace = "OE-Core"
97DISTRO_PN_ALIAS_pn-eglibc-scripts = "OE-Core"
98DISTRO_PN_ALIAS_pn-eglinfo-fb = "OE-Core"
99DISTRO_PN_ALIAS_pn-eglinfo-x11 = "OE-Core"
100DISTRO_PN_ALIAS_pn-emgd-driver-bin = "Intel"
101DISTRO_PN_ALIAS_pn-encodings = "Ubuntu=xfonts-encodings Mandriva=x11-font-encodings Debian=xfonts-encodings"
102DISTRO_PN_ALIAS_pn-evieext = "Meego=xorg-x11-proto-evieext Debian=x11proto-evie"
103DISTRO_PN_ALIAS_pn-fixesproto = "Meego=xorg-x11-proto-fixesproto"
104DISTRO_PN_ALIAS_pn-font-alias = "Fedora=xorg-x11-fonts-base Mandriva=x11-font-alias Meego=xorg-x11-fonts"
105DISTRO_PN_ALIAS_pn-fontcacheproto = "Meego=xorg-x11-proto-fontcacheproto"
106DISTRO_PN_ALIAS_pn-fontsproto = "Meego=xorg-x11-proto-fontsproto"
107DISTRO_PN_ALIAS_pn-font-util = "Meego=xorg-x11-font-utils Fedora=xorg-x11-font-utils Ubuntu=xfonts-utils Mandriva=x11-font-util Debian=xfonts-utils"
108DISTRO_PN_ALIAS_pn-formfactor = "OE-Core"
109DISTRO_PN_ALIAS_pn-fotowall = "Fedora=fotowall Ubuntu=fotowall"
110DISTRO_PN_ALIAS_pn-fstests = "OpenedHand"
111DISTRO_PN_ALIAS_pn-gail = "Fedora=gail Ubuntu=libgail-3-0"
112DISTRO_PN_ALIAS_pn-gaku = "OpenedHand"
113DISTRO_PN_ALIAS_pn-galago-daemon = "Debian=galago-daemon Ubuntu=galago-daemon"
114DISTRO_PN_ALIAS_pn-gcc-cross-initial = "OE-Core"
115DISTRO_PN_ALIAS_pn-gcc-crosssdk-initial = "OE-Core"
116DISTRO_PN_ALIAS_pn-gccmakedep = "Mandriva=gccmakedep Ubuntu=xutils-dev"
117DISTRO_PN_ALIAS_pn-gcc-runtime = "Ubuntu=gcc Fedora=gcc"
118DISTRO_PN_ALIAS_pn-gconf-dbus = "Meego=GConf-dbus"
119DISTRO_PN_ALIAS_pn-gdk-pixbuf = "Debian=libgdk-pixbuf2.0 Fedora=gdk-pixbuf"
120DISTRO_PN_ALIAS_pn-gdk-pixbuf-csource = "Debian=libgdk-pixbuf2.0-0 Fedora=gdk-pixbuf2"
121DISTRO_PN_ALIAS_pn-gettext-minimal = "Debian=gettext Fedora=gettext"
122DISTRO_PN_ALIAS_pn-glib-2.0 = "Meego=glib2 Fedora=glib2 OpenSuSE=glib2 Ubuntu=glib2.0 Mandriva=glib2.0 Debian=glib2.0"
123DISTRO_PN_ALIAS_pn-glproto = "Meego=xorg-x11-proto-glproto"
124DISTRO_PN_ALIAS_pn-gnome-desktop-testing = "Debian=gnome-desktop-testing Fedora=gnome-desktop-testing"
125DISTRO_PN_ALIAS_pn-gnu-config = "OpenedHand"
126DISTRO_PN_ALIAS_pn-grub-efi = "Debian=grub-efi Fedora=grub2-efi"
127DISTRO_PN_ALIAS_pn-grub-efi-i586 = "Debian=grub-efi Fedora=grub2-efi"
128DISTRO_PN_ALIAS_pn-grub-efi-x86-64 = "Debian=grub-efi Fedora=grub2-efi"
129DISTRO_PN_ALIAS_pn-gst-ffmpeg = "Mandriva=gstreamer0.10-ffmpeg Debian=gstreamer0.10-ffmpeg"
130DISTRO_PN_ALIAS_pn-gst-fluendo-mp3 = "Debian=gstreamer0.10-fluendo-mp3 Ubuntu=gstreamer0.10-fluendo-mp3"
131DISTRO_PN_ALIAS_pn-gst-fluendo-mpegdemux = "Ubuntu=gstreamer0.10-fluendo-mpegdemux Debian=gstreamer0.10-fluendo-mpegdemux"
132DISTRO_PN_ALIAS_pn-gst-meta-base = "Meego=gstreamer Fedora=gstreamer OpenSuSE=gstreamer Ubuntu=gstreamer0.10 Mandriva=gstreamer0.10 Debian=gstreamer0.10"
133DISTRO_PN_ALIAS_pn-gst-openmax = "OSPDT upstream=http://cgit.freedesktop.org/gstreamer/gst-openmax"
134DISTRO_PN_ALIAS_pn-gst-plugin-bluetooth = "Ubuntu=libgstreamer-plugins-base Fedora=gstreamer-plugins-base"
135DISTRO_PN_ALIAS_pn-gst-plugins-bad = "Fedora=gstreamer-plugins-bad-free OpenSuSE=gstreamer-plugins-bad Debian=gst-plugins-bad0.10"
136DISTRO_PN_ALIAS_pn-gst-plugins-base = "Meego=gst-plugins-base Fedora=gstreamer-plugins-base OpenSuSE=gstreamer-plugins-base Ubuntu=gst-plugins-base0.10 Mandriva=gstreamer0.10-plugins-base Debian=gst-plugins-base0.10"
137DISTRO_PN_ALIAS_pn-gst-plugins-gl = "Debian=gstreamer0.10-plugins-gl OpenSuSE=gstreamer-0_10-plugins-gl"
138DISTRO_PN_ALIAS_pn-gst-plugins-good = "Meego=gst-plugins-good Fedora=gstreamer-plugins-good OpenSuSE=gstreamer-plugins-good Ubuntu=gst-plugins-good0.10 Mandriva=gstreamer0.10-plugins-good Debian=gst-plugins-good0.10"
139DISTRO_PN_ALIAS_pn-gst-plugins-ugly = "OpenSuSE=gstreamer-plugins-ugly Mandriva=gstreamer0.10-plugins-ugly Debian=gst-plugins-ugly0.10"
140DISTRO_PN_ALIAS_pn-gstreamer1.0 = "Debian=gstreamer1.0 Ubuntu=gstreamer1.0"
141DISTRO_PN_ALIAS_pn-gstreamer1.0-meta-base = "Meego=gstreamer Fedora=gstreamer OpenSuSE=gstreamer Ubuntu=gstreamer0.10"
142DISTRO_PN_ALIAS_pn-gstreamer1.0-plugins-bad = "Debian=gstreamer1.0-plugins-bad Ubuntu=gstreamer1.0-plugins-bad"
143DISTRO_PN_ALIAS_pn-gstreamer1.0-plugins-base = "Debian=gstreamer1.0-plugins-base Ubuntu=gstreamer1.0-plugins-base"
144DISTRO_PN_ALIAS_pn-gstreamer1.0-plugins-good = "Debian=gstreamer1.0-plugins-good Ubuntu=gstreamer1.0-plugins-bad"
145DISTRO_PN_ALIAS_pn-gstreamer = "Debian=gstreamer1.0 Ubuntu=gstreamer1.0"
146DISTRO_PN_ALIAS_pn-gtk+ = "Meego=gtk2 Fedora=gtk2 OpenSuSE=gtk2 Ubuntu=gtk+2.0 Mandriva=gtk+2.0 Debian=gtk+2.0"
147DISTRO_PN_ALIAS_pn-gtk+3 = "Ubuntu=gtk+3.0 Debian=gtk+3.0 Fedora=gtk3"
148DISTRO_PN_ALIAS_pn-gtk-doc-stub = "Fedora=gtk-doc Ubuntu=gtk-doc"
149DISTRO_PN_ALIAS_pn-gtk-engines = "Fedora=gtk2-engines OpenSuSE=gtk2-engines Ubuntu=gtk2-engines Mandriva=gtk-engines2 Debian=gtk2-engines"
150DISTRO_PN_ALIAS_pn-gtk-sato-engine = "OpenedHand"
151DISTRO_PN_ALIAS_pn-gtk-theme-torturer = "OSPDT upstream=http://wiki.laptop.org/go/GTK_for_OLPC"
152DISTRO_PN_ALIAS_pn-gtk-update-icon-cache-native = "OSPDT"
153DISTRO_PN_ALIAS_pn-gummiboot = "Debian=gummiboot Fedora=gummiboot"
154DISTRO_PN_ALIAS_pn-hello-mod = "OE-Core"
155DISTRO_PN_ALIAS_pn-hostap-conf = "OE-Core"
156DISTRO_PN_ALIAS_pn-hwlatdetect = "OSPDT"
157DISTRO_PN_ALIAS_pn-icecc-create-env = "OE-Core"
158DISTRO_PN_ALIAS_pn-init-ifupdown = "Debian=ifupdown Ubuntu=ifupdown"
159DISTRO_PN_ALIAS_pn-initramfs-boot = "OE-Core"
160DISTRO_PN_ALIAS_pn-initramfs-framework = "OE-Core"
161DISTRO_PN_ALIAS_pn-initramfs-live-boot = "OE-Core"
162DISTRO_PN_ALIAS_pn-initramfs-live-install = "OE-Core"
163DISTRO_PN_ALIAS_pn-initramfs-live-install-efi = "OE-Core"
164DISTRO_PN_ALIAS_pn-initramfs-live-install-efi-testfs = "OE-Core"
165DISTRO_PN_ALIAS_pn-initramfs-live-install-testfs = "OE-Core"
166DISTRO_PN_ALIAS_pn-initscripts = "Fedora=initscripts Mandravia=initscripts"
167DISTRO_PN_ALIAS_pn-inputproto = "Meego=xorg-x11-proto-inputproto"
168DISTRO_PN_ALIAS_pn-iproute2 = "OSPDT"
169DISTRO_PN_ALIAS_pn-jpeg = "OpenSuSE=libjpeg Ubuntu=libjpeg62"
170DISTRO_PN_ALIAS_pn-kbproto = "Meego=xorg-x11-proto-kbproto Ubuntu=x11proto-kb-dev Debian=x11proto-kb-dev"
171DISTRO_PN_ALIAS_pn-kconfig-frontends = "OSPDT"
172DISTRO_PN_ALIAS_pn-kernelshark = "Mandriva=kernelshark Ubuntu=kernelshark"
173DISTRO_PN_ALIAS_pn-kern-tools-native = "Windriver"
174DISTRO_PN_ALIAS_pn-keymaps = "OE-Core"
175DISTRO_PN_ALIAS_pn-kf = "OSPDT"
176DISTRO_PN_ALIAS_pn-lame = "Debian=lame Ubuntu=lame"
177DISTRO_PN_ALIAS_pn-latencytop = "Meego=latencytop Fedora=latencytop Debian=latencytop OpenSuSE=latencytop"
178DISTRO_PN_ALIAS_pn-ldconfig-native = "Ubuntu=libc-bin Fedora=glibc"
179DISTRO_PN_ALIAS_pn-liba52 = "Mandriva=a52dec Debian=a52dec"
180DISTRO_PN_ALIAS_pn-libacpi = "Ubuntu=libacpi Mandriva=libacpi"
181DISTRO_PN_ALIAS_pn-libatomics-ops = "Meego=libatomic-ops Debian=libatomic-ops Ubuntu=libatomic-ops OpenSuSE=libatomic-ops Mandriva=libatomic-ops"
182DISTRO_PN_ALIAS_pn-libcgroup = "Ubuntu=libcgroup1 Debian=libcgroup1"
183DISTRO_PN_ALIAS_pn-libcheck = "Ubuntu=check Fedora=check OpenSuSE=check"
184DISTRO_PN_ALIAS_pn-libclass-isa-perl = "OSPDT"
185DISTRO_PN_ALIAS_pn-libdrm-poulsbo = "Debian=libdrm-intel1 Ubuntu=libdrm-intel1"
186DISTRO_PN_ALIAS_pn-libdumpvalue-perl = "OSPDT"
187DISTRO_PN_ALIAS_pn-libenv-perl = "OSPDT"
188DISTRO_PN_ALIAS_pn-libfakekey = "Meego1.0=libfakekey Debian=libfakekey"
189DISTRO_PN_ALIAS_pn-libfile-checktree-perl = "OSPDT"
190DISTRO_PN_ALIAS_pn-libfribidi = "OpenSuSE=fribidi Ubuntu=fribidi Mandriva=fribidi Debian=fribidi"
191DISTRO_PN_ALIAS_pn-libgcc = "Debian=libgcc4 Ubuntu=libgcc1 OpenSuSE=libgcc46"
192DISTRO_PN_ALIAS_pn-libgdbus = "Intel"
193DISTRO_PN_ALIAS_pn-libglade = "Meego=libglade2 Fedora=libglade2 OpenSuSE=libglade2 Ubuntu=libglade2 Mandriva=libglade2.0 Debian=libglade2"
194DISTRO_PN_ALIAS_pn-libglu = "Debian=libglu Ubuntu=libglu Opensuse=mesa-libglu"
195DISTRO_PN_ALIAS_pn-libgsmd = "Fedora=gsm Ubuntu=libgsm Debian=libgsm Opensuse=libgsm"
196DISTRO_PN_ALIAS_pn-libgtkstylus = "Debian=libgtkstylus Ubuntu=libgtkstylus"
197DISTRO_PN_ALIAS_pn-libgu = "OpenSuSE=glu OSPDT"
198DISTRO_PN_ALIAS_pn-libi18n-collate-perl = "OSPDT"
199DISTRO_PN_ALIAS_pn-libical = "Ubuntu=libical Fedora=libical"
200DISTRO_PN_ALIAS_pn-libiconv = "Fedora=mingw-libiconv Opensuse=cross-mingw-libiconv"
201DISTRO_PN_ALIAS_pn-libjson = "Ubuntu=libjson0-dev Debian=libjson0-dev"
202DISTRO_PN_ALIAS_pn-libksba = "Fedora=libksba Debian=libksba8 Ubuntu=libksba"
203DISTRO_PN_ALIAS_pn-liblbxutil = "Mandriva=liblbxutil OpenSuse=xorg-x11-devel"
204DISTRO_PN_ALIAS_pn-libmatchbox = "Ubuntu=libmatchbox Fedora=libmatchbox"
205DISTRO_PN_ALIAS_pn-libmpc = "Fedora=libmpc OpenSuse=libmpc2"
206DISTRO_PN_ALIAS_pn-libnewt = "Debian=libnewt0.52 Fedora=newt"
207DISTRO_PN_ALIAS_pn-libnewt-python = "Ubuntu=python-newt Fedora=newt-python"
208DISTRO_PN_ALIAS_pn-libnss-mdns = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=nss_mdns Debian=nss-mdns"
209DISTRO_PN_ALIAS_pn-libomxil = "OSPDT upstream=http://omxil.sourceforge.net/"
210DISTRO_PN_ALIAS_pn-libowl = "Debian=owl OpenedHand"
211DISTRO_PN_ALIAS_pn-libowl-av = "OpenedHand"
212DISTRO_PN_ALIAS_pn-libpam = "Meego=pam Fedora=pam OpenSuSE=pam Ubuntu=pam Mandriva=pam Debian=pam"
213DISTRO_PN_ALIAS_pn-libpcre = "Mandriva=libpcre0 Fedora=pcre"
214DISTRO_PN_ALIAS_pn-libpng12 = "Debian=libpng12-0 Fedora=libpng"
215DISTRO_PN_ALIAS_pn-libpod-plainer-perl = "OSPDT"
216DISTRO_PN_ALIAS_pn-libsamplerate0 = "Meego=libsamplerate Fedora=libsamplerate OpenSuSE=libsamplerate Ubuntu=libsamplerate Mandriva=libsamplerate Debian=libsamplerate"
217DISTRO_PN_ALIAS_pn-libsdl = "Fedora=SDL Opensuse=SDL"
218DISTRO_PN_ALIAS_pn-libsdl2 = "Fedora=sdl2 Opensuse=libsdl2 Ubuntu=libsdl2 Debian=libsdl2"
219DISTRO_PN_ALIAS_pn-libsndfile1 = "Meego=libsndfile Fedora=libsndfile OpenSuSE=libsndfile Ubuntu=libsndfile Mandriva=libsndfile Debian=libsndfile"
220DISTRO_PN_ALIAS_pn-libsoup-2.4 = "Meego=libsoup Fedora=libsoup OpenSuSE=libsoup Ubuntu=libsoup2.4 Mandriva=libsoup Debian=libsoup2.4"
221DISTRO_PN_ALIAS_pn-libsync = "OSPDT"
222DISTRO_PN_ALIAS_pn-libtelepathy = "Debian=libtelepathy2 Ubuntu=libtelepathy2"
223DISTRO_PN_ALIAS_pn-libtimedate-perl = "Debian=libtimedate-perl Ubuntu=libtimedate-perl"
224DISTRO_PN_ALIAS_pn-liburcu = "Fedora=userspace-rcu Ubuntu=liburcu0"
225DISTRO_PN_ALIAS_pn-libusb1 = "Debian=libusb-1.0-0 Fedora=libusb1"
226DISTRO_PN_ALIAS_pn-libusb-compat = "OSPDT"
227DISTRO_PN_ALIAS_pn-libx11 = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11"
228DISTRO_PN_ALIAS_pn-libx11-diet = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11"
229DISTRO_PN_ALIAS_pn-libxcalibrate = "OSPDT upstream=http://cgit.freedesktop.org/xorg/lib/libXCalibrate/"
230DISTRO_PN_ALIAS_pn-libxfontcache = "Mandriva=libxfontcache Debian=libxfontcache"
231DISTRO_PN_ALIAS_pn-libxft = "Mandriva=libxft Debian=libxft2 Ubuntu=libxft2"
232DISTRO_PN_ALIAS_pn-libxi = "Ubuntu=libxi Fedora=libXi"
233DISTRO_PN_ALIAS_pn-libxkbcommon = "Fedora=libxkbcommon Debian=libxkbcommon"
234DISTRO_PN_ALIAS_pn-libxprintapputil = "Debian=libxprintapputil Ubuntu=libxprintapputil1 Mandriva=libxprintapputil"
235DISTRO_PN_ALIAS_pn-libxscrnsaver = "Fedora=libXScrnSaver Ubuntu=libxss1 Mandriva=libxscrnsaver"
236DISTRO_PN_ALIAS_pn-libxsettings-client = "Debian=libxsettings-client0 Ubuntu=libxsettings-client0 Mandriva=libXsettings-client0"
237DISTRO_PN_ALIAS_pn-libxtrap = "Debian=libxtrap6 Fedora=libXTrap"
238DISTRO_PN_ALIAS_pn-libxxf86misc = "Mandriva=libxxf86misc Fedora=libXxf86misc"
239DISTRO_PN_ALIAS_pn-linux-dummy = "Intel"
240DISTRO_PN_ALIAS_pn-linux-libc-headers = "Debian=linux-kernel-headers Ubuntu=linux-kernel-headers"
241DISTRO_PN_ALIAS_pn-linux-libc-headers-yocto = "Debian=linux-kernel-headers Ubuntu=linux-kernel-headers"
242DISTRO_PN_ALIAS_pn-linux-yocto = "Debian=linux-base Ubuntu=linux"
243DISTRO_PN_ALIAS_pn-linux-yocto-rt = "Debian=linux-base Ubuntu=linux"
244DISTRO_PN_ALIAS_pn-linux-yocto-tiny = "OSPDT"
245DISTRO_PN_ALIAS_pn-lsbinitscripts = "Windriver"
246DISTRO_PN_ALIAS_pn-lsbsetup = "Windriver"
247DISTRO_PN_ALIAS_pn-lsbtest = "Windriver"
248DISTRO_PN_ALIAS_pn-ltp = "Mandriva=ltp Ubuntu=ltp"
249DISTRO_PN_ALIAS_pn-lttng-modules = "OSPDT upstream=http://lttng.org/"
250DISTRO_PN_ALIAS_pn-lttng-tools = "OSPDT upstream=http://lttng.org/"
251DISTRO_PN_ALIAS_pn-lttng-ust = "OSPDT upstream=http://lttng.org/"
252DISTRO_PN_ALIAS_pn-lz4 = "Debian=lz4 Fedora=lz4"
253DISTRO_PN_ALIAS_pn-lzo = "Debian=liblzo Ubuntu=liblzo Fedora=lzp"
254DISTRO_PN_ALIAS_pn-mailx = "Debian=bsd-mailx Ubuntu=bsd-mailx"
255DISTRO_PN_ALIAS_pn-makedepend = "Mandriva=makedepend Ubuntu=xutils-dev"
256DISTRO_PN_ALIAS_pn-makedevs = "OE-Core"
257DISTRO_PN_ALIAS_pn-matchbox-config-gtk = "OpenedHand"
258DISTRO_PN_ALIAS_pn-matchbox-desktop = "Mandriva=matchbox-desktop Ubuntu=matchbox-desktop"
259DISTRO_PN_ALIAS_pn-matchbox-desktop-sato = "OpenedHand"
260DISTRO_PN_ALIAS_pn-matchbox-keyboard = "Debian=matchbox-keyboard Fedora=matchbox-keyboard"
261DISTRO_PN_ALIAS_pn-matchbox-panel-2 = "Debian=matchbox-panel Mandriva=matchbox-panel Ubuntu=matchbox-panel"
262DISTRO_PN_ALIAS_pn-matchbox-session = "OpenedHand"
263DISTRO_PN_ALIAS_pn-matchbox-session-sato = "OpenedHand"
264DISTRO_PN_ALIAS_pn-matchbox-terminal = "OpenedHand"
265DISTRO_PN_ALIAS_pn-matchbox-theme-sato = "OpenedHand"
266DISTRO_PN_ALIAS_pn-matchbox-theme-sato-2 = "OpenedHand"
267DISTRO_PN_ALIAS_pn-matchbox-themes-extra = "Ubuntu=matchbox-themes-extra Mandriva=matchbox-themes-extra"
268DISTRO_PN_ALIAS_pn-matchbox-themes-gtk = "OpenedHand"
269DISTRO_PN_ALIAS_pn-matchbox-wm = "OpenedHand"
270DISTRO_PN_ALIAS_pn-matchbox-wm-2 = "Mandriva=matchbox-window-manager Debian=matchbox-window-manager"
271DISTRO_PN_ALIAS_pn-menu-cache = "OSPDT"
272DISTRO_PN_ALIAS_pn-mesa = "Fedora=mesa Ubuntu=libgl1-mesa-dri"
273DISTRO_PN_ALIAS_pn-mesa-gl = "Fedora=mesa Ubuntu=libgl1-mesa-dri"
274DISTRO_PN_ALIAS_pn-mesa-glsl = "Fedora=mesa Ubuntu=libgl1-mesa-dri"
275DISTRO_PN_ALIAS_pn-meta-environment-i586 = "OE-Core"
276DISTRO_PN_ALIAS_pn-meta-environment-qemux86 = "OE-Core"
277DISTRO_PN_ALIAS_pn-meta-environment-qemux86-64 = "OE-Core"
278DISTRO_PN_ALIAS_pn-meta-ide-support = "OE-Core"
279DISTRO_PN_ALIAS_pn-meta-toolchain = "OE-Core"
280DISTRO_PN_ALIAS_pn-meta-toolchain-qt = "OE-Core"
281DISTRO_PN_ALIAS_pn-meta-toolchain-qte = "OE-Core"
282DISTRO_PN_ALIAS_pn-mini-x-session = "OSPDT"
283DISTRO_PN_ALIAS_pn-mkfontdir = "Mandriva=mkfontdir Ubuntu=xfonts-utils Fedora=xorg-x11-font-utils"
284DISTRO_PN_ALIAS_pn-mkfontscale = "Mandriva=mkfontscale Ubuntu=xfonts-utils Fedora=xorg-x11-font-utils"
285DISTRO_PN_ALIAS_pn-mktemp = "Mandriva=mktemp Fedora=mktemp"
286DISTRO_PN_ALIAS_pn-mmc-utils = "OE-Core"
287DISTRO_PN_ALIAS_pn-moblin-proto = "OE-Core"
288DISTRO_PN_ALIAS_pn-modutils-collateral = "OE-Core"
289DISTRO_PN_ALIAS_pn-modutils-initscripts = "OE-Core"
290DISTRO_PN_ALIAS_pn-msynctool = "OpenSuse=msynctool Mandriva=msynctool"
291DISTRO_PN_ALIAS_pn-mtd-utils = "Debian=mtd-utils Ubuntu=mtd-utils"
292DISTRO_PN_ALIAS_pn-mx-1.0 = "Ubuntu=mx Debian=mx Fedora=mx"
293DISTRO_PN_ALIAS_pn-n450-audio = "Intel"
294DISTRO_PN_ALIAS_pn-neard = "Intel"
295DISTRO_PN_ALIAS_pn-network-suspend-scripts = "OE-Core"
296DISTRO_PN_ALIAS_pn-nfs-export-root = "OpenedHand"
297DISTRO_PN_ALIAS_pn-npth = "OSPDT"
298DISTRO_PN_ALIAS_pn-nss-myhostname = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=nss_mdns Debian=nss-mdns"
299DISTRO_PN_ALIAS_pn-ocf-linux = "OSPDT"
300DISTRO_PN_ALIAS_pn-ofono = "Debian=ofono Ubuntu=ofono"
301DISTRO_PN_ALIAS_pn-oh-puzzles = "OpenedHand"
302DISTRO_PN_ALIAS_pn-opkg = "OSPDT upstream=http://svn.openmoko.org/trunk/src/tar"
303DISTRO_PN_ALIAS_pn-opkg-collateral = "OE-Core"
304DISTRO_PN_ALIAS_pn-opkg-config-base = "OE-Core"
305DISTRO_PN_ALIAS_pn-opkg-nogpg = "OSPDT upstream=http://svn.openmoko.org/trunk/src/tar"
306DISTRO_PN_ALIAS_pn-opkg-utils = "OSPDT upstream=http://svn.openmoko.org/trunk/src/target/opkg/"
307DISTRO_PN_ALIAS_pn-oprofile = "Debian=oprofile Fedora=oprofile"
308DISTRO_PN_ALIAS_pn-oprofileui = "Fedora=oprofileui Ubuntu=oprofile-gui Debian=oprofile-gui"
309DISTRO_PN_ALIAS_pn-oprofileui-server = "Fedora=oprofileui Ubuntu=oprofile-gui Debian=oprofile-gui"
310DISTRO_PN_ALIAS_pn-owl-video = "OpenedHand"
311DISTRO_PN_ALIAS_pn-packagegroup-base = "OE-Core"
312DISTRO_PN_ALIAS_pn-packagegroup-core = "OE-Core"
313DISTRO_PN_ALIAS_pn-packagegroup-core-boot = "OE-Core"
314DISTRO_PN_ALIAS_pn-packagegroup-core-buildessential = "OE-Core"
315DISTRO_PN_ALIAS_pn-packagegroup-core-clutter = "OE-Core"
316DISTRO_PN_ALIAS_pn-packagegroup-core-device-devel = "OE-Core"
317DISTRO_PN_ALIAS_pn-packagegroup-core-directfb = "OE-Core"
318DISTRO_PN_ALIAS_pn-packagegroup-core-eclipse-debug = "OE-Core"
319DISTRO_PN_ALIAS_pn-packagegroup-core-full-cmdline = "OE-Core"
320DISTRO_PN_ALIAS_pn-packagegroup-core-lsb = "OE-Core"
321DISTRO_PN_ALIAS_pn-packagegroup-core-nfs = "OE-Core"
322DISTRO_PN_ALIAS_pn-packagegroup-core-qt = "OE-Core"
323DISTRO_PN_ALIAS_pn-packagegroup-core-qt4e = "OE-Core"
324DISTRO_PN_ALIAS_pn-packagegroup-core-sdk = "OE-Core"
325DISTRO_PN_ALIAS_pn-packagegroup-core-ssh-dropbear = "OE-Core"
326DISTRO_PN_ALIAS_pn-packagegroup-core-ssh-openssh = "OE-Core"
327DISTRO_PN_ALIAS_pn-packagegroup-core-standalone-sdk-target = "OE-Core"
328DISTRO_PN_ALIAS_pn-packagegroup-core-tools = "OE-Core"
329DISTRO_PN_ALIAS_pn-packagegroup-core-tools-debug = "OE-Core"
330DISTRO_PN_ALIAS_pn-packagegroup-core-tools-profile = "OE-Core"
331DISTRO_PN_ALIAS_pn-packagegroup-core-tools-testapps = "OE-Core"
332DISTRO_PN_ALIAS_pn-packagegroup-core-x11 = "OE-Core"
333DISTRO_PN_ALIAS_pn-packagegroup-core-x11-base = "OE-Core"
334DISTRO_PN_ALIAS_pn-packagegroup-core-x11-mini = "OE-Core"
335DISTRO_PN_ALIAS_pn-packagegroup-core-x11-sato = "OE-Core"
336DISTRO_PN_ALIAS_pn-packagegroup-core-x11-xserver = "OE-Core"
337DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-i586 = "OE-Core"
338DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-qemux86 = "OE-Core"
339DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-qemux86-64 = "OE-Core"
340DISTRO_PN_ALIAS_pn-packagegroup-qt4e = "OE-Core"
341DISTRO_PN_ALIAS_pn-packagegroup-qte-toolchain-host = "OE-Core"
342DISTRO_PN_ALIAS_pn-packagegroup-qte-toolchain-target = "Intel"
343DISTRO_PN_ALIAS_pn-packagegroup-qt-toolchain-host = "OE-Core"
344DISTRO_PN_ALIAS_pn-packagegroup-qt-toolchain-target = "OE-Core"
345DISTRO_PN_ALIAS_pn-packagegroup-sdk-host = "OE-Core"
346DISTRO_PN_ALIAS_pn-packagegroup-self-hosted = "OE-Core"
347DISTRO_PN_ALIAS_pn-package-index = "OE-Core"
348DISTRO_PN_ALIAS_pn-perf = "OSPDT"
349DISTRO_PN_ALIAS_pn-piglit = "OE-Core"
350DISTRO_PN_ALIAS_pn-pkgconfig = "Ubuntu=pkg-config Fedora=pkgconfig"
351DISTRO_PN_ALIAS_pn-pointercal = "OE-Core"
352DISTRO_PN_ALIAS_pn-pointercal-xinput = "OE-Core"
353DISTRO_PN_ALIAS_pn-poky-feed-config-opkg = "OE-Core"
354DISTRO_PN_ALIAS_pn-pong-clock = "OpenedHand"
355DISTRO_PN_ALIAS_pn-portmap = "Debian=rpcbind Fedora=rpcbind"
356DISTRO_PN_ALIAS_pn-postinst-intercept = "OE-Core"
357DISTRO_PN_ALIAS_pn-powertop = "Meego=powertop Fedora=powertop Debian=powertop OpenSuSE=powertop Mandriva=powertop"
358DISTRO_PN_ALIAS_pn-ppp-dialin = "OE-Core"
359DISTRO_PN_ALIAS_pn-presentproto = "Debian=x11proto-present-dev Fedora=xorg-x11-proto-devel"
360DISTRO_PN_ALIAS_pn-printproto = "Debian=x11proto-print-dev Ubuntu=x11proto-print-dev Mandriva=x11-proto-devel"
361DISTRO_PN_ALIAS_pn-pseudo = "Windriver"
362DISTRO_PN_ALIAS_pn-psplash = "OpenedHand"
363DISTRO_PN_ALIAS_pn-ptest-runner = "OE-Core"
364DISTRO_PN_ALIAS_pn-puzzles = "Debian=sgt-puzzles Fedora=puzzles"
365DISTRO_PN_ALIAS_pn-python3-distribute = "Debian=python3-setuptools Fedora=python3-setuptools"
366DISTRO_PN_ALIAS_pn-python-ZSI = "OE-Core"
367DISTRO_PN_ALIAS_pn-python-argparse = "Fedora=python-argparse OpenSuSE=python-argparse"
368DISTRO_PN_ALIAS_pn-python-dbus = "Ubuntu=python-dbus Debian=python-dbus Mandriva=python-dbus"
369DISTRO_PN_ALIAS_pn-python-git = "Debian=python-git Fedora=GitPython"
370DISTRO_PN_ALIAS_pn-python-gst = "OpenSuSE=python-gstreamer Ubuntu=gst0.10-python Debian=gst0.10-python"
371DISTRO_PN_ALIAS_pn-python-pycairo = "Meego=pycairo Fedora=pycairo Ubuntu=pycairo Debian=pycairo"
372DISTRO_PN_ALIAS_pn-python-pycurl = "Debian=python-pycurl Ubuntu=python-pycurl"
373DISTRO_PN_ALIAS_pn-python-pygobject = "Meego=pygobject2 Fedora=pygobject2 Ubuntu=pygobject Debian=pygobject"
374DISTRO_PN_ALIAS_pn-python-pygtk = "Debian=python-gtk2 Fedora=pygtk2 OpenSuSE=python-gtk"
375DISTRO_PN_ALIAS_pn-python-pyrex = "Mandriva=python-pyrex Ubuntu=python-pyrex"
376DISTRO_PN_ALIAS_pn-python-scons = "Fedora=scons OpenSuSE=scons Ubuntu=scons Mandriva=scons Debian=scons"
377DISTRO_PN_ALIAS_pn-python-setuptools = "Mandriva=python-setup OpenSuSE=python-setup-git"
378DISTRO_PN_ALIAS_pn-python-smartpm = "Debian=smart OpenSuSE=smart"
379DISTRO_PN_ALIAS_pn-qemu-config = "OpenedHand"
380DISTRO_PN_ALIAS_pn-qemugl = "OpenedHand"
381DISTRO_PN_ALIAS_pn-qemu-helper = "OpenedHand"
382DISTRO_PN_ALIAS_pn-qemuwrapper-cross = "OE-Core"
383DISTRO_PN_ALIAS_pn-qmmp = "Fedora=qmmp Debian=qmmp"
384DISTRO_PN_ALIAS_pn-qt4 = "Mandriva=libqt4-devel Ubuntu=libqt4-dev"
385DISTRO_PN_ALIAS_pn-qt4e-demo-image = "OE-Core"
386DISTRO_PN_ALIAS_pn-qt4-embedded = "OSPDT"
387DISTRO_PN_ALIAS_pn-qt4-graphics-system = "OE-Core"
388DISTRO_PN_ALIAS_pn-qt4-tools = "Mandriva=libqt4-devel Ubuntu=libqt4-dev"
389DISTRO_PN_ALIAS_pn-qt4-x11-free = "Ubuntu=qt-x11-free Debian=qt-x11-free"
390DISTRO_PN_ALIAS_pn-qt-demo-init = "OE-Core"
391DISTRO_PN_ALIAS_pn-qt-mobility-embedded = "Ubuntu=qtmobility-dev Debian=qtmobility-dev"
392DISTRO_PN_ALIAS_pn-qt-mobility-x11 = "Ubuntu=qtmobility-dev Debian=qtmobility-dev"
393DISTRO_PN_ALIAS_pn-quicky = "OSPDT"
394DISTRO_PN_ALIAS_pn-randrproto = "Meego=xorg-x11-proto-randrproto"
395DISTRO_PN_ALIAS_pn-readline = "Fedora=readline Debian=readline-common"
396DISTRO_PN_ALIAS_pn-recordproto = "Meego=xorg-x11-proto-recordproto"
397DISTRO_PN_ALIAS_pn-remake = "Mandriva=remake Debian=remake"
398DISTRO_PN_ALIAS_pn-renderproto = "Meego=xorg-x11-proto-renderproto"
399DISTRO_PN_ALIAS_pn-resourceproto = "Meego=xorg-x11-proto-resourceproto"
400DISTRO_PN_ALIAS_pn-rgb = "Fedora=xorg-X11-server-utils Debian=x11-xserver-utils"
401DISTRO_PN_ALIAS_pn-rpmresolve = "OSPDT"
402DISTRO_PN_ALIAS_pn-rt-tests = "Debian=rt-tests Ubuntu=rt-tests"
403DISTRO_PN_ALIAS_pn-run-postinsts = "OE-Core"
404DISTRO_PN_ALIAS_pn-sato-icon-theme = "OpenedHand"
405DISTRO_PN_ALIAS_pn-sato-screenshot = "OpenedHand"
406DISTRO_PN_ALIAS_pn-sbc = "Fedora=sbc Debian=libsbc1"
407DISTRO_PN_ALIAS_pn-screenshot = "OpenedHand"
408DISTRO_PN_ALIAS_pn-scrnsaverproto = "Meego=xorg-x11-proto-scrnsaverproto Ubuntu=x11proto-scrnsaver-dev Debian=x11proto-scrnsaver-dev"
409DISTRO_PN_ALIAS_pn-settings-daemon = "OpenedHand"
410DISTRO_PN_ALIAS_pn-sgml-common = "OpenSuSE=sgml-common Fedora=sgml-common"
411DISTRO_PN_ALIAS_pn-sgmlspl = "Debian=sgmlspl Ubuntu=sgmlspl"
412DISTRO_PN_ALIAS_pn-shadow-securetty = "Ubuntu=shadow Fedora=shadow"
413DISTRO_PN_ALIAS_pn-shadow-sysroot = "Ubuntu=shadow Fedora=shadow"
414DISTRO_PN_ALIAS_pn-shasum = "OE-Core"
415DISTRO_PN_ALIAS_pn-shutdown-desktop = "OpenedHand"
416DISTRO_PN_ALIAS_pn-signgp = "OE-Core"
417DISTRO_PN_ALIAS_pn-stat = "Debian=coreutils Fedora=coreutils"
418DISTRO_PN_ALIAS_pn-swabber = "OE-Core"
419DISTRO_PN_ALIAS_pn-sysklogd = "Debian=sysklogd Mandriva=sysklogd"
420DISTRO_PN_ALIAS_pn-sysprof = "Fedora=sysprof Debian=sysprof"
421DISTRO_PN_ALIAS_pn-systemd-compat-units = "Fedora=systemd Ubuntu=systemd"
422DISTRO_PN_ALIAS_pn-systemd-systemctl = "OE-Core"
423DISTRO_PN_ALIAS_pn-systemd-systemdctl = "Fedora=systemd Ubuntu=systemd"
424DISTRO_PN_ALIAS_pn-systemtap-uprobes = "Ubuntu=systemtap Debian=systemtap"
425DISTRO_PN_ALIAS_pn-sysvinit-inittab = "OE-Core"
426DISTRO_PN_ALIAS_pn-table = "Intel"
427DISTRO_PN_ALIAS_pn-tar-replacement = "OE-Core"
428DISTRO_PN_ALIAS_pn-tcf-agent = "Windriver upstream=http://www.eclipse.org/dsdp/tm/"
429DISTRO_PN_ALIAS_pn-telepathy-python = "Debian=telepathy-python Ubuntu=telepathy-python"
430DISTRO_PN_ALIAS_pn-tiny-init = "OSPDT"
431DISTRO_PN_ALIAS_pn-tinylogin = "Debian=busybox Ubuntu=busybox Mandriva=busybox"
432DISTRO_PN_ALIAS_pn-trace-cmd = "Mandriva=trace-cmd Ubuntu=trace-cmd"
433DISTRO_PN_ALIAS_pn-trapproto = "Meego=xorg-x11-proto-trapproto"
434DISTRO_PN_ALIAS_pn-tremor = "OSPDT upstream=http://www.xiph.org/vorbis/"
435DISTRO_PN_ALIAS_pn-tslib = "Debian=tslib Ubuntu=tslib"
436DISTRO_PN_ALIAS_pn-ttf-bitstream-vera = "Debian=ttf-bitstream-vera Ubuntu=ttf-bitstream-vera"
437DISTRO_PN_ALIAS_pn-tzcode = "OSPDT"
438DISTRO_PN_ALIAS_pn-ubootchart = "OSPDT upstream=http://code.google.com/p/ubootchart"
439DISTRO_PN_ALIAS_pn-u-boot-fw-utils = "Ubuntu=u-boot-tools Debian=u-boot-tools"
440DISTRO_PN_ALIAS_pn-u-boot-mkimage = "Ubuntu=uboot-mkimage Debian=uboot-mkimage"
441DISTRO_PN_ALIAS_pn-udev-extraconf = "OE-Core"
442DISTRO_PN_ALIAS_pn-unfs3 = "Debian=unfs3 Fedora=unfs3"
443DISTRO_PN_ALIAS_pn-unfs-server = "OE-Core"
444DISTRO_PN_ALIAS_pn-update-alternatives-dpkg = "Opensuse=update-alternatives Mandriva=update-alternatives"
445DISTRO_PN_ALIAS_pn-update-rc.d = "OE-Core"
446DISTRO_PN_ALIAS_pn-usbinit = "OE-Core"
447DISTRO_PN_ALIAS_pn-util-macros = "Meego=xorg-x11-util-macros Fedora=xorg-x11-util-macros Mandriva=x11-util-macros"
448DISTRO_PN_ALIAS_pn-v86d = "Debian=v86d Ubuntu=v86d"
449DISTRO_PN_ALIAS_pn-videoproto = "Meego=xorg-x11-proto-videoproto"
450DISTRO_PN_ALIAS_pn-waffle = "OE-Core"
451DISTRO_PN_ALIAS_pn-watchdog = "Debian=watchdog Ubuntu=watchdog Mandriva=watchdog"
452DISTRO_PN_ALIAS_pn-webkit-gtk = "Fedora=webkitgtk Ubuntu=libwebkit"
453DISTRO_PN_ALIAS_pn-web-webkit = "OpenedHand"
454DISTRO_PN_ALIAS_pn-weston = "Fedora=weston OpenSuSE=weston"
455DISTRO_PN_ALIAS_pn-weston-init = "OE-Core"
456DISTRO_PN_ALIAS_pn-which = "Mandriva=which Fedora=which"
457DISTRO_PN_ALIAS_pn-wpa-supplicant = "Meego=wpa_supplicant Fedora=wpa_supplicant OpenSuSE=wpa_supplicant Ubuntu=wpasupplicant Mandriva=wpa_supplicant Debian=wpasupplicant"
458DISTRO_PN_ALIAS_pn-x11-common = "OE-Core"
459DISTRO_PN_ALIAS_pn-x11perf = "Fedora=xorg-x11-apps Ubuntu=x11-apps"
460DISTRO_PN_ALIAS_pn-x11vnc = "Fedora=x11vnc Ubuntu=x11vnc"
461DISTRO_PN_ALIAS_pn-xcb-util-image = "Debian=xcb-util Fedora=xcb-util"
462DISTRO_PN_ALIAS_pn-xcb-util-keysyms = "Debian=xcb-util Fedora=xcb-util"
463DISTRO_PN_ALIAS_pn-xcb-util-wm = "Debian=xcb-util Fedora=xcb-util"
464DISTRO_PN_ALIAS_pn-xcmiscproto = "Meego=xorg-x11-proto-xcmiscproto"
465DISTRO_PN_ALIAS_pn-xcursor-transparent-theme = "OpenedHand"
466DISTRO_PN_ALIAS_pn-xdpyinfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils"
467DISTRO_PN_ALIAS_pn-xev = "Fedora=xorg-x11-utils Ubuntu=x11-utils"
468DISTRO_PN_ALIAS_pn-xextproto = "Meego=xorg-x11-proto-xextproto"
469DISTRO_PN_ALIAS_pn-xeyes = "Ubuntu=x11-apps Fedora=xorg-x11-apps"
470DISTRO_PN_ALIAS_pn-xf86bigfontproto = "Meego=xorg-x11-proto-xf86bigfontproto"
471DISTRO_PN_ALIAS_pn-xf86dgaproto = "Meego=xorg-x11-proto-xf86dgaproto"
472DISTRO_PN_ALIAS_pn-xf86driproto = "Meego=xorg-x11-proto-xf86driproto"
473DISTRO_PN_ALIAS_pn-xf86-input-evdev = "Ubuntu=xserver-xorg-input-evdev Mandriva=x11-driver-input-evdev Debian=xserver-xorg-input-evdev Fedora=xorg-x11-drv-evdev Meego=xorg-x11-drv-evdev"
474DISTRO_PN_ALIAS_pn-xf86-input-keyboard = "Meego=xorg-x11-drv-keyboard Fedora=xorg-x11-drv-keyboard Mandriva=x11-driver-input-keyboard Debian=xserver-xorg-input-keyboard"
475DISTRO_PN_ALIAS_pn-xf86-input-mouse = "Ubuntu=xserver-xorg-input-mouse Mandriva=x11-driver-input-mouse Debian=xserver-xorg-input-mouse"
476DISTRO_PN_ALIAS_pn-xf86-input-synaptics = "Meego=xorg-x11-drv-synaptics Fedora=xorg-x11-drv-synaptics Ubuntu=xserver-xorg-input-synaptics Mandriva=x11-driver-input-synaptics Debian=xfree86-driver-synaptics"
477DISTRO_PN_ALIAS_pn-xf86-input-vmmouse = "Fedora=xorg-x11-drv-vmmouse Ubuntu=xserver-xorg-input-vmmouse Mandriva=x11-driver-input-vmmouse Debian=xserver-xorg-input-vmmouse"
478DISTRO_PN_ALIAS_pn-xf86miscproto = "Meego=xorg-x11-proto-xf86miscproto"
479DISTRO_PN_ALIAS_pn-xf86rushproto = "Meego=xorg-x11-proto-xf86rushproto"
480DISTRO_PN_ALIAS_pn-xf86-video-fbdev = "Ubuntu=xserver-xorg-video-fbdev Debian=xserver-xorg-video-fbdev"
481DISTRO_PN_ALIAS_pn-xf86-video-intel = "Debian=xserver-xorg-video-intel Fedora=xorg-x11-drv-intel Mandriva=x11-driver-video-intel Meego=xorg-x11-drv-intel Ubuntu=xserver-xorg-video-intel"
482DISTRO_PN_ALIAS_pn-xf86-video-modesetting = "Debian=xserver-xorg-video-modesetting Fedora=xf86-video-modesetting"
483DISTRO_PN_ALIAS_pn-xf86-video-omap = "Ubuntu=xf86-video-omap Debian=xf86-video-omap"
484DISTRO_PN_ALIAS_pn-xf86-video-omapfb = "OSPDT"
485DISTRO_PN_ALIAS_pn-xf86-video-vesa = "Debian=xserver-xorg-video-vesa Fedora=xorg-x11-drv-vesa Mandriva=x11-driver-video-vesa Ubuntu=xserver-xorg-video-vesa"
486DISTRO_PN_ALIAS_pn-xf86-video-vmware = "Debian=xserver-xorg-video-vmware Fedora=xorg-x11-drv-vmware Mandriva=x11-driver-video-vmware Ubuntu=xserver-xorg-video-vmware"
487DISTRO_PN_ALIAS_pn-xf86vidmodeproto = "Meego=xorg-x11-proto-xf86vidmodeproto Ubuntu=x11proto-xf86vidmode Debian=x11proto-xf86vidmode"
488DISTRO_PN_ALIAS_pn-xhost = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils"
489DISTRO_PN_ALIAS_pn-xineramaproto = "Meego=xorg-x11-proto-xineramaproto Ubuntu=x11proto-xinerama Debian=x11proto-xinerama"
490DISTRO_PN_ALIAS_pn-xinput-calibrator = "Fedora=xinput-calibrator Mandravia=xinput-calibrator Ubuntu=xinput-calibrator"
491DISTRO_PN_ALIAS_pn-xkbcomp = "Ubuntu=x11-xkb-utils Fedora=xorg-x11-xkb-utils"
492DISTRO_PN_ALIAS_pn-xmodmap = "Meego=xorg-x11-utils-xmodmap Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils"
493DISTRO_PN_ALIAS_pn-xorg-minimal-fonts = "Ubuntu=xfonts-base Fedora=xorg-x11-fonts-base"
494DISTRO_PN_ALIAS_pn-xprop = "Meego=xorg-x11-utils-xprop Fedora=xorg-x11-utils Ubuntu=x11-utils"
495DISTRO_PN_ALIAS_pn-xproto = "Meego=xorg-x11-proto-xproto Fedora=xorg-x11-proto-devel Ubuntu=x11proto-core-dev Debian=x11proto-core-dev Opensuse=xorg-x11-proto-devel Mandriva=x11-proto-devel"
496DISTRO_PN_ALIAS_pn-xproxymanagementprotocol = "Meego=xorg-x11-proto-xproxymanagementprotocol"
497DISTRO_PN_ALIAS_pn-xrandr = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils"
498DISTRO_PN_ALIAS_pn-xrdb = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils"
499DISTRO_PN_ALIAS_pn-xserver-nodm-init = "OE-Core"
500DISTRO_PN_ALIAS_pn-xserver-xf86-config = "OE-Core"
501DISTRO_PN_ALIAS_pn-xserver-xf86-dri-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xorg"
502DISTRO_PN_ALIAS_pn-xserver-xf86-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xorg"
503DISTRO_PN_ALIAS_pn-xserver-xorg = "Fedora=xorg-x11-server Ubuntu=xserver-xorg"
504DISTRO_PN_ALIAS_pn-xset = "Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils Debian=x11-xserver-utils Opensuse=xorg-x11"
505DISTRO_PN_ALIAS_pn-xtscal = "OSPDT upstream=http://gpe.linuxtogo.org/download/source/"
506DISTRO_PN_ALIAS_pn-xuser-account = "OE-Core"
507DISTRO_PN_ALIAS_pn-xvideo-tests = "OpenedHand"
508DISTRO_PN_ALIAS_pn-xvinfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils"
509DISTRO_PN_ALIAS_pn-xwininfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils"
510DISTRO_PN_ALIAS_pn-yaffs2-utils = "OSPDT upstream=http://www.yaffs.net"
511DISTRO_PN_ALIAS_pn-zaurusd = "OpenedHand"
512DISTRO_PN_ALIAS_pn-zeroconf = "OSPDT upstream=http://www.progsoc.org/~wildfire/zeroconf/"
diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yocto/conf/distro/include/maintainers.inc
new file mode 100644
index 0000000000..a96f88be01
--- /dev/null
+++ b/meta-yocto/conf/distro/include/maintainers.inc
@@ -0,0 +1,745 @@
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#
30RECIPE_MAINTAINER_pn-acl = "Chong Lu <Chong.Lu@windriver.com>"
31RECIPE_MAINTAINER_pn-acpid = "Saul Wold <sgw@linux.intel.com>"
32RECIPE_MAINTAINER_pn-adt-installer = "Jessica Zhang <jessica.zhang@intel.com>"
33RECIPE_MAINTAINER_pn-alsa-lib = "Cristian Iorga <cristian.iorga@intel.com>"
34RECIPE_MAINTAINER_pn-alsa-state = "Cristian Iorga <cristian.iorga@intel.com>"
35RECIPE_MAINTAINER_pn-alsa-tools = "Kai Kang <kai.kang@windriver.com>"
36RECIPE_MAINTAINER_pn-alsa-utils = "Cristian Iorga <cristian.iorga@intel.com>"
37RECIPE_MAINTAINER_pn-alsa-utils-alsaconf = "Cristian Iorga <cristian.iorga@intel.com>"
38RECIPE_MAINTAINER_pn-apmd = "Cristian Iorga <cristian.iorga@intel.com>"
39RECIPE_MAINTAINER_pn-apr = "Hongxu Jia <hongxu.jia@windriver.com>"
40RECIPE_MAINTAINER_pn-apr-util = "Hongxu Jia <hongxu.jia@windriver.com>"
41RECIPE_MAINTAINER_pn-apt = "Saul Wold <sgw@linux.intel.com>"
42RECIPE_MAINTAINER_pn-aspell = "Saul Wold <sgw@linux.intel.com>"
43RECIPE_MAINTAINER_pn-atk = "Ross Burton <ross.burton@intel.com>"
44RECIPE_MAINTAINER_pn-at = "Saul Wold <sgw@linux.intel.com>"
45RECIPE_MAINTAINER_pn-at-spi2-atk = "Ross Burton <ross.burton@intel.com>"
46RECIPE_MAINTAINER_pn-at-spi2-core = "Ross Burton <ross.burton@intel.com>"
47RECIPE_MAINTAINER_pn-attr = "Chong Lu <Chong.Lu@windriver.com>"
48RECIPE_MAINTAINER_pn-augeas = "Paul Eggleton <paul.eggleton@linux.intel.com>"
49RECIPE_MAINTAINER_pn-autoconf = "Robert Yang <liezhi.yang@windriver.com>"
50RECIPE_MAINTAINER_pn-autogen = "Robert Yang <liezhi.yang@windriver.com>"
51RECIPE_MAINTAINER_pn-automake = "Robert Yang <liezhi.yang@windriver.com>"
52RECIPE_MAINTAINER_pn-avahi-ui = "Paul Eggleton <paul.eggleton@linux.intel.com>"
53RECIPE_MAINTAINER_pn-avahi = "Paul Eggleton <paul.eggleton@linux.intel.com>"
54RECIPE_MAINTAINER_pn-babeltrace = "Saul Wold <sgw@linux.intel.com>"
55RECIPE_MAINTAINER_pn-base-files = "Saul Wold <sgw@linux.intel.com>"
56RECIPE_MAINTAINER_pn-base-passwd = "Saul Wold <sgw@linux.intel.com>"
57RECIPE_MAINTAINER_pn-bash = "Hongxu Jia <hongxu.jia@windriver.com>"
58RECIPE_MAINTAINER_pn-bc = "Saul Wold <sgw@linux.intel.com>"
59RECIPE_MAINTAINER_pn-bdwgc = "Richard Purdie <richard.purdie@linuxfoundation.org>"
60RECIPE_MAINTAINER_pn-beecrypt = "Chong Lu <Chong.Lu@windriver.com>"
61RECIPE_MAINTAINER_pn-bigreqsproto = "Saul Wold <sgw@linux.intel.com>"
62RECIPE_MAINTAINER_pn-bind = "Kai Kang <kai.kang@windriver.com>"
63RECIPE_MAINTAINER_pn-binutils = "Robert Yang <liezhi.yang@windriver.com>"
64RECIPE_MAINTAINER_pn-bison = "Chong Lu <Chong.Lu@windriver.com>"
65RECIPE_MAINTAINER_pn-blktool = "Paul Eggleton <paul.eggleton@linux.intel.com>"
66RECIPE_MAINTAINER_pn-blktrace = "Tom Zanussi <tom.zanussi@intel.com>"
67RECIPE_MAINTAINER_pn-bluez4 = "Cristian Iorga <cristian.iorga@intel.com>"
68RECIPE_MAINTAINER_pn-bluez5 = "Cristian Iorga <cristian.iorga@intel.com>"
69RECIPE_MAINTAINER_pn-bluez-hcidump = "Cristian Iorga <cristian.iorga@intel.com>"
70RECIPE_MAINTAINER_pn-boost = "Saul Wold <sgw@linux.intel.com>"
71RECIPE_MAINTAINER_pn-btrfs-tools = "Richard Purdie <richard.purdie@linuxfoundation.org>"
72RECIPE_MAINTAINER_pn-build-appliance-image = "Saul Wold <sgw@linux.intel.com>"
73RECIPE_MAINTAINER_pn-builder = "Saul Wold <sgw@linux.intel.com>"
74RECIPE_MAINTAINER_pn-busybox = "Chen Qi <Qi.Chen@windriver.com>"
75RECIPE_MAINTAINER_pn-byacc = "Chong Lu <Chong.Lu@windriver.com>"
76RECIPE_MAINTAINER_pn-bzip2 = "Chen Qi <Qi.Chen@windriver.com>"
77RECIPE_MAINTAINER_pn-cairo = "Ross Burton <ross.burton@intel.com>"
78RECIPE_MAINTAINER_pn-calibrateproto = "Ross Burton <ross.burton@intel.com>"
79RECIPE_MAINTAINER_pn-ccache = "Wenzong Fan <wenzong.fan@windriver.com>"
80RECIPE_MAINTAINER_pn-cdrtools = "Paul Eggleton <paul.eggleton@linux.intel.com>"
81RECIPE_MAINTAINER_pn-chkconfig = "Wenzong Fan <wenzong.fan@windriver.com>"
82RECIPE_MAINTAINER_pn-chkconfig-alternatives-native = "Wenzong Fan <wenzong.fan@windriver.com>"
83RECIPE_MAINTAINER_pn-chrpath = "Paul Eggleton <paul.eggleton@linux.intel.com>"
84RECIPE_MAINTAINER_pn-clutter-gst-1.0 = "Ross Burton <ross.burton@intel.com>"
85RECIPE_MAINTAINER_pn-clutter-gtk-1.0 = "Ross Burton <ross.burton@intel.com>"
86RECIPE_MAINTAINER_pn-clutter = "Ross Burton <ross.burton@intel.com>"
87RECIPE_MAINTAINER_pn-clutter-1.0 = "Ross Burton <ross.burton@intel.com>"
88RECIPE_MAINTAINER_pn-cmake-native = "Paul Eggleton <paul.eggleton@linux.intel.com>"
89RECIPE_MAINTAINER_pn-cmake = "Paul Eggleton <paul.eggleton@linux.intel.com>"
90RECIPE_MAINTAINER_pn-cogl = "Ross Burton <ross.burton@intel.com>"
91RECIPE_MAINTAINER_pn-cogl-1.0 = "Ross Burton <ross.burton@intel.com>"
92RECIPE_MAINTAINER_pn-compositeproto = "Ross Burton <ross.burton@intel.com>"
93RECIPE_MAINTAINER_pn-connman = "Cristian Iorga <cristian.iorga@intel.com>"
94RECIPE_MAINTAINER_pn-connman-gnome = "Cristian Iorga <cristian.iorga@intel.com>"
95RECIPE_MAINTAINER_pn-consolekit = "Saul Wold <sgw@linux.intel.com>"
96RECIPE_MAINTAINER_pn-console-tools = "Saul Wold <sgw@linux.intel.com>"
97RECIPE_MAINTAINER_pn-core-image-base = "Saul Wold <sgw@linux.intel.com>"
98RECIPE_MAINTAINER_pn-core-image-clutter = "Saul Wold <sgw@linux.intel.com>"
99RECIPE_MAINTAINER_pn-core-image-directfb = "Saul Wold <sgw@linux.intel.com>"
100RECIPE_MAINTAINER_pn-core-image-full-cmdline = "Saul Wold <sgw@linux.intel.com>"
101RECIPE_MAINTAINER_pn-core-image-lsb-dev = "Saul Wold <sgw@linux.intel.com>"
102RECIPE_MAINTAINER_pn-core-image-lsb = "Saul Wold <sgw@linux.intel.com>"
103RECIPE_MAINTAINER_pn-core-image-lsb-sdk = "Saul Wold <sgw@linux.intel.com>"
104RECIPE_MAINTAINER_pn-core-image-minimal-dev = "Saul Wold <sgw@linux.intel.com>"
105RECIPE_MAINTAINER_pn-core-image-minimal-initramfs = "Saul Wold <sgw@linux.intel.com>"
106RECIPE_MAINTAINER_pn-core-image-minimal-mtdutils = "Saul Wold <sgw@linux.intel.com>"
107RECIPE_MAINTAINER_pn-core-image-minimal = "Saul Wold <sgw@linux.intel.com>"
108RECIPE_MAINTAINER_pn-core-image-rt = "Saul Wold <sgw@linux.intel.com>"
109RECIPE_MAINTAINER_pn-core-image-rt-sdk = "Saul Wold <sgw@linux.intel.com>"
110RECIPE_MAINTAINER_pn-core-image-sato-dev = "Saul Wold <sgw@linux.intel.com>"
111RECIPE_MAINTAINER_pn-core-image-sato = "Saul Wold <sgw@linux.intel.com>"
112RECIPE_MAINTAINER_pn-core-image-sato-sdk = "Saul Wold <sgw@linux.intel.com>"
113RECIPE_MAINTAINER_pn-core-image-x11 = "Saul Wold <sgw@linux.intel.com>"
114RECIPE_MAINTAINER_pn-coreutils = "Chen Qi <Qi.Chen@windriver.com>"
115RECIPE_MAINTAINER_pn-cpio = "Chen Qi <Qi.Chen@windriver.com>"
116RECIPE_MAINTAINER_pn-cracklib ="Hongxu Jia <hongxu.jia@windriver.com>"
117RECIPE_MAINTAINER_pn-createrepo = "Paul Eggleton <paul.eggleton@linux.intel.com>"
118RECIPE_MAINTAINER_pn-cronie = "Saul Wold <sgw@linux.intel.com>"
119RECIPE_MAINTAINER_pn-cross-localedef-native = "Saul Wold <sgw@linux.intel.com>"
120RECIPE_MAINTAINER_pn-cups = "Saul Wold <sgw@linux.intel.com>"
121RECIPE_MAINTAINER_pn-curl = "Saul Wold <sgw@linux.intel.com>"
122RECIPE_MAINTAINER_pn-cwautomacros = "Cristian Iorga <cristian.iorga@intel.com>"
123RECIPE_MAINTAINER_pn-damageproto = "Ross Burton <ross.burton@intel.com>"
124RECIPE_MAINTAINER_pn-db = "Cristian Iorga <cristian.iorga@intel.com>"
125RECIPE_MAINTAINER_pn-dbus = "Chong Lu <Chong.Lu@windriver.com>"
126RECIPE_MAINTAINER_pn-dbus-ptest = "Chong Lu <Chong.Lu@windriver.com>"
127RECIPE_MAINTAINER_pn-dbus-glib = "Chong Lu <Chong.Lu@windriver.com>"
128RECIPE_MAINTAINER_pn-dbus-wait = "Chong Lu <Chong.Lu@windriver.com>"
129RECIPE_MAINTAINER_pn-desktop-file-utils-native = "Saul Wold <sgw@linux.intel.com>"
130RECIPE_MAINTAINER_pn-dhcp = "Saul Wold <sgw@linux.intel.com>"
131RECIPE_MAINTAINER_pn-diffstat = "Chong Lu <Chong.Lu@windriver.com>"
132RECIPE_MAINTAINER_pn-diffutils = "Chong Lu <Chong.Lu@windriver.com>"
133RECIPE_MAINTAINER_pn-directfb-examples = "Hongxu Jia <hongxu.jia@windriver.com>"
134RECIPE_MAINTAINER_pn-directfb = "Hongxu Jia <hongxu.jia@windriver.com>"
135RECIPE_MAINTAINER_pn-distcc = "Hongxu Jia <hongxu.jia@windriver.com>"
136RECIPE_MAINTAINER_pn-distcc-config = "Paul Eggleton <paul.eggleton@linux.intel.com>"
137RECIPE_MAINTAINER_pn-dmxproto = "Ross Burton <ross.burton@intel.com>"
138RECIPE_MAINTAINER_pn-docbook-dsssl-stylesheet = "Paul Eggleton <paul.eggleton@linux.intel.com>"
139RECIPE_MAINTAINER_pn-docbook-dsssl-stylesheets-native = "Paul Eggleton <paul.eggleton@linux.intel.com>"
140RECIPE_MAINTAINER_pn-docbook-sgml-dtd-3.1-native = "Paul Eggleton <paul.eggleton@linux.intel.com>"
141RECIPE_MAINTAINER_pn-docbook-sgml-dtd-4.1-native = "Paul Eggleton <paul.eggleton@linux.intel.com>"
142RECIPE_MAINTAINER_pn-docbook-sgml-dtd-4.5-native = "Paul Eggleton <paul.eggleton@linux.intel.com>"
143RECIPE_MAINTAINER_pn-docbook-sgml-dtd = "Paul Eggleton <paul.eggleton@linux.intel.com>"
144RECIPE_MAINTAINER_pn-docbook-utils = "Paul Eggleton <paul.eggleton@linux.intel.com>"
145RECIPE_MAINTAINER_pn-dosfstools = "Paul Eggleton <paul.eggleton@linux.intel.com>"
146RECIPE_MAINTAINER_pn-dpkg = "Saul Wold <sgw@linux.intel.com>"
147RECIPE_MAINTAINER_pn-dri2proto = "Ross Burton <ross.burton@intel.com>"
148RECIPE_MAINTAINER_pn-dropbear = "Paul Eggleton <paul.eggleton@linux.intel.com>"
149RECIPE_MAINTAINER_pn-dtc = "Saul Wold <sgw@linux.intel.com>"
150RECIPE_MAINTAINER_pn-e2fsprogs = "Robert Yang <liezhi.yang@windriver.com>"
151RECIPE_MAINTAINER_pn-ed = "Saul Wold <sgw@linux.intel.com>"
152RECIPE_MAINTAINER_pn-eee-acpi-scripts = "Saul Wold <sgw@linux.intel.com>"
153RECIPE_MAINTAINER_pn-eglibc = "Richard Purdie <richard.purdie@linuxfoundation.org>"
154RECIPE_MAINTAINER_pn-eglibc-locale = "Saul Wold <sgw@linux.intel.com>"
155RECIPE_MAINTAINER_pn-eglibc-mtrace = "Saul Wold <sgw@linux.intel.com>"
156RECIPE_MAINTAINER_pn-eglibc-scripts = "Saul Wold <sgw@linux.intel.com>"
157RECIPE_MAINTAINER_pn-elfutils = "Hongxu Jia <hongxu.jia@windriver.com>"
158RECIPE_MAINTAINER_pn-enchant = "Cristian Iorga <cristian.iorga@intel.com>"
159RECIPE_MAINTAINER_pn-encodings = "Ross Burton <ross.burton@intel.com>"
160RECIPE_MAINTAINER_pn-ethtool = "Paul Eggleton <paul.eggleton@linux.intel.com>"
161RECIPE_MAINTAINER_pn-expat = "Paul Eggleton <paul.eggleton@linux.intel.com>"
162RECIPE_MAINTAINER_pn-file = "Robert Yang <liezhi.yang@windriver.com>"
163RECIPE_MAINTAINER_pn-findutils = "Chen Qi <Qi.Chen@windriver.com>"
164RECIPE_MAINTAINER_pn-fixesproto = "Ross Burton <ross.burton@intel.com>"
165RECIPE_MAINTAINER_pn-flac = "Cristian Iorga <cristian.iorga@intel.com>"
166RECIPE_MAINTAINER_pn-flex = "Chong Lu <Chong.Lu@windriver.com>"
167RECIPE_MAINTAINER_pn-font-alias = "Ross Burton <ross.burton@intel.com>"
168RECIPE_MAINTAINER_pn-fontconfig = "Ross Burton <ross.burton@intel.com>"
169RECIPE_MAINTAINER_pn-fontsproto = "Ross Burton <ross.burton@intel.com>"
170RECIPE_MAINTAINER_pn-font-util = "Ross Burton <ross.burton@intel.com>"
171RECIPE_MAINTAINER_pn-foomatic-filters = "Saul Wold <sgw@linux.intel.com>"
172RECIPE_MAINTAINER_pn-formfactor = "Cristian Iorga <cristian.iorga@intel.com>"
173RECIPE_MAINTAINER_pn-fotowall = "Paul Eggleton <paul.eggleton@linux.intel.com>"
174RECIPE_MAINTAINER_pn-freetype = "Ross Burton <ross.burton@intel.com>"
175RECIPE_MAINTAINER_pn-fstests = "Richard Purdie <richard.purdie@linuxfoundation.org>"
176RECIPE_MAINTAINER_pn-gaku = "Cristian Iorga <cristian.iorga@intel.com>"
177RECIPE_MAINTAINER_pn-gamin = "Saul Wold <sgw@linux.intel.com>"
178RECIPE_MAINTAINER_pn-gawk = "Chen Qi <Qi.Chen@windriver.com>"
179RECIPE_MAINTAINER_pn-gcc = "Richard Purdie <richard.purdie@linuxfoundation.org>"
180RECIPE_MAINTAINER_pn-gccmakedep = "Richard Purdie <richard.purdie@linuxfoundation.org>"
181RECIPE_MAINTAINER_pn-gcc-runtime = "Saul Wold <sgw@linux.intel.com>"
182RECIPE_MAINTAINER_pn-gconf = "Saul Wold <sgw@linux.intel.com>"
183RECIPE_MAINTAINER_pn-gdb = "Richard Purdie <richard.purdie@linuxfoundation.org>"
184RECIPE_MAINTAINER_pn-gdbm = "Saul Wold <sgw@linux.intel.com>"
185RECIPE_MAINTAINER_pn-gdk-pixbuf = "Ross Burton <ross.burton@intel.com>"
186RECIPE_MAINTAINER_pn-genext2fs = "Robert Yang <liezhi.yang@windriver.com>"
187RECIPE_MAINTAINER_pn-gettext-minimal-native = "Saul Wold <sgw@linux.intel.com>"
188RECIPE_MAINTAINER_pn-gettext = "Wenzong Fan <wenzong.fan@windriver.com>"
189RECIPE_MAINTAINER_pn-ghostscript = "Hongxu Jia <hongxu.jia@windriver.com>"
190RECIPE_MAINTAINER_pn-git = "Robert Yang <liezhi.yang@windriver.com>"
191RECIPE_MAINTAINER_pn-glew = "Saul Wold <sgw@linux.intel.com>"
192RECIPE_MAINTAINER_pn-glib-2.0 = "Robert Yang <liezhi.yang@windriver.com>"
193RECIPE_MAINTAINER_pn-glibc = "Richard Purdie <richard.purdie@linuxfoundation.org>"
194RECIPE_MAINTAINER_pn-glib-networking = "Ross Burton <ross.burton@intel.com>"
195RECIPE_MAINTAINER_pn-glproto = "Ross Burton <ross.burton@intel.com>"
196RECIPE_MAINTAINER_pn-gmp = "Robert Yang <liezhi.yang@windriver.com>"
197RECIPE_MAINTAINER_pn-gnome-common = "Ross Burton <ross.burton@intel.com>"
198RECIPE_MAINTAINER_pn-gnome-desktop = "Ross Burton <ross.burton@intel.com>"
199RECIPE_MAINTAINER_pn-gnome-doc-utils = "Ross Burton <ross.burton@intel.com>"
200RECIPE_MAINTAINER_pn-gnome-icon-theme = "Ross Burton <ross.burton@intel.com>"
201RECIPE_MAINTAINER_pn-gnome-mime-data = "Ross Burton <ross.burton@intel.com>"
202RECIPE_MAINTAINER_pn-gnu-config = "Robert Yang <liezhi.yang@windriver.com>"
203RECIPE_MAINTAINER_pn-gnupg = "Saul Wold <sgw@linux.intel.com>"
204RECIPE_MAINTAINER_pn-gnutls = "Ross Burton <ross.burton@intel.com>"
205RECIPE_MAINTAINER_pn-gperf = "Ross Burton <ross.burton@intel.com>"
206RECIPE_MAINTAINER_pn-gpgme = "Paul Eggleton <paul.eggleton@linux.intel.com>"
207RECIPE_MAINTAINER_pn-grep = "Chen Qi <Qi.Chen@windriver.com>"
208RECIPE_MAINTAINER_pn-groff = "Hongxu Jia <hongxu.jia@windriver.com>"
209RECIPE_MAINTAINER_pn-grub = "Paul Eggleton <paul.eggleton@linux.intel.com>"
210RECIPE_MAINTAINER_pn-gsettings-desktop-schemas = "Ross Burton <ross.burton@intel.com>"
211RECIPE_MAINTAINER_pn-gst-ffmpeg = "Cristian Iorga <cristian.iorga@intel.com>"
212RECIPE_MAINTAINER_pn-gst-fluendo-mp3 = "Cristian Iorga <cristian.iorga@intel.com>"
213RECIPE_MAINTAINER_pn-gst-fluendo-mpegdemux = "Cristian Iorga <cristian.iorga@intel.com>"
214RECIPE_MAINTAINER_pn-gst-meta-base = "Cristian Iorga <cristian.iorga@intel.com>"
215RECIPE_MAINTAINER_pn-gst-openmax = "Cristian Iorga <cristian.iorga@intel.com>"
216RECIPE_MAINTAINER_pn-gst-plugin-bluetooth = "Cristian Iorga <cristian.iorga@intel.com>"
217RECIPE_MAINTAINER_pn-gst-plugins-bad = "Cristian Iorga <cristian.iorga@intel.com>"
218RECIPE_MAINTAINER_pn-gst-plugins-base = "Cristian Iorga <cristian.iorga@intel.com>"
219RECIPE_MAINTAINER_pn-gst-plugins-good = "Cristian Iorga <cristian.iorga@intel.com>"
220RECIPE_MAINTAINER_pn-gst-plugins-ugly = "Cristian Iorga <cristian.iorga@intel.com>"
221RECIPE_MAINTAINER_pn-gstreamer = "Cristian Iorga <cristian.iorga@intel.com>"
222RECIPE_MAINTAINER_pn-gstreamer1.0 = "Cristian Iorga <cristian.iorga@intel.com>"
223RECIPE_MAINTAINER_pn-gstreamer1.0-libav = "Cristian Iorga <cristian.iorga@intel.com>"
224RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-bad = "Cristian Iorga <cristian.iorga@intel.com>"
225RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-base = "Cristian Iorga <cristian.iorga@intel.com>"
226RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-good = "Cristian Iorga <cristian.iorga@intel.com>"
227RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-ugly = "Cristian Iorga <cristian.iorga@intel.com>"
228RECIPE_MAINTAINER_pn-gstreamer1.0-rtsp-server = "Cristian Iorga <cristian.iorga@intel.com>"
229RECIPE_MAINTAINER_pn-gtk-doc-stub = "Saul Wold <sgw@linux.intel.com>"
230RECIPE_MAINTAINER_pn-gtk-doc = "Ross Burton <ross.burton@intel.com>"
231RECIPE_MAINTAINER_pn-gtk-engines = "Ross Burton <ross.burton@intel.com>"
232RECIPE_MAINTAINER_pn-gtk-sato-engine = "Ross Burton <ross.burton@intel.com>"
233RECIPE_MAINTAINER_pn-gtk-theme-torturer = "Ross Burton <ross.burton@intel.com>"
234RECIPE_MAINTAINER_pn-gtk-update-icon-cache-native = "Ross Burton <ross.burton@intel.com>"
235RECIPE_MAINTAINER_pn-gtk+ = "Ross Burton <ross.burton@intel.com>"
236RECIPE_MAINTAINER_pn-gtk+3 = "Ross Burton <ross.burton@intel.com>"
237RECIPE_MAINTAINER_pn-guile = "Chong Lu <Chong.Lu@windriver.com>"
238RECIPE_MAINTAINER_pn-guilt-native = "Bruce Ashfield <bruce.ashfield@windriver.com>"
239RECIPE_MAINTAINER_pn-gummiboot = "Darren Hart <dvhart@linux.intel.com>"
240RECIPE_MAINTAINER_pn-gzip = "Chen Qi <Qi.Chen@windriver.com>"
241RECIPE_MAINTAINER_pn-hal = "Saul Wold <sgw@linux.intel.com>"
242RECIPE_MAINTAINER_pn-harfbuzz = "Cristian Iorga <cristian.iorga@intel.com>"
243RECIPE_MAINTAINER_pn-hdparm = "Saul Wold <sgw@linux.intel.com>"
244RECIPE_MAINTAINER_pn-help2man-native = "Saul Wold <sgw@linux.intel.com>"
245RECIPE_MAINTAINER_pn-hicolor-icon-theme = "Ross Burton <ross.burton@intel.com>"
246RECIPE_MAINTAINER_pn-hostap-conf = "Cristian Iorga <cristian.iorga@intel.com>"
247RECIPE_MAINTAINER_pn-hostap-utils = "Cristian Iorga <cristian.iorga@intel.com>"
248RECIPE_MAINTAINER_pn-hwlatdetect = "Darren Hart <dvhart@linux.intel.com>"
249RECIPE_MAINTAINER_pn-icecc-create-env-native = "Saul Wold <sgw@linux.intel.com>"
250RECIPE_MAINTAINER_pn-icu = "Ross Burton <ross.burton@intel.com>"
251RECIPE_MAINTAINER_pn-initramfs-boot = "Saul Wold <sgw@linux.intel.com>"
252RECIPE_MAINTAINER_pn-initramfs-framework = "Saul Wold <sgw@linux.intel.com>"
253RECIPE_MAINTAINER_pn-initramfs-live-boot = "Saul Wold <sgw@linux.intel.com>"
254RECIPE_MAINTAINER_pn-initramfs-live-install-efi = "Saul Wold <sgw@linux.intel.com>"
255RECIPE_MAINTAINER_pn-initramfs-live-install = "Saul Wold <sgw@linux.intel.com>"
256RECIPE_MAINTAINER_pn-initscripts = "Saul Wold <sgw@linux.intel.com>"
257RECIPE_MAINTAINER_pn-inputproto = "Ross Burton <ross.burton@intel.com>"
258RECIPE_MAINTAINER_pn-insserv = "Chong Lu <Chong.Lu@windriver.com>"
259RECIPE_MAINTAINER_pn-intltool = "Richard Purdie <richard.purdie@linuxfoundation.org>"
260RECIPE_MAINTAINER_pn-iproute2 = "Cristian Iorga <cristian.iorga@intel.com>"
261RECIPE_MAINTAINER_pn-iptables = "Cristian Iorga <cristian.iorga@intel.com>"
262RECIPE_MAINTAINER_pn-iputils = "Saul Wold <sgw@linux.intel.com>"
263RECIPE_MAINTAINER_pn-irda-utils = "Cristian Iorga <cristian.iorga@intel.com>"
264RECIPE_MAINTAINER_pn-jpeg = "Ross Burton <ross.burton@intel.com>"
265RECIPE_MAINTAINER_pn-json-glib = "Ross Burton <ross.burton@intel.com>"
266RECIPE_MAINTAINER_pn-kbd = "Saul Wold <sgw@linux.intel.com>"
267RECIPE_MAINTAINER_pn-kbproto = "Ross Burton <ross.burton@intel.com>"
268RECIPE_MAINTAINER_pn-kconfig-frontends = "Saul Wold <sgw@linux.intel.com>"
269RECIPE_MAINTAINER_pn-kernelshark = "Darren Hart <dvhart@linux.intel.com>"
270RECIPE_MAINTAINER_pn-kern-tools-native = "Bruce Ashfield <bruce.ashfield@windriver.com>"
271RECIPE_MAINTAINER_pn-kexec-tools = "Richard Purdie <richard.purdie@linuxfoundation.org>"
272RECIPE_MAINTAINER_pn-keymaps = "Saul Wold <sgw@linux.intel.com>"
273RECIPE_MAINTAINER_pn-kmod = "Saul Wold <sgw@linux.intel.com>"
274RECIPE_MAINTAINER_pn-lame = "Saul Wold <sgw@linux.intel.com>"
275RECIPE_MAINTAINER_pn-latencytop = "Richard Purdie <richard.purdie@linuxfoundation.org>"
276RECIPE_MAINTAINER_pn-ldconfig-native = "Saul Wold <sgw@linux.intel.com>"
277RECIPE_MAINTAINER_pn-leafpad = "Ross Burton <ross.burton@intel.com>"
278RECIPE_MAINTAINER_pn-less = "Saul Wold <sgw@linux.intel.com>"
279RECIPE_MAINTAINER_pn-liba52 = "Cristian Iorga <cristian.iorga@intel.com>"
280RECIPE_MAINTAINER_pn-libacpi = "Saul Wold <sgw@linux.intel.com>"
281RECIPE_MAINTAINER_pn-libaio = "Saul Wold <sgw@linux.intel.com>"
282RECIPE_MAINTAINER_pn-libarchive = "Kai Kang <kai.kang@windriver.com>"
283RECIPE_MAINTAINER_pn-libart-lgpl = "Ross Burton <ross.burton@intel.com>"
284RECIPE_MAINTAINER_pn-libassuan = "Saul Wold <sgw@linux.intel.com>"
285RECIPE_MAINTAINER_pn-libatomics-ops = "Cristian Iorga <cristian.iorga@intel.com>"
286RECIPE_MAINTAINER_pn-libav = "Paul Eggleton <paul.eggleton@linux.intel.com>"
287RECIPE_MAINTAINER_pn-libbsd = "Saul Wold <sgw@linux.intel.com>"
288RECIPE_MAINTAINER_pn-libcap = "Saul Wold <sgw@linux.intel.com>"
289RECIPE_MAINTAINER_pn-libcgroup = "Saul Wold <sgw@linux.intel.com>"
290RECIPE_MAINTAINER_pn-libcheck = "Saul Wold <sgw@linux.intel.com>"
291RECIPE_MAINTAINER_pn-libclass-isa-perl = "Saul Wold <sgw@linux.intel.com>"
292RECIPE_MAINTAINER_pn-libconvert-asn1-perl = "Richard Purdie <richard.purdie@linuxfoundation.org>"
293RECIPE_MAINTAINER_pn-libcroco = "Ross Burton <ross.burton@intel.com>"
294RECIPE_MAINTAINER_pn-libdaemon = "Saul Wold <sgw@linux.intel.com>"
295RECIPE_MAINTAINER_pn-libdmx = "Saul Wold <sgw@linux.intel.com>"
296RECIPE_MAINTAINER_pn-libdrm = "Richard Purdie <richard.purdie@linuxfoundation.org>"
297RECIPE_MAINTAINER_pn-libdumpvalue-perl = "Saul Wold <sgw@linux.intel.com>"
298RECIPE_MAINTAINER_pn-libenv-perl = "Saul Wold <sgw@linux.intel.com>"
299RECIPE_MAINTAINER_pn-liberation-fonts = "Ross Burton <ross.burton@intel.com>"
300RECIPE_MAINTAINER_pn-libevent = "Paul Eggleton <paul.eggleton@linux.intel.com>"
301RECIPE_MAINTAINER_pn-libexif = "Saul Wold <sgw@linux.intel.com>"
302RECIPE_MAINTAINER_pn-libfakekey = "Ross Burton <ross.burton@intel.com>"
303RECIPE_MAINTAINER_pn-libffi = "Saul Wold <sgw@linux.intel.com>"
304RECIPE_MAINTAINER_pn-libfile-checktree-perl = "Saul Wold <sgw@linux.intel.com>"
305RECIPE_MAINTAINER_pn-libfm = "Ross Burton <ross.burton@intel.com>"
306RECIPE_MAINTAINER_pn-libfontenc = "Ross Burton <ross.burton@intel.com>"
307RECIPE_MAINTAINER_pn-libgcc = "Saul Wold <sgw@linux.intel.com>"
308RECIPE_MAINTAINER_pn-libgcrypt = "Saul Wold <sgw@linux.intel.com>"
309RECIPE_MAINTAINER_pn-libglade = "Ross Burton <ross.burton@intel.com>"
310RECIPE_MAINTAINER_pn-libglu = "Saul Wold <sgw@linux.intel.com>"
311RECIPE_MAINTAINER_pn-libgpg-error = "Paul Eggleton <paul.eggleton@linux.intel.com>"
312RECIPE_MAINTAINER_pn-libi18n-collate-perl = "Saul Wold <sgw@linux.intel.com>"
313RECIPE_MAINTAINER_pn-libical = "Cristian Iorga <cristian.iorga@intel.com>"
314RECIPE_MAINTAINER_pn-libice = "Ross Burton <ross.burton@intel.com>"
315RECIPE_MAINTAINER_pn-libiconv = "Saul Wold <sgw@linux.intel.com>"
316RECIPE_MAINTAINER_pn-libid3tag = "Cristian Iorga <cristian.iorga@intel.com>"
317RECIPE_MAINTAINER_pn-libidn = "Saul Wold <sgw@linux.intel.com>"
318RECIPE_MAINTAINER_pn-libjson = "Richard Purdie <richard.purdie@linuxfoundation.org>"
319RECIPE_MAINTAINER_pn-libksba = "Saul Wold <sgw@linux.intel.com>"
320RECIPE_MAINTAINER_pn-libmad = "Saul Wold <sgw@linux.intel.com>"
321RECIPE_MAINTAINER_pn-libmatchbox = "Ross Burton <ross.burton@intel.com>"
322RECIPE_MAINTAINER_pn-libmpc = "Richard Purdie <richard.purdie@linuxfoundation.org>"
323RECIPE_MAINTAINER_pn-libnewt = "Hongxu Jia <hongxu.jia@windriver.com>"
324RECIPE_MAINTAINER_pn-libnfsidmap = "Paul Eggleton <paul.eggleton@linux.intel.com>"
325RECIPE_MAINTAINER_pn-libnl = "Saul Wold <sgw@linux.intel.com>"
326RECIPE_MAINTAINER_pn-libnotify = "Ross Burton <ross.burton@intel.com>"
327RECIPE_MAINTAINER_pn-libnss-mdns = "Saul Wold <sgw@linux.intel.com>"
328RECIPE_MAINTAINER_pn-libogg = "Cristian Iorga <cristian.iorga@intel.com>"
329RECIPE_MAINTAINER_pn-liboil = "Saul Wold <sgw@linux.intel.com>"
330RECIPE_MAINTAINER_pn-libomxil = "Cristian Iorga <cristian.iorga@intel.com>"
331RECIPE_MAINTAINER_pn-libowl-av = "Ross Burton <ross.burton@intel.com>"
332RECIPE_MAINTAINER_pn-libowl = "Ross Burton <ross.burton@intel.com>"
333RECIPE_MAINTAINER_pn-libpam = "Ross Burton <ross.burton@intel.com>"
334RECIPE_MAINTAINER_pn-libpcap = "Cristian Iorga <cristian.iorga@intel.com>"
335RECIPE_MAINTAINER_pn-libpciaccess = "Richard Purdie <richard.purdie@linuxfoundation.org>"
336RECIPE_MAINTAINER_pn-libpcre = "Chong Lu <Chong.Lu@windriver.com>"
337RECIPE_MAINTAINER_pn-libpng = "Ross Burton <ross.burton@intel.com>"
338RECIPE_MAINTAINER_pn-libpng12 = "Ross Burton <ross.burton@intel.com>"
339RECIPE_MAINTAINER_pn-libpod-plainer-perl = "Saul Wold <sgw@linux.intel.com>"
340RECIPE_MAINTAINER_pn-libproxy = "Cristian Iorga <cristian.iorga@intel.com>"
341RECIPE_MAINTAINER_pn-libpthread-stubs = "Saul Wold <sgw@linux.intel.com>"
342RECIPE_MAINTAINER_pn-librsvg = "Ross Burton <ross.burton@intel.com>"
343RECIPE_MAINTAINER_pn-libsamplerate0 = "Cristian Iorga <cristian.iorga@intel.com>"
344RECIPE_MAINTAINER_pn-libsdl = "Kai Kang <kai.kang@windriver.com>"
345RECIPE_MAINTAINER_pn-libsm = "Ross Burton <ross.burton@intel.com>"
346RECIPE_MAINTAINER_pn-libsndfile1 = "Cristian Iorga <cristian.iorga@intel.com>"
347RECIPE_MAINTAINER_pn-libsoup-2.4 = "Ross Burton <ross.burton@intel.com>"
348RECIPE_MAINTAINER_pn-libsoup = "Ross Burton <ross.burton@intel.com>"
349RECIPE_MAINTAINER_pn-libtasn1 = "Ross Burton <ross.burton@intel.com>"
350RECIPE_MAINTAINER_pn-libtelepathy = "Cristian Iorga <cristian.iorga@intel.com>"
351RECIPE_MAINTAINER_pn-libtheora = "Saul Wold <sgw@linux.intel.com>"
352RECIPE_MAINTAINER_pn-libtimedate-perl = "Richard Purdie <richard.purdie@linuxfoundation.org>"
353RECIPE_MAINTAINER_pn-libtirpc = "Cristian Iorga <cristian.iorga@intel.com>"
354RECIPE_MAINTAINER_pn-libtool = "Robert Yang <liezhi.yang@windriver.com>"
355RECIPE_MAINTAINER_pn-libunique = "Saul Wold <sgw@linux.intel.com>"
356RECIPE_MAINTAINER_pn-libunistring = "Richard Purdie <richard.purdie@linuxfoundation.org>"
357RECIPE_MAINTAINER_pn-liburcu = "Saul Wold <sgw@linux.intel.com>"
358RECIPE_MAINTAINER_pn-liburi-perl = "Kai Kang <kai.kang@windriver.com>"
359RECIPE_MAINTAINER_pn-libusb1 = "Saul Wold <sgw@linux.intel.com>"
360RECIPE_MAINTAINER_pn-libusb-compat = "Saul Wold <sgw@linux.intel.com>"
361RECIPE_MAINTAINER_pn-libuser = "Chong Lu <Chong.Lu@windriver.com>"
362RECIPE_MAINTAINER_pn-libvorbis = "Cristian Iorga <cristian.iorga@intel.com>"
363RECIPE_MAINTAINER_pn-libx11-diet = "Kai Kang <kai.kang@windriver.com>"
364RECIPE_MAINTAINER_pn-libx11 = "Ross Burton <ross.burton@intel.com>"
365RECIPE_MAINTAINER_pn-libxau = "Ross Burton <ross.burton@intel.com>"
366RECIPE_MAINTAINER_pn-libxcalibrate ="Ross Burton <ross.burton@intel.com>"
367RECIPE_MAINTAINER_pn-libxcb = "Ross Burton <ross.burton@intel.com>"
368RECIPE_MAINTAINER_pn-libxcomposite = "Ross Burton <ross.burton@intel.com>"
369RECIPE_MAINTAINER_pn-libxcursor = "Ross Burton <ross.burton@intel.com>"
370RECIPE_MAINTAINER_pn-libxdamage = "Ross Burton <ross.burton@intel.com>"
371RECIPE_MAINTAINER_pn-libxdmcp = "Ross Burton <ross.burton@intel.com>"
372RECIPE_MAINTAINER_pn-libxext = "Ross Burton <ross.burton@intel.com>"
373RECIPE_MAINTAINER_pn-libxfixes = "Ross Burton <ross.burton@intel.com>"
374RECIPE_MAINTAINER_pn-libxfont = "Ross Burton <ross.burton@intel.com>"
375RECIPE_MAINTAINER_pn-libxft = "Ross Burton <ross.burton@intel.com>"
376RECIPE_MAINTAINER_pn-libxinerama = "Ross Burton <ross.burton@intel.com>"
377RECIPE_MAINTAINER_pn-libxi = "Ross Burton <ross.burton@intel.com>"
378RECIPE_MAINTAINER_pn-libxkbcommon = "Saul Wold <sgw@linux.intel.com>"
379RECIPE_MAINTAINER_pn-libxkbfile = "Ross Burton <ross.burton@intel.com>"
380RECIPE_MAINTAINER_pn-libxml2 = "Hongxu Jia <hongxu.jia@windriver.com>"
381RECIPE_MAINTAINER_pn-libxml-namespacesupport-perl = "Saul Wold <sgw@linux.intel.com>"
382RECIPE_MAINTAINER_pn-libxml-parser-perl = "Hongxu Jia <hongxu.jia@windriver.com>"
383RECIPE_MAINTAINER_pn-libxml-perl = "Saul Wold <sgw@linux.intel.com>"
384RECIPE_MAINTAINER_pn-libxml-sax-perl = "Kai Kang <kai.kang@windriver.com>"
385RECIPE_MAINTAINER_pn-libxml-simple-perl = "Saul Wold <sgw@linux.intel.com>"
386RECIPE_MAINTAINER_pn-libxmu = "Ross Burton <ross.burton@intel.com>"
387RECIPE_MAINTAINER_pn-libxpm = "Ross Burton <ross.burton@intel.com>"
388RECIPE_MAINTAINER_pn-libxp = "Ross Burton <ross.burton@intel.com>"
389RECIPE_MAINTAINER_pn-libxrandr = "Ross Burton <ross.burton@intel.com>"
390RECIPE_MAINTAINER_pn-libxrender = "Ross Burton <ross.burton@intel.com>"
391RECIPE_MAINTAINER_pn-libxres = "Ross Burton <ross.burton@intel.com>"
392RECIPE_MAINTAINER_pn-libxscrnsaver = "Ross Burton <ross.burton@intel.com>"
393RECIPE_MAINTAINER_pn-libxsettings-client = "Ross Burton <ross.burton@intel.com>"
394RECIPE_MAINTAINER_pn-libxslt = "Ross Burton <ross.burton@intel.com>"
395RECIPE_MAINTAINER_pn-libxt = "Ross Burton <ross.burton@intel.com>"
396RECIPE_MAINTAINER_pn-libxtst = "Ross Burton <ross.burton@intel.com>"
397RECIPE_MAINTAINER_pn-libxvmc = "Ross Burton <ross.burton@intel.com>"
398RECIPE_MAINTAINER_pn-libxv = "Ross Burton <ross.burton@intel.com>"
399RECIPE_MAINTAINER_pn-libxxf86dga = "Ross Burton <ross.burton@intel.com>"
400RECIPE_MAINTAINER_pn-libxxf86misc = "Ross Burton <ross.burton@intel.com>"
401RECIPE_MAINTAINER_pn-libxxf86vm = "Ross Burton <ross.burton@intel.com>"
402RECIPE_MAINTAINER_pn-lighttpd = "Ross Burton <ross.burton@intel.com>"
403RECIPE_MAINTAINER_pn-linuxdoc-tools = "Paul Eggleton <paul.eggleton@linux.intel.com>"
404RECIPE_MAINTAINER_pn-linux-dummy = "Saul Wold <sgw@linux.intel.com>"
405RECIPE_MAINTAINER_pn-linux-firmware = "Cristian Iorga <cristian.iorga@intel.com>"
406RECIPE_MAINTAINER_pn-linux-libc-headers = "Bruce Ashfield <bruce.ashfield@windriver.com>"
407RECIPE_MAINTAINER_pn-linux-libc-headers-yocto = "Bruce Ashfield <bruce.ashfield@windriver.com>"
408RECIPE_MAINTAINER_pn-linux-yocto = "Darren Hart <dvhart@linux.intel.com>"
409RECIPE_MAINTAINER_pn-linux-yocto-rt = "Darren Hart <dvhart@linux.intel.com>"
410RECIPE_MAINTAINER_pn-linux-yocto-tiny = "Saul Wold <sgw@linux.intel.com>"
411RECIPE_MAINTAINER_pn-logrotate = "Robert Yang <liezhi.yang@windriver.com>"
412RECIPE_MAINTAINER_pn-lrzsz = "Cristian Iorga <cristian.iorga@intel.com>"
413RECIPE_MAINTAINER_pn-lsbinitscripts = "Saul Wold <sgw@linux.intel.com>"
414RECIPE_MAINTAINER_pn-lsbtest = "Yi Zhao <yi.zhao@windriver.com>"
415RECIPE_MAINTAINER_pn-lsb = "Hongxu Jia <hongxu.jia@windriver.com>"
416RECIPE_MAINTAINER_pn-lsof = "Richard Purdie <richard.purdie@linuxfoundation.org>"
417RECIPE_MAINTAINER_pn-ltp = "Robert Yang <liezhi.yang@windriver.com>"
418RECIPE_MAINTAINER_pn-lttng-modules = "Richard Purdie <richard.purdie@linuxfoundation.org>"
419RECIPE_MAINTAINER_pn-lttng-tools = "Richard Purdie <richard.purdie@linuxfoundation.org>"
420RECIPE_MAINTAINER_pn-lttng-ust = "Richard Purdie <richard.purdie@linuxfoundation.org>"
421RECIPE_MAINTAINER_pn-lzop = "Saul Wold <sgw@linux.intel.com>"
422RECIPE_MAINTAINER_pn-lzo = "Saul Wold <sgw@linux.intel.com>"
423RECIPE_MAINTAINER_pn-lz4 = "Armin Kuster <akuster@mvista.com>"
424RECIPE_MAINTAINER_pn-m4 = "Robert Yang <liezhi.yang@windriver.com>"
425RECIPE_MAINTAINER_pn-mailx = "Kai Kang <kai.kang@windriver.com>"
426RECIPE_MAINTAINER_pn-make = "Robert Yang <liezhi.yang@windriver.com>"
427RECIPE_MAINTAINER_pn-makedepend = "Robert Yang <liezhi.yang@windriver.com>"
428RECIPE_MAINTAINER_pn-makedevs = "Saul Wold <sgw@linux.intel.com>"
429RECIPE_MAINTAINER_pn-man-pages = "Saul Wold <sgw@linux.intel.com>"
430RECIPE_MAINTAINER_pn-man = "Saul Wold <sgw@linux.intel.com>"
431RECIPE_MAINTAINER_pn-matchbox-config-gtk = "Ross Burton <ross.burton@intel.com>"
432RECIPE_MAINTAINER_pn-matchbox-desktop-sato = "Ross Burton <ross.burton@intel.com>"
433RECIPE_MAINTAINER_pn-matchbox-desktop = "Ross Burton <ross.burton@intel.com>"
434RECIPE_MAINTAINER_pn-matchbox-keyboard = "Ross Burton <ross.burton@intel.com>"
435RECIPE_MAINTAINER_pn-matchbox-panel-2 = "Ross Burton <ross.burton@intel.com>"
436RECIPE_MAINTAINER_pn-matchbox-session-sato = "Ross Burton <ross.burton@intel.com>"
437RECIPE_MAINTAINER_pn-matchbox-session = "Ross Burton <ross.burton@intel.com>"
438RECIPE_MAINTAINER_pn-matchbox-terminal = "Ross Burton <ross.burton@intel.com>"
439RECIPE_MAINTAINER_pn-matchbox-theme-sato = "Ross Burton <ross.burton@intel.com>"
440RECIPE_MAINTAINER_pn-matchbox-wm = "Ross Burton <ross.burton@intel.com>"
441RECIPE_MAINTAINER_pn-mc = "Saul Wold <sgw@linux.intel.com>"
442RECIPE_MAINTAINER_pn-mdadm = "Richard Purdie <richard.purdie@linuxfoundation.org>"
443RECIPE_MAINTAINER_pn-menu-cache = "Ross Burton <ross.burton@intel.com>"
444RECIPE_MAINTAINER_pn-mesa-demos = "Saul Wold <sgw@linux.intel.com>"
445RECIPE_MAINTAINER_pn-mesa = "Ross Burton <ross.burton@intel.com>"
446RECIPE_MAINTAINER_pn-meta-ide-support = "Jessica Zhang <jessica.zhang@intel.com>"
447RECIPE_MAINTAINER_pn-meta-toolchain-qte = "Paul Eggleton <paul.eggleton@linux.intel.com>"
448RECIPE_MAINTAINER_pn-meta-toolchain = "Jessica Zhang <jessica.zhang@intel.com>"
449RECIPE_MAINTAINER_pn-midori = "Ross Burton <ross.burton@intel.com>"
450RECIPE_MAINTAINER_pn-mingetty = "Kai Kang <kai.kang@windriver.com>"
451RECIPE_MAINTAINER_pn-minicom = "Cristian Iorga <cristian.iorga@intel.com>"
452RECIPE_MAINTAINER_pn-mini-x-session = "Saul Wold <sgw@linux.intel.com>"
453RECIPE_MAINTAINER_pn-mkelfimage = "Saul Wold <sgw@linux.intel.com>"
454RECIPE_MAINTAINER_pn-mkfontdir = "Saul Wold <sgw@linux.intel.com>"
455RECIPE_MAINTAINER_pn-mkfontscale = "Saul Wold <sgw@linux.intel.com>"
456RECIPE_MAINTAINER_pn-mklibs-native = "Robert Yang <liezhi.yang@windriver.com>"
457RECIPE_MAINTAINER_pn-mktemp = "Chong Lu <Chong.Lu@windriver.com>"
458RECIPE_MAINTAINER_pn-mobile-broadband-provider-info = "Saul Wold <sgw@linux.intel.com>"
459RECIPE_MAINTAINER_pn-modutils-initscripts = "Saul Wold <sgw@linux.intel.com>"
460RECIPE_MAINTAINER_pn-modutils-initscripts = "Saul Wold <sgw@linux.intel.com>"
461RECIPE_MAINTAINER_pn-mpeg2dec = "Saul Wold <sgw@linux.intel.com>"
462RECIPE_MAINTAINER_pn-mpfr = "Richard Purdie <richard.purdie@linuxfoundation.org>"
463RECIPE_MAINTAINER_pn-msmtp = "Saul Wold <sgw@linux.intel.com>"
464RECIPE_MAINTAINER_pn-mtdev = "Ross Burton <ross.burton@intel.com>"
465RECIPE_MAINTAINER_pn-mtd-utils = "Saul Wold <sgw@linux.intel.com>"
466RECIPE_MAINTAINER_pn-mtools = "Paul Eggleton <paul.eggleton@linux.intel.com>"
467RECIPE_MAINTAINER_pn-mx-1.0 = "Saul Wold <sgw@linux.intel.com>"
468RECIPE_MAINTAINER_pn-nasm = "Richard Purdie <richard.purdie@linuxfoundation.org>"
469RECIPE_MAINTAINER_pn-nativesdk-packagegroup-qte-toolchain-host = "Paul Eggleton <paul.eggleton@linux.intel.com>"
470RECIPE_MAINTAINER_pn-nativesdk-qemu-helper = "Saul Wold <sgw@linux.intel.com>"
471RECIPE_MAINTAINER_pn-nativesdk-qt4-tools = "Paul Eggleton <paul.eggleton@linux.intel.com>"
472RECIPE_MAINTAINER_pn-ncurses = "Hongxu Jia <hongxu.jia@windriver.com>"
473RECIPE_MAINTAINER_pn-neard = "Cristian Iorga <cristian.iorga@intel.com>"
474RECIPE_MAINTAINER_pn-neon = "Cristian Iorga <cristian.iorga@intel.com>"
475RECIPE_MAINTAINER_pn-netbase = "Cristian Iorga <cristian.iorga@intel.com>"
476RECIPE_MAINTAINER_pn-nettle = "Armin Kuster <akuster808@gmail.com>"
477RECIPE_MAINTAINER_pn-net-tools = "Cristian Iorga <cristian.iorga@intel.com>"
478RECIPE_MAINTAINER_pn-nfs-export-root = "Saul Wold <sgw@linux.intel.com>"
479RECIPE_MAINTAINER_pn-nfs-utils = "Paul Eggleton <paul.eggleton@linux.intel.com>"
480RECIPE_MAINTAINER_pn-npth = "Saul Wold <sgw@linux.intel.com>"
481RECIPE_MAINTAINER_pn-nspr = "Saul Wold <sgw@linux.intel.com>"
482RECIPE_MAINTAINER_pn-ocf-linux = "Saul Wold <sgw@linux.intel.com>"
483RECIPE_MAINTAINER_pn-ocf-linux = "Saul Wold <sgw@linux.intel.com>"
484RECIPE_MAINTAINER_pn-ofono = "Cristian Iorga <cristian.iorga@intel.com>"
485RECIPE_MAINTAINER_pn-oh-puzzles = "Ross Burton <ross.burton@intel.com>"
486RECIPE_MAINTAINER_pn-openjade = "Paul Eggleton <paul.eggleton@linux.intel.com>"
487RECIPE_MAINTAINER_pn-opensp = "Paul Eggleton <paul.eggleton@linux.intel.com>"
488RECIPE_MAINTAINER_pn-openssh = "Paul Eggleton <paul.eggleton@linux.intel.com>"
489RECIPE_MAINTAINER_pn-openssl = "Saul Wold <sgw@linux.intel.com>"
490RECIPE_MAINTAINER_pn-opkg-collateral = "Saul Wold <sgw@linux.intel.com>"
491RECIPE_MAINTAINER_pn-opkg-config-base = "Saul Wold <sgw@linux.intel.com>"
492RECIPE_MAINTAINER_pn-opkg = "Saul Wold <sgw@linux.intel.com>"
493RECIPE_MAINTAINER_pn-opkg-utils = "Saul Wold <sgw@linux.intel.com>"
494RECIPE_MAINTAINER_pn-oprofile = "Richard Purdie <richard.purdie@linuxfoundation.org>"
495RECIPE_MAINTAINER_pn-oprofileui = "Richard Purdie <richard.purdie@linuxfoundation.org>"
496RECIPE_MAINTAINER_pn-oprofileui-server = "Saul Wold <sgw@linux.intel.com>"
497RECIPE_MAINTAINER_pn-ossp-uuid = "Saul Wold <sgw@linux.intel.com>"
498RECIPE_MAINTAINER_pn-owl-video = "Ross Burton <ross.burton@intel.com>"
499RECIPE_MAINTAINER_pn-packagegroup-base = "Saul Wold <sgw@linux.intel.com>"
500RECIPE_MAINTAINER_pn-packagegroup-core-boot = "Saul Wold <sgw@linux.intel.com>"
501RECIPE_MAINTAINER_pn-packagegroup-core-buildessential = "Saul Wold <sgw@linux.intel.com>"
502RECIPE_MAINTAINER_pn-packagegroup-core-clutter = "Ross Burton <ross.burton@intel.com>"
503RECIPE_MAINTAINER_pn-packagegroup-core-device-devel = "Saul Wold <sgw@linux.intel.com>"
504RECIPE_MAINTAINER_pn-packagegroup-core-directfb = "Saul Wold <sgw@linux.intel.com>"
505RECIPE_MAINTAINER_pn-packagegroup-core-full-cmdline = "Saul Wold <sgw@linux.intel.com>"
506RECIPE_MAINTAINER_pn-packagegroup-core-lsb = "Saul Wold <sgw@linux.intel.com>"
507RECIPE_MAINTAINER_pn-packagegroup-core-nfs = "Saul Wold <sgw@linux.intel.com>"
508RECIPE_MAINTAINER_pn-packagegroup-core-qt4e = "Paul Eggleton <paul.eggleton@linux.intel.com>"
509RECIPE_MAINTAINER_pn-packagegroup-core-qt = "Paul Eggleton <paul.eggleton@linux.intel.com>"
510RECIPE_MAINTAINER_pn-packagegroup-core-sdk = "Saul Wold <sgw@linux.intel.com>"
511RECIPE_MAINTAINER_pn-packagegroup-core-ssh-dropbear = "Saul Wold <sgw@linux.intel.com>"
512RECIPE_MAINTAINER_pn-packagegroup-core-ssh-openssh = "Saul Wold <sgw@linux.intel.com>"
513RECIPE_MAINTAINER_pn-packagegroup-core-standalone-sdk-target = "Saul Wold <sgw@linux.intel.com>"
514RECIPE_MAINTAINER_pn-packagegroup-core-tools-debug = "Saul Wold <sgw@linux.intel.com>"
515RECIPE_MAINTAINER_pn-packagegroup-core-tools-profile = "Saul Wold <sgw@linux.intel.com>"
516RECIPE_MAINTAINER_pn-packagegroup-core-tools-testapps = "Saul Wold <sgw@linux.intel.com>"
517RECIPE_MAINTAINER_pn-packagegroup-core-x11-base = "Saul Wold <sgw@linux.intel.com>"
518RECIPE_MAINTAINER_pn-packagegroup-core-x11-sato = "Saul Wold <sgw@linux.intel.com>"
519RECIPE_MAINTAINER_pn-packagegroup-core-x11 = "Saul Wold <sgw@linux.intel.com>"
520RECIPE_MAINTAINER_pn-packagegroup-core-x11-xserver = "Saul Wold <sgw@linux.intel.com>"
521RECIPE_MAINTAINER_pn-packagegroup-qte-toolchain-target = "Paul Eggleton <paul.eggleton@linux.intel.com>"
522RECIPE_MAINTAINER_pn-packagegroup-self-hosted = "Saul Wold <sgw@linux.intel.com>"
523RECIPE_MAINTAINER_pn-package-index = "Saul Wold <sgw@linux.intel.com>"
524RECIPE_MAINTAINER_pn-pango = "Ross Burton <ross.burton@intel.com>"
525RECIPE_MAINTAINER_pn-parted = "Hongxu Jia <hongxu.jia@windriver.com>"
526RECIPE_MAINTAINER_pn-patch = "Hongxu Jia <hongxu.jia@windriver.com>"
527RECIPE_MAINTAINER_pn-pax-utils = "Hongxu Jia <hongxu.jia@windriver.com>"
528RECIPE_MAINTAINER_pn-pax = "Hongxu Jia <hongxu.jia@windriver.com>"
529RECIPE_MAINTAINER_pn-pciutils = "Ross Burton <ross.burton@intel.com>"
530RECIPE_MAINTAINER_pn-pcmanfm = "Ross Burton <ross.burton@intel.com>"
531RECIPE_MAINTAINER_pn-pcmciautils = "Ross Burton <ross.burton@intel.com>"
532RECIPE_MAINTAINER_pn-perf = "Saul Wold <sgw@linux.intel.com>"
533RECIPE_MAINTAINER_pn-perl = "Hongxu Jia <hongxu.jia@windriver.com>"
534RECIPE_MAINTAINER_pn-piglit = "Ross Burton <ross.burton@intel.com>"
535RECIPE_MAINTAINER_pn-pigz = "Saul Wold <sgw@linux.intel.com>"
536RECIPE_MAINTAINER_pn-pixman = "Ross Burton <ross.burton@intel.com>"
537RECIPE_MAINTAINER_pn-pkgconfig = "Saul Wold <sgw@linux.intel.com>"
538RECIPE_MAINTAINER_pn-pm-utils = "Cristian Iorga <cristian.iorga@intel.com>"
539RECIPE_MAINTAINER_pn-pointercal = "Ross Burton <ross.burton@intel.com>"
540RECIPE_MAINTAINER_pn-poky-feed-config-opkg = "Saul Wold <sgw@linux.intel.com>"
541RECIPE_MAINTAINER_pn-pong-clock = "Ross Burton <ross.burton@intel.com>"
542RECIPE_MAINTAINER_pn-popt = "Paul Eggleton <paul.eggleton@linux.intel.com>"
543RECIPE_MAINTAINER_pn-portmap = "Saul Wold <sgw@linux.intel.com>"
544RECIPE_MAINTAINER_pn-powertop = "Richard Purdie <richard.purdie@linuxfoundation.org>"
545RECIPE_MAINTAINER_pn-ppp = "Hongxu Jia <hongxu.jia@windriver.com>"
546RECIPE_MAINTAINER_pn-ppp-dialin = "Hongxu Jia <hongxu.jia@windriver.com>"
547RECIPE_MAINTAINER_pn-prelink = "Mark Hatle <mark.hatle@windriver.com>"
548RECIPE_MAINTAINER_pn-presentproto = "Ross Burton <ross.burton@intel.com>"
549RECIPE_MAINTAINER_pn-procps = "Saul Wold <sgw@linux.intel.com>"
550RECIPE_MAINTAINER_pn-pseudo = "Mark Hatle <mark.hatle@windriver.com>"
551RECIPE_MAINTAINER_pn-psmisc = "Saul Wold <sgw@linux.intel.com>"
552RECIPE_MAINTAINER_pn-psplash = "Paul Eggleton <paul.eggleton@linux.intel.com>"
553RECIPE_MAINTAINER_pn-pth = "Saul Wold <sgw@linux.intel.com>"
554RECIPE_MAINTAINER_pn-pulseaudio = "Cristian Iorga <cristian.iorga@intel.com>"
555RECIPE_MAINTAINER_pn-puzzles = "Ross Burton <ross.burton@intel.com>"
556RECIPE_MAINTAINER_pn-python-argparse = "Richard Purdie <richard.purdie@linuxfoundation.org>"
557RECIPE_MAINTAINER_pn-python = "Richard Purdie <richard.purdie@linuxfoundation.org>"
558RECIPE_MAINTAINER_pn-python-dbus = "Richard Purdie <richard.purdie@linuxfoundation.org>"
559RECIPE_MAINTAINER_pn-python-distribute = "Richard Purdie <richard.purdie@linuxfoundation.org>"
560RECIPE_MAINTAINER_pn-python-docutils = "Richard Purdie <richard.purdie@linuxfoundation.org>"
561RECIPE_MAINTAINER_pn-python-gst = "Richard Purdie <richard.purdie@linuxfoundation.org>"
562RECIPE_MAINTAINER_pn-python-imaging = "Richard Purdie <richard.purdie@linuxfoundation.org>"
563RECIPE_MAINTAINER_pn-python-pycairo = "Richard Purdie <richard.purdie@linuxfoundation.org>"
564RECIPE_MAINTAINER_pn-python-pycurl = "Richard Purdie <richard.purdie@linuxfoundation.org>"
565RECIPE_MAINTAINER_pn-python-pygobject = "Richard Purdie <richard.purdie@linuxfoundation.org>"
566RECIPE_MAINTAINER_pn-python-pygtk = "Richard Purdie <richard.purdie@linuxfoundation.org>"
567RECIPE_MAINTAINER_pn-python-pyrex = "Richard Purdie <richard.purdie@linuxfoundation.org>"
568RECIPE_MAINTAINER_pn-python-scons = "Richard Purdie <richard.purdie@linuxfoundation.org>"
569RECIPE_MAINTAINER_pn-python-setuptools = "Richard Purdie <richard.purdie@linuxfoundation.org>"
570RECIPE_MAINTAINER_pn-python-smartpm = "Paul Eggleton <paul.eggleton@linux.intel.com>"
571RECIPE_MAINTAINER_pn-python3 = "Richard Purdie <richard.purdie@linuxfoundation.org>"
572RECIPE_MAINTAINER_pn-qemu-helper-native = "Cristian Iorga <cristian.iorga@intel.com>"
573RECIPE_MAINTAINER_pn-qemu = "Cristian Iorga <cristian.iorga@intel.com>"
574RECIPE_MAINTAINER_pn-qmmp = "Hongxu Jia <hongxu.jia@windriver.com>"
575RECIPE_MAINTAINER_pn-qt4e-demo-image = "Paul Eggleton <paul.eggleton@linux.intel.com>"
576RECIPE_MAINTAINER_pn-qt4-embedded = "Paul Eggleton <paul.eggleton@linux.intel.com>"
577RECIPE_MAINTAINER_pn-qt4-graphics-system = "Paul Eggleton <paul.eggleton@linux.intel.com>"
578RECIPE_MAINTAINER_pn-qt4-native = "Paul Eggleton <paul.eggleton@linux.intel.com>"
579RECIPE_MAINTAINER_pn-qt4-x11-free = "Paul Eggleton <paul.eggleton@linux.intel.com>"
580RECIPE_MAINTAINER_pn-qt-demo-init = "Paul Eggleton <paul.eggleton@linux.intel.com>"
581RECIPE_MAINTAINER_pn-qt-mobility-embedded = "Paul Eggleton <paul.eggleton@linux.intel.com>"
582RECIPE_MAINTAINER_pn-qt-mobility-x11 = "Paul Eggleton <paul.eggleton@linux.intel.com>"
583RECIPE_MAINTAINER_pn-quicky = "Paul Eggleton <paul.eggleton@linux.intel.com>"
584RECIPE_MAINTAINER_pn-quilt = "Chong Lu <Chong.Lu@windriver.com>"
585RECIPE_MAINTAINER_pn-quota = "Cristian Iorga <cristian.iorga@intel.com>"
586RECIPE_MAINTAINER_pn-randrproto = "Ross Burton <ross.burton@intel.com>"
587RECIPE_MAINTAINER_pn-readline = "Hongxu Jia <hongxu.jia@windriver.com>"
588RECIPE_MAINTAINER_pn-recordproto = "Ross Burton <ross.burton@intel.com>"
589RECIPE_MAINTAINER_pn-remake = "Robert Yang <liezhi.yang@windriver.com>"
590RECIPE_MAINTAINER_pn-renderproto = "Ross Burton <ross.burton@intel.com>"
591RECIPE_MAINTAINER_pn-resolvconf = "Saul Wold <sgw@linux.intel.com>"
592RECIPE_MAINTAINER_pn-resourceproto = "Ross Burton <ross.burton@intel.com>"
593RECIPE_MAINTAINER_pn-rgb = "Saul Wold <sgw@linux.intel.com>"
594RECIPE_MAINTAINER_pn-rpcbind = "Hongxu Jia <hongxu.jia@windriver.com>"
595RECIPE_MAINTAINER_pn-rpm = "Mark Hatle <mark.hatle@windriver.com>"
596RECIPE_MAINTAINER_pn-rpmresolve = "Paul Eggleton <paul.eggleton@linux.intel.com>"
597RECIPE_MAINTAINER_pn-rsync = "Robert Yang <liezhi.yang@windriver.com>"
598RECIPE_MAINTAINER_pn-rt-tests = "Darren Hart <dvhart@linux.intel.com>"
599RECIPE_MAINTAINER_pn-run-postinsts = "Cristian Iorga <cristian.iorga@intel.com>"
600RECIPE_MAINTAINER_pn-rxvt-unicode = "Saul Wold <sgw@linux.intel.com>"
601RECIPE_MAINTAINER_pn-sato-icon-theme = "Ross Burton <ross.burton@intel.com>"
602RECIPE_MAINTAINER_pn-sato-screenshot = "Saul Wold <sgw@linux.intel.com>"
603RECIPE_MAINTAINER_pn-sbc = "Cristian Iorga <cristian.iorga@intel.com>"
604RECIPE_MAINTAINER_pn-screen = "Ross Burton <ross.burton@intel.com>"
605RECIPE_MAINTAINER_pn-scrnsaverproto = "Ross Burton <ross.burton@intel.com>"
606RECIPE_MAINTAINER_pn-sed = "Chen Qi <Qi.Chen@windriver.com>"
607RECIPE_MAINTAINER_pn-setserial = "Saul Wold <sgw@linux.intel.com>"
608RECIPE_MAINTAINER_pn-settings-daemon = "Ross Burton <ross.burton@intel.com>"
609RECIPE_MAINTAINER_pn-sgml-common = "Paul Eggleton <paul.eggleton@linux.intel.com>"
610RECIPE_MAINTAINER_pn-sgmlspl = "Paul Eggleton <paul.eggleton@linux.intel.com>"
611RECIPE_MAINTAINER_pn-shadow = "Chen Qi <Qi.Chen@windriver.com>"
612RECIPE_MAINTAINER_pn-shadow-securetty = "Chen Qi <Qi.Chen@windriver.com>"
613RECIPE_MAINTAINER_pn-shadow-sysroot = "Saul Wold <sgw@linux.intel.com>"
614RECIPE_MAINTAINER_pn-shared-mime-info = "Ross Burton <ross.burton@intel.com>"
615RECIPE_MAINTAINER_pn-shutdown-desktop = "Saul Wold <sgw@linux.intel.com>"
616RECIPE_MAINTAINER_pn-slang = "Kai Kang <kai.kang@windriver.com>"
617RECIPE_MAINTAINER_pn-socat = "Hongxu Jia <hongxu.jia@windriver.com>"
618RECIPE_MAINTAINER_pn-speex = "Cristian Iorga <cristian.iorga@intel.com>"
619RECIPE_MAINTAINER_pn-sqlite3 = "Saul Wold <sgw@linux.intel.com>"
620RECIPE_MAINTAINER_pn-squashfs-tools = "Saul Wold <sgw@linux.intel.com>"
621RECIPE_MAINTAINER_pn-startup-notification = "Saul Wold <sgw@linux.intel.com>"
622RECIPE_MAINTAINER_pn-stat = "Chen Qi <Qi.Chen@windriver.com>"
623RECIPE_MAINTAINER_pn-strace = "Chong Lu <Chong.Lu@windriver.com>"
624RECIPE_MAINTAINER_pn-subversion = "Richard Purdie <richard.purdie@linuxfoundation.org>"
625RECIPE_MAINTAINER_pn-sudo = "Chen Qi <Qi.Chen@windriver.com>"
626RECIPE_MAINTAINER_pn-swabber-native = "Saul Wold <sgw@linux.intel.com>"
627RECIPE_MAINTAINER_pn-sysfsutils = "Chen Qi <Qi.Chen@windriver.com>"
628RECIPE_MAINTAINER_pn-sysklogd = "Chen Qi <Qi.Chen@windriver.com>"
629RECIPE_MAINTAINER_pn-syslinux = "Darren Hart <dvhart@linux.intel.com>"
630RECIPE_MAINTAINER_pn-sysprof = "Tom Zanussi <tom.zanussi@intel.com>"
631RECIPE_MAINTAINER_pn-sysstat = "Chen Qi <Qi.Chen@windriver.com>"
632RECIPE_MAINTAINER_pn-systemtap = "Saul Wold <sgw@linux.intel.com>"
633RECIPE_MAINTAINER_pn-systemtap-uprobes = "Tom Zanussi <tom.zanussi@intel.com>"
634RECIPE_MAINTAINER_pn-sysvinit-inittab = "Saul Wold <sgw@linux.intel.com>"
635RECIPE_MAINTAINER_pn-sysvinit = "Saul Wold <sgw@linux.intel.com>"
636RECIPE_MAINTAINER_pn-taglib = "Cristian Iorga <cristian.iorga@intel.com>"
637RECIPE_MAINTAINER_pn-tar-replacement-native = "Saul Wold <sgw@linux.intel.com>"
638RECIPE_MAINTAINER_pn-tar = "Chen Qi <Qi.Chen@windriver.com>"
639RECIPE_MAINTAINER_pn-tcf-agent = "Richard Purdie <richard.purdie@linuxfoundation.org>"
640RECIPE_MAINTAINER_pn-tcl = "Chong Lu <Chong.Lu@windriver.com>"
641RECIPE_MAINTAINER_pn-tcp-wrappers = "Saul Wold <sgw@linux.intel.com>"
642RECIPE_MAINTAINER_pn-tcp-wrappers = "Saul Wold <sgw@linux.intel.com>"
643RECIPE_MAINTAINER_pn-telepathy-glib = "Cristian Iorga <cristian.iorga@intel.com>"
644RECIPE_MAINTAINER_pn-telepathy-idle = "Cristian Iorga <cristian.iorga@intel.com>"
645RECIPE_MAINTAINER_pn-telepathy-mission-control = "Cristian Iorga <cristian.iorga@intel.com>"
646RECIPE_MAINTAINER_pn-telepathy-python = "Cristian Iorga <cristian.iorga@intel.com>"
647RECIPE_MAINTAINER_pn-texi2html = "Saul Wold <sgw@linux.intel.com>"
648RECIPE_MAINTAINER_pn-texinfo = "Saul Wold <sgw@linux.intel.com>"
649RECIPE_MAINTAINER_pn-tiff = "Saul Wold <sgw@linux.intel.com>"
650RECIPE_MAINTAINER_pn-time = "Robert Yang <liezhi.yang@windriver.com>"
651RECIPE_MAINTAINER_pn-tiny-init = "Saul Wold <sgw@linux.intel.com>"
652RECIPE_MAINTAINER_pn-trace-cmd = "Darren Hart <dvhart@linux.intel.com>"
653RECIPE_MAINTAINER_pn-tremor = "Cristian Iorga <cristian.iorga@intel.com>"
654RECIPE_MAINTAINER_pn-tslib = "Paul Eggleton <paul.eggleton@linux.intel.com>"
655RECIPE_MAINTAINER_pn-ttf-bitstream-vera = "Ross Burton <ross.burton@intel.com>"
656RECIPE_MAINTAINER_pn-tzcode-native = "Robert Yang <liezhi.yang@windriver.com>"
657RECIPE_MAINTAINER_pn-tzdata = "Robert Yang <liezhi.yang@windriver.com>"
658RECIPE_MAINTAINER_pn-ubootchart = "Saul Wold <sgw@linux.intel.com>"
659RECIPE_MAINTAINER_pn-u-boot-fw-utils = "Saul Wold <sgw@linux.intel.com>"
660RECIPE_MAINTAINER_pn-u-boot-mkimage = "Saul Wold <sgw@linux.intel.com>"
661RECIPE_MAINTAINER_pn-udev-extraconf = "Saul Wold <sgw@linux.intel.com>"
662RECIPE_MAINTAINER_pn-udev = "Saul Wold <sgw@linux.intel.com>"
663RECIPE_MAINTAINER_pn-unifdef = "Richard Purdie <richard.purdie@linuxfoundation.org>"
664RECIPE_MAINTAINER_pn-unzip = "Saul Wold <sgw@linux.intel.com>"
665RECIPE_MAINTAINER_pn-update-rc.d = "Saul Wold <sgw@linux.intel.com>"
666RECIPE_MAINTAINER_pn-usbinit = "Saul Wold <sgw@linux.intel.com>"
667RECIPE_MAINTAINER_pn-usbutils = "Saul Wold <sgw@linux.intel.com>"
668RECIPE_MAINTAINER_pn-unfs3 = "Paul Eggleton <paul.eggleton@linux.intel.com>"
669RECIPE_MAINTAINER_pn-util-linux = "Saul Wold <sgw@linux.intel.com>"
670RECIPE_MAINTAINER_pn-util-macros = "Ross Burton <ross.burton@intel.com>"
671RECIPE_MAINTAINER_pn-v86d = "Richard Purdie <richard.purdie@linuxfoundation.org>"
672RECIPE_MAINTAINER_pn-vala = "Ross Burton <ross.burton@intel.com>"
673RECIPE_MAINTAINER_pn-valgrind = "Saul Wold <sgw@linux.intel.com>"
674RECIPE_MAINTAINER_pn-videoproto = "Ross Burton <ross.burton@intel.com>"
675RECIPE_MAINTAINER_pn-vte ="Ross Burton <ross.burton@intel.com>"
676RECIPE_MAINTAINER_pn-watchdog = "Saul Wold <sgw@linux.intel.com>"
677RECIPE_MAINTAINER_pn-wayland = "Ross Burton <ross.burton@intel.com>"
678RECIPE_MAINTAINER_pn-webkit-gtk = "Ross Burton <ross.burton@intel.com>"
679RECIPE_MAINTAINER_pn-web-webkit = "Ross Burton <ross.burton@intel.com>"
680RECIPE_MAINTAINER_pn-weston = "Ross Burton <ross.burton@intel.com>"
681RECIPE_MAINTAINER_pn-wget = "Robert Yang <liezhi.yang@windriver.com>"
682RECIPE_MAINTAINER_pn-which = "Saul Wold <sgw@linux.intel.com>"
683RECIPE_MAINTAINER_pn-wireless-tools = "Cristian Iorga <cristian.iorga@intel.com>"
684RECIPE_MAINTAINER_pn-wpa-supplicant = "Cristian Iorga <cristian.iorga@intel.com>"
685RECIPE_MAINTAINER_pn-x11-common = "Ross Burton <ross.burton@intel.com>"
686RECIPE_MAINTAINER_pn-x11perf = "Richard Purdie <richard.purdie@linuxfoundation.org>"
687RECIPE_MAINTAINER_pn-x11vnc = "Richard Purdie <richard.purdie@linuxfoundation.org>"
688RECIPE_MAINTAINER_pn-x264 = "Paul Eggleton <paul.eggleton@linux.intel.com>"
689RECIPE_MAINTAINER_pn-xauth = "Ross Burton <ross.burton@intel.com>"
690RECIPE_MAINTAINER_pn-xcb-proto = "Ross Burton <ross.burton@intel.com>"
691RECIPE_MAINTAINER_pn-xcb-util-image = "Ross Burton <ross.burton@intel.com>"
692RECIPE_MAINTAINER_pn-xcb-util-keysyms = "Ross Burton <ross.burton@intel.com>"
693RECIPE_MAINTAINER_pn-xcb-util = "Ross Burton <ross.burton@intel.com>"
694RECIPE_MAINTAINER_pn-xcb-util-renderutil = "Saul Wold <sgw@linux.intel.com>"
695RECIPE_MAINTAINER_pn-xcb-util-wm = "Ross Burton <ross.burton@intel.com>"
696RECIPE_MAINTAINER_pn-xcmiscproto = "Ross Burton <ross.burton@intel.com>"
697RECIPE_MAINTAINER_pn-xcursor-transparent-theme = "Ross Burton <ross.burton@intel.com>"
698RECIPE_MAINTAINER_pn-xdg-utils = "Ross Burton <ross.burton@intel.com>"
699RECIPE_MAINTAINER_pn-xdpyinfo = "Ross Burton <ross.burton@intel.com>"
700RECIPE_MAINTAINER_pn-xev = "Ross Burton <ross.burton@intel.com>"
701RECIPE_MAINTAINER_pn-xextproto = "Ross Burton <ross.burton@intel.com>"
702RECIPE_MAINTAINER_pn-xeyes = "Ross Burton <ross.burton@intel.com>"
703RECIPE_MAINTAINER_pn-xf86dgaproto = "Ross Burton <ross.burton@intel.com>"
704RECIPE_MAINTAINER_pn-xf86driproto = "Ross Burton <ross.burton@intel.com>"
705RECIPE_MAINTAINER_pn-xf86-input-evdev = "Ross Burton <ross.burton@intel.com>"
706RECIPE_MAINTAINER_pn-xf86-input-keyboard = "Ross Burton <ross.burton@intel.com>"
707RECIPE_MAINTAINER_pn-xf86-input-mouse = "Ross Burton <ross.burton@intel.com>"
708RECIPE_MAINTAINER_pn-xf86-input-synaptics = "Ross Burton <ross.burton@intel.com>"
709RECIPE_MAINTAINER_pn-xf86-input-vmmouse = "Ross Burton <ross.burton@intel.com>"
710RECIPE_MAINTAINER_pn-xf86miscproto = "Ross Burton <ross.burton@intel.com>"
711RECIPE_MAINTAINER_pn-xf86-video-fbdev = "Ross Burton <ross.burton@intel.com>"
712RECIPE_MAINTAINER_pn-xf86-video-intel = "Ross Burton <ross.burton@intel.com>"
713RECIPE_MAINTAINER_pn-xf86-video-omapfb = "Ross Burton <ross.burton@intel.com>"
714RECIPE_MAINTAINER_pn-xf86-video-omap = "Ross Burton <ross.burton@intel.com>"
715RECIPE_MAINTAINER_pn-xf86-video-vesa = "Ross Burton <ross.burton@intel.com>"
716RECIPE_MAINTAINER_pn-xf86-video-vmware = "Ross Burton <ross.burton@intel.com>"
717RECIPE_MAINTAINER_pn-xf86vidmodeproto = "Ross Burton <ross.burton@intel.com>"
718RECIPE_MAINTAINER_pn-xhost = "Ross Burton <ross.burton@intel.com>"
719RECIPE_MAINTAINER_pn-xineramaproto = "Ross Burton <ross.burton@intel.com>"
720RECIPE_MAINTAINER_pn-xinetd = "Richard Purdie <richard.purdie@linuxfoundation.org>"
721RECIPE_MAINTAINER_pn-xinit = "Ross Burton <ross.burton@intel.com>"
722RECIPE_MAINTAINER_pn-xinput = "Ross Burton <ross.burton@intel.com>"
723RECIPE_MAINTAINER_pn-xinput-calibrator = "Ross Burton <ross.burton@intel.com>"
724RECIPE_MAINTAINER_pn-xkbcomp = "Ross Burton <ross.burton@intel.com>"
725RECIPE_MAINTAINER_pn-xkeyboard-config = "Ross Burton <ross.burton@intel.com>"
726RECIPE_MAINTAINER_pn-xmodmap = "Ross Burton <ross.burton@intel.com>"
727RECIPE_MAINTAINER_pn-xorg-minimal-fonts = "Ross Burton <ross.burton@intel.com>"
728RECIPE_MAINTAINER_pn-xprop = "Ross Burton <ross.burton@intel.com>"
729RECIPE_MAINTAINER_pn-xproto = "Ross Burton <ross.burton@intel.com>"
730RECIPE_MAINTAINER_pn-xrandr = "Ross Burton <ross.burton@intel.com>"
731RECIPE_MAINTAINER_pn-xrestop = "Ross Burton <ross.burton@intel.com>"
732RECIPE_MAINTAINER_pn-xserver-nodm-init = "Ross Burton <ross.burton@intel.com>"
733RECIPE_MAINTAINER_pn-xserver-xf86-config = "Ross Burton <ross.burton@intel.com>"
734RECIPE_MAINTAINER_pn-xserver-xorg = "Ross Burton <ross.burton@intel.com>"
735RECIPE_MAINTAINER_pn-xset = "Ross Burton <ross.burton@intel.com>"
736RECIPE_MAINTAINER_pn-xtrans = "Ross Burton <ross.burton@intel.com>"
737RECIPE_MAINTAINER_pn-xtscal = "Ross Burton <ross.burton@intel.com>"
738RECIPE_MAINTAINER_pn-xvideo-tests = "Cristian Iorga <cristian.iorga@intel.com>"
739RECIPE_MAINTAINER_pn-xvinfo = "Ross Burton <ross.burton@intel.com>"
740RECIPE_MAINTAINER_pn-xwininfo = "Ross Burton <ross.burton@intel.com>"
741RECIPE_MAINTAINER_pn-xz = "Chen Qi <Qi.Chen@windriver.com>"
742RECIPE_MAINTAINER_pn-yasm = "Paul Eggleton <paul.eggleton@linux.intel.com>"
743RECIPE_MAINTAINER_pn-zaurusd = "Paul Eggleton <paul.eggleton@linux.intel.com>"
744RECIPE_MAINTAINER_pn-zip = "Chen Qi <Qi.Chen@windriver.com>"
745RECIPE_MAINTAINER_pn-zlib = "Chen Qi <Qi.Chen@windriver.com>"
diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc
new file mode 100644
index 0000000000..92202fd51f
--- /dev/null
+++ b/meta-yocto/conf/distro/include/package_regex.inc
@@ -0,0 +1,367 @@
1# package_regex.inc - This file contains data that tracks
2# upstream project associated with a given recipe. This list is needed
3# for recipes that version information can not be automagically discovered.
4# As we automate this checking, this file will slowly be reduced.
5#"
6# This data is used by the package reporting system (packages.yoctoproject.org)
7#"
8# The format is as a bitbake variable override for each recipe
9#"
10# REGEX_URI_pn-<recipe name> = ""recipe_url"
11# - This is the url used by the package checking system to
12# get the latest version of the package
13# REGEX_pn-<recipe name> = ""package_regex"
14# - This is the regex the package checking system uses to
15# parse the page found at REGEX_URI_pn-<recipe name>
16#
17COMMON_REGEX = "((\d+[\.\-_]*)+)"
18#This will need to be changed a little bit when versions are bigger than 9.
19REGEX_URI_pn-acpid = "http://sourceforge.net/projects/acpid/files/acpid/"
20REGEX_pn-acpid = "[hH][rR][eE][fF]=\"/projects/acpid/files/acpid/(acpid\-)?(?P<pver>(\d\.(\d+[\.\-_]*)+))/\""
21REGEX_URI_pn-adt-installer = "http://code.google.com/p/opkg/downloads/list"
22REGEX_URI_pn-arptables = "http://sourceforge.net/projects/ebtables/files/arptables/"
23REGEX_pn-arptables = "[hH][rR][eE][fF]=\"/projects/ebtables/files/arptables/arptables-v(?P<pver>((\d+[\.\-_]*)+))/\""
24REGEX_URI_pn-beecrypt = "http://sourceforge.net/projects/beecrypt/files/beecrypt/"
25REGEX_pn-beecrypt = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\""
26REGEX_URI_pn-beecrypt-native = "http://sourceforge.net/projects/beecrypt/files/beecrypt/"
27REGEX_pn-beecrypt-native = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\""
28REGEX_pn-bdwgc = "[hH][rR][eE][fF]=\"gc\-(?P<pver>((\d+[a-z]?[\.\-_]*)+))\.tar\.gz\""
29REGEX_URI_pn-bind = "ftp://ftp.isc.org/isc/bind9/"
30REGEX_pn-bind = "[hH][rR][eE][fF]=\"(?P<pver>((P?\d+[\.\-_]*)+))/\""
31REGEX_URI_pn-bjam-native = "http://sourceforge.net/projects/boost/files/boost/"
32REGEX_pn-bjam-native = "[hH][rR][eE][fF]=\"/projects/boost/files/boost/(?P<pver>((\d+[\.\-_]*)+))/\""
33REGEX_pn-blktool = "[hH][rR][eE][fF]=\"blktool_(?P<pver>((\d+[\.\-_]*)+))\.(diff|orig\.tar)\.gz\""
34REGEX_URI_pn-boost = "http://sourceforge.net/projects/boost/files/boost/"
35REGEX_pn-boost = "[hH][rR][eE][fF]=\"/projects/boost/files/boost/(?P<pver>((\d+[\.\-_]*)+))/\""
36REGEX_pn-btrfs-tools = "(?P<pver>(\d+(\.\d+)*(\-rc\d+)*))"
37REGEX_pn-build-appliance-image = "(?P<pver>([0-9][\.|_]?)+)$"
38REGEX_URI_pn-bzip2 = "http://www.bzip.org/downloads.html"
39REGEX_pn-chkconfig-alternatives-native = "chkconfig\-(?P<pver>((\d+[\.\-_]*)+))"
40REGEX_URI_pn-chrpath = "http://alioth.debian.org/frs/?group_id=31052"
41REGEX_pn-chrpath = "[hH][rR][eE][fF]=\"/frs/download.php/file/\d+/chrpath-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
42REGEX_pn-cmake = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
43REGEX_pn-cmake-native = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
44REGEX_pn-nativeesdk-cmake = "[hH][rR][eE][fF]=\"cmake\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
45REGEX_URI_pn-console-tools = "http://sourceforge.net/projects/lct/files/console-tools/"
46REGEX_pn-console-tools = "[hH][rR][eE][fF]=\"/projects/lct/files/console-tools/(?P<pver>((\d+[\.\-_]*)+))/\""
47REGEX_URI_pn-cracklib = "http://sourceforge.net/projects/cracklib/files/cracklib/"
48REGEX_pn-cracklib = "[hH][rR][eE][fF]=\"/projects/cracklib/files/cracklib/(?P<pver>((\d+[\.\-_]*)+))/\""
49REGEX_URI_pn-createrepo = "http://createrepo.baseurl.org/download/"
50REGEX_pn-createrepo = "[hH][rR][eE][fF]=\"createrepo\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
51REGEX_URI_pn-createrepo-native = "http://createrepo.baseurl.org/download/"
52REGEX_pn-createrepo-native = "[hH][rR][eE][fF]=\"createrepo\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
53REGEX_URI_pn-cups = "http://www.cups.org/software.php"
54REGEX_pn-cups = "<tt>cups\-(?P<pver>((\d+[\.\-_]*)+))\-source\.tar\.gz<\/tt>"
55REGEX_URI_pn-curlpp = "http://code.google.com/p/curlpp/downloads/list"
56REGEX_URI_pn-cwautomacros = "http://sourceforge.net/projects/cwautomacros.berlios/files/"
57REGEX_pn-cwautomacros = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/cwautomacros.berlios/files/cwautomacros\-(?P<pver>(\d+))\.tar\.bz2\/download""
58REGEX_URI_pn-cwautomacros-native = "http://sourceforge.net/projects/cwautomacros.berlios/files/"
59REGEX_pn-cwautomacros-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/cwautomacros.berlios/files/cwautomacros\-(?P<pver>(\d+))\.tar\.bz2\/download\""
60REGEX_URI_pn-db = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html"
61REGEX_pn-db = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
62REGEX_URI_pn-db-native = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html"
63REGEX_pn-db-native = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
64REGEX_URI_pn-nativesdk-db = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html"
65REGEX_pn-nativesdk-db = "[hH][rR][eE][fF]=\"http://download.oracle.com/otn/berkeley-db/db-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
66REGEX_URI_pn-distcc = "http://code.google.com/p/distcc/downloads/list"
67REGEX_pn-distcc = "[hH][rR][eE][fF]=\"//distcc.googlecode.com/files/distcc-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2\""
68REGEX_URI_pn-docbook-dsssl-stylesheets-native = "http://sourceforge.net/projects/docbook/files/docbook-dsssl/"
69REGEX_pn-docbook-dsssl-stylesheets-native = "[hH][rR][eE][fF]=\"/projects/docbook/files/docbook-dsssl/(?P<pver>((\d+[\.\-_]*)+))/\""
70REGEX_URI_pn-docbook-sgml-dtd-3.1-native = "http://docbook.org/sgml/3.1/"
71PRSPV_pn-docbook-sgml-dtd-3.1-native = "${@d.getVar('PV',1).replace('.','')}"
72REGEX_URI_pn-docbook-sgml-dtd-4.1-native = "http://docbook.org/sgml/4.1/"
73PRSPV_pn-docbook-sgml-dtd-4.1-native = "${@d.getVar('PV',1).replace('.','')}"
74REGEX_URI_pn-docbook-sgml-dtd-4.5-native = "http://docbook.org/sgml/4.5/"
75REGEX_URI_pn-e2fsprogs = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs/"
76REGEX_pn-e2fsprogs = "[hH][rR][eE][fF]=\"/projects/e2fsprogs/files/e2fsprogs/v(?P<pver>((\d+[\.\-_]*)+))/\""
77REGEX_pn-elfutils = "[hH][rR][eE][fF]=\"(elfutils\-)?(?P<pver>((\d+[\.\-_]*)+))(/|\.tar\.bz2)\""
78REGEX_URI_pn-expat = "http://sourceforge.net/projects/expat/files/expat/"
79REGEX_pn-expat-native = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\""
80REGEX_URI_pn-expat-native = "http://sourceforge.net/projects/expat/files/expat/"
81REGEX_pn-expat = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\""
82REGEX_URI_pn-nativesdk-expat = "http://sourceforge.net/projects/expat/files/expat/"
83REGEX_pn-nativesdk-expat = "[hH][rR][eE][fF]=\"/projects/expat/files/expat/(?P<pver>((\d+[\.\-_]*)+))/\""
84REGEX_URI_pn-fetchmail = "http://sourceforge.net/projects/fetchmail.berlios/files/"
85REGEX_URI_pn-flac = "http://sourceforge.net/projects/flac/files/flac-linux-i386/"
86REGEX_pn-flac = "[hH][rR][eE][fF]=\"/projects/flac/files/flac-linux-i386/flac\-(?P<pver>((\d+[\.\-_]*)+))\-linux\-i386/\""
87REGEX_URI_pn-flex = "http://sourceforge.net/projects/flex/files/"
88REGEX_pn-flex = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/flex/files/flex-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\""
89REGEX_pn-foomatic-filters = "[hH][rR][eE][fF]=\"foomatic-filters-(?P<pver>((\d|\d\d)\.*)+)\.tar\.gz\""
90REGEX_URI_pn-fotowall = "https://code.google.com/p/fotowall/downloads/list"
91REGEX_pn-fotowall = "[hH][rR][eE][fF]=\"//fotowall.googlecode.com/files/[F|f]otowall\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2\""
92REGEX_URI_pn-freetype = "http://sourceforge.net/projects/freetype/files/freetype2"
93REGEX_pn-freetype = "[hH][rR][eE][fF]=\"/projects/freetype/files/freetype\d/(?P<pver>((\d+[\.\-_]*)+))/\""
94REGEX_URI_pn-freetype-native = "http://sourceforge.net/projects/freetype/files/freetype2"
95REGEX_pn-freetype-native = "[hH][rR][eE][fF]=\"/projects/freetype/files/freetype\d/(?P<pver>((\d+[\.\-_]*)+))/\""
96REGEX_URI_pn-git = "http://code.google.com/p/git-core/downloads/list"
97REGEX_pn-git = "[hH][rR][eE][fF]=\"//git-core.googlecode.com/files/git-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
98REGEX_URI_pn-glew = "http://sourceforge.net/projects/glew/files/glew"
99REGEX_pn-glew = " [hH][rR][eE][fF]=\"/projects/glew/files/glew/(?P<pver>((\d+[\.\-_]*)+))/\""
100#REGEX_pn-gnutls = "ftp://ftp.gnutls.org/gcrypt/gnutls/"
101REGEX_pn-gstreamer = "[hH][rR][eE][fF]=\"gstreamer\-(?P<pver>(0\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
102REGEX_pn-gstreamer1.0 = "[hH][rR][eE][fF]=\"gstreamer\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
103REGEX_pn-gst-ffmpeg = "[hH][rR][eE][fF]=\"gst-ffmpeg\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
104REGEX_pn-gst-fluendo-mpegdemux = "[hH][rR][eE][fF]=\"gst-fluendo-mpegdemux\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
105REGEX_pn-gst-fluendo-mp3 = "[hH][rR][eE][fF]=\"gst-fluendo-mp3\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
106REGEX_pn-gstreamer1.0-plugins-base = "[hH][rR][eE][fF]=\"gst\-plugins\-base\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
107REGEX_pn-gst-plugins-base = "[hH][rR][eE][fF]=\"gst\-plugins\-base\-(?P<pver>(0\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
108REGEX_pn-gstreamer1.0-plugins-bad = "[hH][rR][eE][fF]=\"gst\-plugins\-bad\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
109REGEX_pn-gst-plugins-bad = "[hH][rR][eE][fF]=\"gst\-plugins\-bad\-(?P<pver>(0\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
110REGEX_pn-gst-plugins-gl = "[hH][rR][eE][fF]=\"gst\-plugins\-gl\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
111REGEX_pn-gstreamer1.0-plugins-good = "[hH][rR][eE][fF]=\"gst\-plugins\-good\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
112REGEX_pn-gst-plugins-good = "[hH][rR][eE][fF]=\"gst\-plugins\-good\-(?P<pver>(0\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
113REGEX_pn-gstreamer1.0-libav = "[hH][rR][eE][fF]=\"gst\-libav\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
114REGEX_pn-gstreamer1.0-omx = "[hH][rR][eE][fF]=\"gst\-omx\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
115REGEX_pn-gst-openmax = "[hH][rR][eE][fF]=\"gst\-openmax\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
116REGEX_pn-gstreamer1.0-plugins-ugly = "[hH][rR][eE][fF]=\"gst\-plugins\-ugly\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
117REGEX_pn-gst-plugins-ugly = "[hH][rR][eE][fF]=\"gst\-plugins\-ugly\-(?P<pver>(0\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\""
118REGEX_pn-gtk+ = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\""
119REGEX_pn-gtk+3 = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\""
120REGEX_pn-gtk-update-icon-cache-native = "[hH][rR][eE][fF]=\"gtk\+\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\""
121REGEX_pn-webkit-gtk = "[hH][rR][eE][fF]=\"webkitgtk\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.xz\""
122REGEX_URI_pn-hdparm = "http://sourceforge.net/projects/hdparm/files/hdparm/"
123REGEX_pn-hdparm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/hdparm/files/hdparm/hdparm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\""
124REGEX_URI_pn-icu = "http://site.icu-project.org/download"
125REGEX_pn-icu = "[hH][rR][eE][fF]=\"http://site.icu-project.org/download/((\d+[\.\-_]*)+)#(TOC\-)?ICU4J\-Download\" rel=\"nofollow\">(<b>)?(?P<pver>((\d+[\.\-_]*)+))(</b>)?"
126REGEX_URI_pn-intltool = "https://launchpad.net/intltool/+download"
127REGEX_pn-intltool = "[hH][rR][eE][fF]=\"https://launchpad.net/intltool/trunk/(?P<pver>((\d+[\.\-_]*)+))/\+download/intltool\-(\d+[\.\-_]*)+\.tar\.gz\""
128REGEX_URI_pn-intltool-native = "https://launchpad.net/intltool/+download"
129REGEX_pn-intltool-native = "[hH][rR][eE][fF]=\"https://launchpad.net/intltool/trunk/(?P<pver>((\d+[\.\-_]*)+))/\+download/intltool\-(\d+[\.\-_]*)+\.tar\.gz\""
130REGEX_URI_pn-irda-utils = "http://sourceforge.net/projects/irda/files/irda-utils/"
131REGEX_pn-irda-utils = "[hH][rR][eE][fF]=\"/projects/irda/files/irda-utils/(?P<pver>((\d+[\.\-_]*)+))/\""
132REGEX_pn-iputils = "[Hh][Rr][Ee][Ff]=\"iputils\-(?P<pver>(s\d+))\.tar\.bz2\""
133REGEX_URI_pn-jpeg = "http://www.ijg.org/files/"
134REGEX_pn-jpeg = "[hH][rR][eE][fF]=\"jpegsrc.v(?P<pver>((\d+[a-z]*\d*)+))\.tar\.gz""
135REGEX_URI_pn-js = "http://ftp.mozilla.org/pub/mozilla.org/js/"
136REGEX_pn-js = "[hH][rR][eE][fF]=\"js-?(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
137REGEX_URI_pn-json-c = "http://s3.amazonaws.com/json-c_releases/"
138REGEX_pn-json-c = "releases/json-c-(?P<pver>(\d+[\.\-_]*)+).tar.gz"
139REGEX_URI_pn-kconfig-frontends = "http://ymorin.is-a-geek.org/download/kconfig-frontends/"
140REGEX_pn-kconfig-frontends = "[hH][rR][eE][fF]=\'kconfig\-frontends\-(?P<pver>((\d+[\.\-]*)+))\.tar\.xz\'"
141GIT_REGEX_pn-kern-tools-native = "HEEEAD"
142REGEX_URI_pn-lame = "http://sourceforge.net/projects/lame/files/lame/"
143REGEX_pn-lame = "[hH][rR][eE][fF]=\"/projects/lame/files/lame/(?P<pver>((\d+[\.\-_]*)+))/\""
144REGEX_URI_pn-less = "http://www.greenwoodsoftware.com/less/download.html"
145REGEX_pn-less = "[hH][rR][eE][fF]=\"less\-(?P<pver>(\d+))\.tar\.gz\""
146REGEX_URI_pn-liba52 = "http://liba52.sourceforge.net/downloads.html"
147REGEX_pn-liba52 = "[hH][rR][eE][fF]=\"/files/a52\w*\-(?P<pver>((\d+[a-z]?[\.\-_]*)+))\.tar\.gz\""
148REGEX_URI_pn-libacpi = "http://www.ngolde.de/libacpi.html"
149REGEX_URI_pn-libaio = "http://ftp.debian.org/debian/pool/main/liba/libaio/"
150REGEX_pn-libaio = "[hH][rR][eE][fF]=\"libaio_(?P<pver>((\d+[\.\-_]*)+)).orig.tar.gz\""
151REGEX_URI_pn-libarchive = "http://www.libarchive.org/"
152REGEX_pn-libarchive = "[hH][rR][eE][fF]=\"downloads/libarchive\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
153REGEX_URI_pn-libcgroup = "http://sourceforge.net/projects/libcg/files/libcgroup/"
154#REGEX_pn-libcgroup = "[hH][rR][eE][fF]=\"/projects/libcg/files/libcgroup/v?(?P<pver>((\.?\d+[\.\-_]*)+(rc\d?)*)+)/\""
155REGEX_pn-libcgroup = "[hH][rR][eE][fF]=\"/projects/libcg/files/libcgroup/v?(?P<pver>((\.?\d+[\.\-_]*))+)/\""
156REGEX_URI_pn-libcheck = "http://sourceforge.net/projects/check/files/check/"
157REGEX_pn-libcheck = "[hH][rR][eE][fF]=\"/projects/check/files/check/(?P<pver>((\d+[\.\-_]*)+))/\""
158REGEX_URI_pn-libdnet = "http://code.google.com/p/libdnet/downloads/list"
159#REGEX_URI_pn-libevent = "http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/"
160REGEX_URI_pn-libevent = "http://libevent.org/"
161#REGEX_pn-libevent = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/levent/files/libevent/libevent-2.0/libevent-(?P<pver>((\d+[\.\-_]*)+))\-stable\.tar\.gz/download\""
162REGEX_pn-libevent = "[hH][rR][eE][fF]=\"https://github.com/downloads/libevent/libevent/libevent-(?P<pver>((\d+[\.\-_]*)+))\-stable\.tar\.gz\""
163REGEX_URI_pn-libexif = "http://sourceforge.net/projects/libexif/files/libexif/"
164REGEX_pn-libexif = "[hH][rR][eE][fF]=\"/projects/libexif/files/libexif/(?P<pver>((\d+[\.\-_]*)+))/\""
165REGEX_pn-libffi = "[hH][rR][eE][fF]=\"libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
166REGEX_pn-libffi-native = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
167REGEX_pn-nativesdk-libffi = "[hH][rR][eE][fF]=\"ftp://sourceware.org:21/pub/libffi/libffi\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
168REGEX_URI_pn-libfm = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/"
169REGEX_pn-libfm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/pcmanfm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\""
170REGEX_URI_pn-libical = "http://sourceforge.net/projects/libical/files/libical/"
171REGEX_pn-libical = "[hH][rR][eE][fF]=\"/projects/libical/files/libical/libical-(?P<pver>((\d+[\.\-_]*)+))/\""
172REGEX_URI_pn-libid3tag = "http://sourceforge.net/projects/mad/files/libid3tag/"
173REGEX_pn-libid3tag = "[hH][rR][eE][fF]=\"/projects/mad/files/libid3tag/(?P<pver>((\d+[\.\-_]*)+([a-z]?)))/\""
174REGEX_URI_pn-libmad = "http://sourceforge.net/projects/mad/files/libmad/"
175REGEX_pn-libmad = "[hH][rR][eE][fF]=\"/projects/mad/files/libmad/(?P<pver>((\d+[\.\-_]*)+([a-z]?)))/\""
176REGEX_URI_pn-libogg = "http://downloads.xiph.org/releases/ogg/"
177REGEX_pn-libogg = "[hH][rR][eE][fF]=\"libogg\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
178REGEX_URI_pn-libmpc = "http://www.multiprecision.org/index.php?prog=mpc&page=download"
179REGEX_URI_pn-libomxil = "http://sourceforge.net/projects/omxil/files/omxil/"
180REGEX_pn-libomxil = "[hH][rR][eE][fF]=\"/projects/omxil/files/omxil/Bellagio.20(?P<pver>((\d+[\.\-_]*)+))/\""
181REGEX_URI_pn-libpcap = "http://www.tcpdump.org/release/"
182REGEX_pn-libpcap = "[hH][rR][eE][fF]=\"libpcap-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\""
183REGEX_URI_pn-libpcre = "http://sourceforge.net/projects/pcre/files/pcre/"
184REGEX_pn-libpcre = "[hH][rR][eE][fF]=\"/projects/pcre/files/pcre/(?P<pver>((\d+[\.\-_]*)+))/\""
185REGEX_URI_pn-libpcre-native = "http://sourceforge.net/projects/pcre/files/pcre/"
186REGEX_pn-libpcre-native = "[hH][rR][eE][fF]=\"/projects/pcre/files/pcre/(?P<pver>((\d+[\.\-_]*)+))/\""
187REGEX_URI_pn-libpfm4 = "http://sourceforge.net/projects/perfmon2/files/libpfm4/"
188REGEX_URI_pn-libpng = "http://sourceforge.net/projects/libpng/files/"
189REGEX_pn-libpng = "[hH][rR][eE][fF]=\"/projects/libpng/files/latest/download\?source=files\" title=\"/libpng\d+(/(\d+\.?)+/)?libpng-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"
190REGEX_URI_pn-libpng-native = "ftp://ftp.simplesystems.org/pub/libpng/png/src/"
191REGEX_pn-libpng-native = "[hH][rR][eE][fF]=\"ftp://ftp.simplesystems.org:21/pub/libpng/png/src/libpng-(?P<pver>((\d+[\.\-_]*)+)).tar.gz""
192REGEX_URI_pn-libpng12 = "http://sourceforge.net/projects/libpng/files/libpng12/"
193REGEX_pn-libpng12 = "[hH][rR][eE][fF]=\"/projects/libpng/files/libpng12/(?P<pver>((\d+[\.\-_]*)+))/\""
194REGEX_URI_pn-libproxy = "http://code.google.com/p/libproxy/downloads/list"
195REGEX_pn-libtheora = "[Hh][Rr][Ee][Ff]=\"libtheora\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
196REGEX_URI_pn-libsamplerate0 = "http://www.mega-nerd.com/SRC/download.html"
197REGEX_pn-libsamplerate0 = "[hH][rR][eE][fF]=\"libsamplerate\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
198REGEX_URI_pn-libtirpc = "http://sourceforge.net/projects/libtirpc/files/libtirpc/"
199REGEX_pn-libtirpc = "[hH][rR][eE][fF]=\"/projects/libtirpc/files/libtirpc/(?P<pver>((\d+[\.\-_]*)+))/\""
200REGEX_URI_pn-libusb-compat = "http://sourceforge.net/projects/libusb/files/libusb-compat-0.1/"
201REGEX_pn-libusb-compat = "[hH][rR][eE][fF]=\"/projects/libusb/files/libusb-compat-0.1/libusb-compat-(?P<pver>((\d+[\.\-_]*)+))/""
202REGEX_URI_pn-libusb1 = "http://sourceforge.net/projects/libusb/files/libusb-1.0/"
203REGEX_pn-libusb1 = "[hH][rR][eE][fF]=\"/projects/libusb/files/libusb-1.0/libusb-(?P<pver>((\d+[\.\-_]*)+))/""
204REGEX_URI_pn-libvorbis = "http://downloads.xiph.org/releases/vorbis/"
205REGEX_pn-libvorbis = "[hH][rR][eE][fF]=\"libvorbis-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
206REGEX_pn-libxslt = "[Hh][Rr][Ee][Ff]=\"libxslt\-(?P<pver>((\d+\.*)+))\.tar\.gz\""
207REGEX_pn-linux-libc-headers-yocto = "v((?P<pver>((\d+[\.\-_]*)+)))"
208REGEX_URI_pn-lrzsz = "http://ohse.de/uwe/software/lrzsz.html"
209REGEX_URI_pn-lsb = "http://sourceforge.net/projects/lsb/files/lsb_release/"
210REGEX_pn-lsb = "[hH][rR][eE][fF]=\"/projects/lsb/files/lsb_release/(?P<pver>((\d+[\.\-_]*)+))/\""
211REGEX_URI_pn-lsbinitscripts = "http://pkgs.fedoraproject.org/repo/pkgs/initscripts/"
212REGEX_pn-lsbinitscripts = "[hH][rR][eE][fF]=\"initscripts\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/\""
213REGEX_URI_pn-ltp = "http://sourceforge.net/projects/ltp/files/LTP%20Source"
214REGEX_pn-ltp = "[hH][rR][eE][fF]=\"/projects/ltp/files/LTP%20Source/ltp\-(?P<pver>(\d+))/\""
215REGEX_URI_pn-lzop = "http://www.lzop.org/download/"
216REGEX_pn-lzop = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
217REGEX_URI_pn-lzop-native = "http://www.lzop.org/download/"
218REGEX_pn-lzop-native = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
219REGEX_URI_pn-nativesdk-lzop = "http://www.lzop.org/download/"
220REGEX_pn-nativesdk-lzop = "[hH][rR][eE][fF]=\"lzop\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
221REGEX_URI_pn-mailx = "http://sourceforge.net/projects/heirloom/files/heirloom-mailx/"
222REGEX_pn-mailx = "[hH][rR][eE][fF]=\"/projects/heirloom/files/heirloom-mailx/(?P<pver>((\d+[\.]*)+))/\""
223REGEX_URI_pn-memcached = "http://code.google.com/p/memcached/downloads/list"
224REGEX_URI_pn-menu-cache = "http://sourceforge.net/projects/lxde/files/menu-cache/"
225REGEX_pn-menu-cache = "[hH][rR][eE][fF]=\"/projects/lxde/files/menu\-cache/menu-cache%20(?P<pver>((\d+[\.\-_]*)+))/\""
226REGEX_pn-mesa = "[hH][rR][eE][fF]=\"MesaLib-(?P<pver>((\d+[\.\-_]*)+))(\-rc\d+)*.tar.gz\""
227REGEX_URI_pn-mesa-glsl-native = "ftp://ftp.freedesktop.org/pub/mesa/"
228REGEX_pn-mesa-glsl-native = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P<pver>((\d+[\.\-_]*)+))/\""
229REGEX_URI_pn-minicom = "https://alioth.debian.org/frs/?group_id=30018"
230REGEX_pn-minicom = "[hH][rR][eE][fF]=\"/frs/download.php/file/\d+/minicom\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
231REGEX_URI_pn-mingetty = "http://sourceforge.net/projects/mingetty/files/mingetty"
232REGEX_pn-mingetty = "[hH][rR][eE][fF]=\"/projects/mingetty/files/mingetty/(?P<pver>((\d+[\.\-_]*)+))/\""
233REGEX_URI_pn-mpeg2dec = "http://libmpeg2.sourceforge.net/downloads.html"
234REGEX_pn-mpeg2dec = "[hH][rR][eE][fF]=\"/files/mpeg2dec-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\""
235REGEX_URI_pn-mpfr = "http://ftp.gnu.org/gnu/mpfr/"
236REGEX_pn-mpfr = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz""
237REGEX_URI_pn-mpfr-native = "http://ftp.gnu.org/gnu/mpfr/"
238REGEX_pn-mpfr-native = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\""
239REGEX_URI_pn-msmtp = "http://sourceforge.net/projects/msmtp/files/msmtp/"
240REGEX_pn-msmtp = "[hH][rR][eE][fF]=\"/projects/msmtp/files/msmtp/(?P<pver>((\d+[\.\-_]*)+))/\""
241REGEX_URI_pn-nativesdk-mpfr = "http://ftp.gnu.org/gnu/mpfr/"
242REGEX_pn-nativesdk-mpfr = "[hH][rR][eE][fF]=\"mpfr-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\""
243REGEX_URI_pn-net-snmp = "http://sourceforge.net/projects/net-snmp/files/net-snmp/"
244REGEX_pn-net-snmp = "[hH][rR][eE][fF]=\"/projects/net-snmp/files/net-snmp/(?P<pver>((\d+[\.\-_]*)+))/\""
245REGEX_URI_pn-netcat = "http://sourceforge.net/projects/netcat/files/netcat/"
246REGEX_pn-netcat = "[hH][rR][eE][fF]=\"/projects/netcat/files/netcat/(?P<pver>((\d+[\.\-_]*)+))/\""
247REGEX_URI_pn-nfs-utils = "http://sourceforge.net/projects/nfs/files/nfs-utils/"
248REGEX_pn-nfs-utils = "[hH][rR][eE][fF]=\"/projects/nfs/files/nfs-utils/(?P<pver>((\d+[\.\-_]*)+))/\""
249REGEX_URI_pn-ocf-linux = "http://sourceforge.net/projects/ocf-linux/files/ocf-linux/"
250REGEX_pn-ocf-linux = "[hH][rR][eE][fF]=\"/projects/ocf-linux/files/ocf-linux/(?P<pver>((\d+[\.\-_]*)+))/\""
251REGEX_URI_pn-openjade-native = "http://sourceforge.net/projects/openjade/files/openjade/"
252REGEX_pn-openjade-native = "[hH][rR][eE][fF]=\"/projects/openjade/files/openjade/(?P<pver>((\d+[\.\-_]*)+))/\""
253REGEX_URI_pn-opensp = "http://sourceforge.net/projects/openjade/files/opensp/"
254REGEX_pn-opensp = "[hH][rR][eE][fF]=\"/projects/openjade/files/opensp/(?P<pver>((\d+[\.\-_]*)+))/\""
255REGEX_URI_pn-opensp-native = "http://sourceforge.net/projects/openjade/files/opensp/"
256REGEX_pn-opensp-native = "[hH][rR][eE][fF]=\"/projects/openjade/files/opensp/(?P<pver>((\d+[\.\-_]*)+))/\""
257REGEX_URI_pn-opkg = "http://code.google.com/p/opkg/downloads/list"
258REGEX_URI_pn-oprofile = "http://sourceforge.net/projects/oprofile/files/oprofile/"
259REGEX_pn-oprofile = "[hH][rR][eE][fF]=\"/projects/oprofile/files/oprofile/oprofile-(?P<pver>((\d+[\.\-_]*)+))/\""
260REGEX_URI_pn-ossp-uuid = "http://code.google.com/p/gnome-build-stage-1/downloads/list"
261REGEX_URI_pn-pcmanfm = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/"
262REGEX_pn-pcmanfm = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/pcmanfm/files/PCManFM.20.2B.20Libfm.20.28tarball.20release.29/PCManFM/pcmanfm-(?P<pver>((\d+[\.\-_]*)+)).tar.gz/download\""
263REGEX_URI_pn-procps = "http://procps.sourceforge.net/download.html"
264REGEX_pn-procps = "[hH][rR][eE][fF]=\"procps\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
265REGEX_URI_pn-powertop = "https://01.org/powertop/downloads"
266REGEX_URI_pn-pptp-linux = "http://sourceforge.net/projects/pptpclient/files/pptp/"
267REGEX_pn-pptp-linux = "[hH][rR][eE][fF]=\"/projects/pptpclient/files/pptp/pptp-(?P<pver>((\d+[\.\-_]*)+))/\""
268GIT_REGEX_pn-prelink = "cross_prelink"
269REGEX_pn-prelink = "(?P<pver>cross_prelink)"
270REGEX_URI_pn-psmisc = "http://sourceforge.net/projects/psmisc/files/psmisc/"
271REGEX_pn-psmisc = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/psmisc/files/psmisc/psmisc\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz/download\""
272REGEX_URI_pn-ptpd = "http://sourceforge.net/projects/ptpd/files/ptpd/"
273REGEX_pn-ptpd = "[hH][rR][eE][fF]=\"/projects/ptpd/files/ptpd/(?P<pver>((\d+[\.\-_]*)+))/stats/timeline\""
274REGEX_URI_pn-python-argparse = "https://code.google.com/p/argparse/downloads/list"
275REGEX_URI_pn-python-docutils = "http://sourceforge.net/projects/docutils/files/docutils/"
276REGEX_pn-python-docutils = "[hH][rR][eE][fF]=\"/projects/docutils/files/docutils/(?P<pver>((\d+[\.\-_]*)+)).*/\""
277REGEX_URI_pn-python-numpy = "http://sourceforge.net/projects/numpy/files/NumPy/"
278REGEX_pn-python-numpy = "[hH][rR][eE][fF]=\"/projects/numpy/files/latest/download\?source=files\" title=\"/NumPy/(\d+\.?)+/numpy-(?P<pver>((\d+[\.\-_]*)+)).tar.gz"
279REGEX_URI_pn-python-pycurl = "http://pycurl.sourceforge.net/download/"
280REGEX_pn-python-pycurl = "[hH][rR][eE][fF]=\"pycurl-(?P<pver>((\d+[\.\-_]*)+)).tar.gz\""
281REGEX_URI_pn-python-scons = "http://sourceforge.net/projects/scons/files/scons/"
282REGEX_pn-python-scons = "[hH][rR][eE][fF]=\"/projects/scons/files/scons/(?P<pver>((\d+[\.\-_]*)+)).*/\""
283REGEX_URI_pn-python-scons-native = "http://sourceforge.net/projects/scons/files/scons/"
284REGEX_pn-python-scons-native = "[hH][rR][eE][fF]=\"/projects/scons/files/scons/(?P<pver>((\d+[\.\-_]*)+)).*/\""
285REGEX_pn-python-setuptools = "[hH][rR][eE][fF]=\"setuptools\-(?P<pver>((\d+([a-z]\d+)?[\.\-_]*)+))\.(tar\.gz|\.zip)\""
286REGEX_URI_pn-quota = "http://sourceforge.net/projects/linuxquota/files/quota-tools/"
287REGEX_pn-quota = "[hH][rR][eE][fF]=\"/projects/linuxquota/files/quota-tools/(?P<pver>((\d+[\.\-_]*)+([-\w\d]+)))/\""
288REGEX_pn-remake = "(?P<pver>(\d+\.(\d+\.)*\d*(\+dbg\-\d+(\.\d+)*)*))"
289REGEX_URI_pn-rpcbind = "http://sourceforge.net/projects/rpcbind/files/rpcbind/"
290REGEX_pn-rpcbind = "[hH][rR][eE][fF]=\"/projects/rpcbind/files/rpcbind/(?P<pver>((\d+[\.\-_]*)+))/\""
291REGEX_pn-rpm = "[hH][rR][eE][fF]=\"rpm\-(?P<pver>((\d+[\.\-_]*)+)\-(\d+[\.]*)+)\.src\.rpm\""
292REGEX_pn-rpm-native = "[hH][rR][eE][fF]=\"rpm\-(?P<pver>((\d+[\.\-_]*)+)\-(\d+[\.]*)+)\.src\.rpm\""
293REGEX_URI_pn-setserial = "http://sourceforge.net/projects/setserial/files/setserial/"
294REGEX_pn-setserial = "[hH][rR][eE][fF]=\"/projects/setserial/files/setserial/(?P<pver>((\d+[\.\-_]*)+))/\""
295REGEX_pn-shared-mime-info = "[hH][rR][eE][fF]=\"shared\-mime\-info\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.(bz2|gz|xz)\""
296REGEX_pn-shared-mime-info-native = "[hH][rR][eE][fF]=\"shared\-mime\-info\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.(bz2|gz|xz)\""
297REGEX_URI_pn-socat = "http://www.dest-unreach.org/socat/download/"
298REGEX_pn-socat = "[hH][rR][eE][fF]=\"socat\-(?P<pver>((\d+[\.\-]*)+))\.tar\.bz2\""
299REGEX_URI_pn-speex = "http://downloads.us.xiph.org/releases/speex/"
300REGEX_pn-speex = "[hH][rR][eE][fF]=\"speex\-(?P<pver>((\d+\.*)+))\.tar\.gz\""
301REGEX_URI_pn-sqlite3 = "http://www.sqlite.org/download.html"
302REGEX_pn-sqlite3 = "sqlite-autoconf-(?P<pver>(\d+)).tar.gz"
303REGEX_URI_pn-sqlite3-native = "http://www.sqlite.org/download.html"
304REGEX_pn-sqlite3-native = "[hH][rR][eE][fF]=\"/sqlite-autoconf-(?P<pver>(\d+)).tar.gz\""
305REGEX_URI_pn-nativesdk-sqlite3 = "http://www.sqlite.org/download.html"
306REGEX_pn-nativesdk-sqlite3 = "[hH][rR][eE][fF]=\"/sqlite-autoconf-(?P<pver>(\d+)).tar.gz\""
307REGEX_URI_pn-squashfs-tools = "http://sourceforge.net/projects/squashfs/files/squashfs/"
308REGEX_pn-squashfs-tools = "[hH][rR][eE][fF]=\"/projects/squashfs/files/squashfs/squashfs(?P<pver>((\d+[\.\-_]*)+)).*/\""
309REGEX_URI_pn-strace = "http://sourceforge.net/projects/strace/files/strace/"
310REGEX_pn-strace = "[hH][rR][eE][fF]=\"/projects/strace/files/strace/(?P<pver>((\d+[\.\-_]*)+))/\""
311REGEX_URI_pn-strace-native = "http://sourceforge.net/projects/strace/files/strace/"
312REGEX_pn-strace-native = "[hH][rR][eE][fF]=\"/projects/strace/files/strace/(?P<pver>((\d+[\.\-_]*)+))/\""
313REGEX_URI_pn-stunnel = "http://www.stunnel.org/downloads.html"
314REGEX_pn-stunnel = "[hH][rR][eE][fF]=\"downloads/stunnel-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
315REGEX_URI_pn-sysfsutils = "http://sourceforge.net/projects/linux-diag/files/sysfsutils/"
316REGEX_pn-sysfsutils = "[hH][rR][eE][fF]=\"/projects/linux-diag/files/sysfsutils/(?P<pver>((\d+[\.\-_]*)+))/\""
317REGEX_URI_pn-sysstat = "http://sebastien.godard.pagesperso-orange.fr/download.html"
318REGEX_pn-sysstat = "[hH][rR][eE][fF]=\"http://pagesperso-orange.fr/sebastien.godard/sysstat\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
319REGEX_URI_pn-taglib = "http://github.com/taglib/taglib/releases/"
320REGEX_URI_pn-tcl = "http://sourceforge.net/projects/tcl/files/Tcl/"
321REGEX_pn-tcl = "[hH][rR][eE][fF]=\"/projects/tcl/files/Tcl/(?P<pver>((\d+(b\d+)?[\.\-_]*)+))/\""
322REGEX_URI_pn-tcl-native = "http://sourceforge.net/projects/tcl/files/Tcl/"
323REGEX_pn-tcl-native = "[hH][rR][eE][fF]=\"/projects/tcl/files/Tcl/(?P<pver>((\d+(b\d+)?[\.\-_]*)+))/\""
324REGEX_URI_pn-tcpreplay = "http://sourceforge.net/projects/tcpreplay/files/tcpreplay/"
325REGEX_pn-tcpreplay = "[hH][rR][eE][fF]=\"/projects/tcpreplay/files/tcpreplay/(?P<pver>((\d+[\.\-_]*)+))/\""
326REGEX_URI_pn-tiff-native = "ftp://ftp.remotesensing.org/pub/libtiff/"
327REGEX_pn-tiff-native = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
328REGEX_URI_pn-tslib = "http://sourceforge.net/projects/tslib.berlios/files/"
329REGEX_URI_pn-traceroute = "http://sourceforge.net/projects/traceroute/files/traceroute/"
330REGEX_pn-traceroute = "[hH][rR][eE][fF]=\"/projects/traceroute/files/traceroute/traceroute-(?P<pver>((\d+[\.\-_]*)+))/\""
331REGEX_pn-tslib = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/tslib.berlios/files/tslib\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/download\""
332REGEX_URI_pn-tunctl = "http://sourceforge.net/projects/tunctl/files/tunctl/"
333REGEX_pn-tunctl = "[hH][rR][eE][fF]=\"/projects/tunctl/files/tunctl/(?P<pver>((\d+[\.\-_]*)+))/\""
334REGEX_pn-tzdata = "[hH][rR][eE][fF]=\"tzdata(?P<pver>((\d+[a-z])+))\.tar\.gz\""
335REGEX_URI_pn-unzip = "http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/"
336REGEX_pn-unzip = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip(?P<pver>(\d+))\.tar\.gz/download\""
337PRSPV_pn-unzip = "${@d.getVar('PV',1).replace('.','')}"
338REGEX_URI_pn-unzip-native = "http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/"
339REGEX_pn-unzip-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip(?P<pver>(\d+))\.tar\.gz/download\""
340PRSPV_pn-unzip-native = "${@d.getVar('PV',1).replace('.','')}"
341#REGEX_URI_pn-v86d = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/"
342REGEX_pn-v86d = "[hH][rR][eE][fF]=\"v86d\-(?P<pver>((\d+[\.]*)+))\.tar\.bz2\""
343REGEX_URI_pn-vblade = "http://sourceforge.net/projects/aoetools/files/vblade/"
344REGEX_pn-vblade = "[hH][rR][eE][fF]=\"/projects/aoetools/files/vblade/vblade-(?P<pver>((\d+[\.\-_]*)+))\.tgz/stats/timeline\""
345REGEX_URI_pn-vsftpd = "https://security.appspot.com/vsftpd.html"
346REGEX_pn-vsftpd = "[hH][rR][eE][fF]=\"https://security.appspot.com/downloads/vsftpd-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\""
347REGEX_URI_pn-watchdog = "http://sourceforge.net/projects/watchdog/files/watchdog/"
348REGEX_pn-watchdog = "[hH][rR][eE][fF]=\"/projects/watchdog/files/watchdog/(?P<pver>((\d+[\.\-_]*)+))/\""
349REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
350REGEX_pn-wireless-tools = "[hH][rR][eE][fF]=\"wireless_tools\.(?P<pver>(\d+))\.tar\.gz\""
351REGEX_URI_pn-x11vnc = "http://sourceforge.net/projects/libvncserver/files/x11vnc/"
352REGEX_pn-x11vnc = "[hH][rR][eE][fF]=\"/projects/libvncserver/files/x11vnc/(?P<pver>((\d+[\.\-_]*)+))/\""
353REGEX_pn-xdg-utils = "[hH][rR][eE][fF]=\"xdg\-utils\-(?P<pver>((\d+[\.\-_]*)+))\.(tar\.gz|tgz)\""
354REGEX_pn-xf86-video-omap = "(?P<pver>(\d+\.(\d\.?)*))"
355REGEX_URI_pn-zip = "http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/"
356REGEX_pn-zip = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/zip(?P<pver>(\d+))\.tar\.gz/download\""
357PRSPV_pn-zip = "${@d.getVar('PV',1).replace('.','')}"
358REGEX_URI_pn-zip-native = "http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/"
359REGEX_pn-zip-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/zip(?P<pver>(\d+))\.tar\.gz/download\""
360PRSPV_pn-zip-native = "${@d.getVar('PV',1).replace('.','')}"
361REGEX_URI_pn-zisofs-tools-native ="http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/"
362
363# Regex used to parse tags and extract version
364GITTAGREGEX_pn-build-appliance-image = "(?P<pver>(([0-9][\.|_]?)+[0-9]))"
365GITTAGREGEX_pn-chkconfig-alternatives-native = "chkconfig\-(?P<pver>((\d+[\.\-_]*)+))"
366GITTAGREGEX_pn-remake = "(?P<pver>(\d+\.(\d+\.)*\d*(\+dbg\d+(\.\d+)*)*))"
367GITTAGREGEX_pn-xf86-video-omap = "(?P<pver>(\d+\.(\d\.?)*))"
diff --git a/meta-yocto/conf/distro/include/poky-floating-revisions.inc b/meta-yocto/conf/distro/include/poky-floating-revisions.inc
new file mode 100644
index 0000000000..5b8c3a0ea8
--- /dev/null
+++ b/meta-yocto/conf/distro/include/poky-floating-revisions.inc
@@ -0,0 +1,74 @@
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}"
10SRCREV_pn-gconf-dbus ?= "${AUTOREV}"
11SRCREV_pn-matchbox-common ?= "${AUTOREV}"
12SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}"
13SRCREV_pn-matchbox-desktop ?= "${AUTOREV}"
14SRCREV_pn-matchbox-keyboard ?= "${AUTOREV}"
15SRCREV_pn-matchbox-panel ?= "${AUTOREV}"
16SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}"
17SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}"
18SRCREV_pn-matchbox-terminal ?= "${AUTOREV}"
19SRCREV_pn-matchbox-wm ?= "${AUTOREV}"
20SRCREV_pn-matchbox-wm-2 ?= "${AUTOREV}"
21SRCREV_pn-settings-daemon ?= "${AUTOREV}"
22SRCREV_pn-screenshot ?= "${AUTOREV}"
23SRCREV_pn-libfakekey ?= "${AUTOREV}"
24SRCREV_pn-oprofileui ?= "${AUTOREV}"
25SRCREV_pn-zaurusd ?= "${AUTOREV}"
26SRCREV_pn-libowl-av ?= "${AUTOREV}"
27SRCREV_pn-owl-video ?= "${AUTOREV}"
28SRCREV_pn-psplash ?= "${AUTOREV}"
29SRCREV_pn-exmap-console ?= "${AUTOREV}"
30SRCREV_pn-gtk-sato-engine ?= "${AUTOREV}"
31SRCREV_pn-matchbox-theme-sato ?= "${AUTOREV}"
32SRCREV_pn-matchbox-theme-sato-2 ?= "${AUTOREV}"
33SRCREV_pn-sato-icon-theme ?= "${AUTOREV}"
34SRCREV_pn-matchbox-desktop-sato ?= "${AUTOREV}"
35SRCREV_pn-oh-puzzles ?= "${AUTOREV}"
36SRCREV_pn-libowl ?= "${AUTOREV}"
37SRCREV_pn-matchbox-applet-light ?= "${AUTOREV}"
38SRCREV_pn-fstests ?= "${AUTOREV}"
39SRCREV_pn-xvideo-tests ?= "${AUTOREV}"
40SRCREV_pn-clutter ?= "${AUTOREV}"
41SRCREV_pn-clutter-gst ?= "${AUTOREV}"
42SRCREV_pn-gaku ?= "${AUTOREV}"
43SRCREV_pn-gypsy ?= "${AUTOREV}"
44#SRCREV_pn-webkit-gtk ?= "${AUTOREV}"
45SRCREV_pn-aaina ?= "${AUTOREV}"
46SRCREV_pn-clutter-cairo ?= "${AUTOREV}"
47SRCREV_pn-table ?= "${AUTOREV}"
48SRCREV_pn-libmatchbox ?= "${AUTOREV}"
49SRCREV_pn-tasks ?= "${AUTOREV}"
50SRCREV_pn-ofono ?= "${AUTOREV}"
51
52SRCREV_pn-dri2proto = "${AUTOREV}"
53#PREFERRED_VERSION_dri2proto ?= "1.99.1+git%"
54SRCREV_pn-libdrm = "${AUTOREV}"
55#PREFERRED_VERSION_libdrm ?= "2.4.0+git%"
56SRCREV_pn-libxcb = "${AUTOREV}"
57#PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr%"
58SRCREV_pn-lib-proto = "${AUTOREV}"
59#PREFERRED_VERSION_xcb-proto ?= "1.2+gitr%"
60SRCREV_pn-libxcb-sdk = "${AUTOREV}"
61#PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr%"
62SRCREV_pn-xf86-input-evdev = "${AUTOREV}"
63#PREFERRED_VERSION_xf86-input-evdev ?= "2.0.4"
64SRCREV_pn-xf86-input-mouse = "${AUTOREV}"
65#PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git%"
66SRCREV_pn-xf86-input-keyboard = "${AUTOREV}"
67#PREFERRED_VERSION_xf86-input-keyboard ?= "1.3.1+git%"
68SRCREV_pn-xf86-input-synaptics = "${AUTOREV}"
69#PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git%"
70
71#SRCDATE_oprofile ?= "${DATE}"
72
73PREFERRED_VERSION_oprofile ?= "0.9.4+cvs${SRCDATE_oprofile}"
74
diff --git a/meta-yocto/conf/distro/include/recipe_color.inc b/meta-yocto/conf/distro/include/recipe_color.inc
new file mode 100644
index 0000000000..7e5050059c
--- /dev/null
+++ b/meta-yocto/conf/distro/include/recipe_color.inc
@@ -0,0 +1,437 @@
1# This is a "burndown" list of recipes that need to be reviewed
2# and corrected based on their color they may have some issues.
3# If a recipe is fixed and OK, then its entry can be removed.
4#
5# The format is as a bitbake variable override for each recipe
6#
7# RECIPE_COLOR_pn-<recipe name> = "yellow|red"
8# yellow - recipe needs review and might have issues
9# including verification of dependencies
10# red - recipe has some known issue that needs correction
11# but does not prevent the build
12#
13# Please keep this list in alphabetical order.
14#
15
16# Default for all recipes not specified here
17RECIPE_COLOR = "green"
18
19RECIPE_COLOR_pn-aaina = "red"
20RECIPE_COLOR_pn-abiword-embedded = "red"
21RECIPE_COLOR_pn-acl = "yellow"
22RECIPE_COLOR_pn-apmd = "yellow"
23RECIPE_COLOR_pn-apt = "red"
24RECIPE_COLOR_pn-aspell = "red"
25RECIPE_COLOR_pn-at = "yellow"
26RECIPE_COLOR_pn-atk = "yellow"
27RECIPE_COLOR_pn-attr = "yellow"
28RECIPE_COLOR_pn-autoconf="red"
29RECIPE_COLOR_pn-avahi = "yellow"
30RECIPE_COLOR_pn-avahi-ui = "yellow"
31RECIPE_COLOR_pn-base-files = "yellow"
32RECIPE_COLOR_pn-base-passwd = "yellow"
33RECIPE_COLOR_pn-bash = "yellow"
34RECIPE_COLOR_pn-bc = "yellow"
35RECIPE_COLOR_pn-blktool = "yellow"
36RECIPE_COLOR_pn-blktrace = "red"
37RECIPE_COLOR_pn-bluez-dtl1-workaround="yellow"
38RECIPE_COLOR_pn-boost = "yellow"
39RECIPE_COLOR_pn-busybox = "yellow"
40RECIPE_COLOR_pn-bzip2 = "yellow"
41RECIPE_COLOR_pn-calibrateproto = "yellow"
42RECIPE_COLOR_pn-cdrtools = "yellow"
43RECIPE_COLOR_pn-chrpath = "yellow"
44RECIPE_COLOR_pn-claws-mail = "red"
45RECIPE_COLOR_pn-claws-plugin-gtkhtml2-viewer = "red"
46RECIPE_COLOR_pn-claws-plugin-maildir = "red"
47RECIPE_COLOR_pn-claws-plugin-mailmbox = "red"
48RECIPE_COLOR_pn-claws-plugin-rssyl = "red"
49RECIPE_COLOR_pn-clipboard-manager = "red"
50RECIPE_COLOR_pn-clutter-gst-1.8 = "red"
51RECIPE_COLOR_pn-clutter-gtk-1.8 = "red"
52RECIPE_COLOR_pn-compositeproto = "yellow"
53RECIPE_COLOR_pn-console-tools = "red"
54RECIPE_COLOR_pn-core-image-clutter = "red"
55RECIPE_COLOR_pn-cpio = "yellow"
56RECIPE_COLOR_pn-cronie = "yellow"
57RECIPE_COLOR_pn-cross-localedef = "red"
58RECIPE_COLOR_pn-cups = "red"
59RECIPE_COLOR_pn-curl = "yellow"
60RECIPE_COLOR_pn-cwautomacros = "yellow"
61RECIPE_COLOR_pn-damageproto = "yellow"
62RECIPE_COLOR_pn-db = "yellow"
63RECIPE_COLOR_pn-dbus-glib = "yellow"
64RECIPE_COLOR_pn-dbus-wait = "yellow"
65RECIPE_COLOR_pn-desktop-file-utils-native = "red"
66RECIPE_COLOR_pn-dmxproto = "yellow"
67RECIPE_COLOR_pn-docbook-dsssl-stylesheet = "yellow"
68RECIPE_COLOR_pn-docbook-sgml-dtd = "yellow"
69RECIPE_COLOR_pn-docbook-utils = "yellow"
70RECIPE_COLOR_pn-dosfstools = "yellow"
71RECIPE_COLOR_pn-dri2proto = "yellow"
72RECIPE_COLOR_pn-dropbear = "yellow"
73RECIPE_COLOR_pn-dtc = "red"
74RECIPE_COLOR_pn-e2fsprogs = "yellow"
75RECIPE_COLOR_pn-ed = "yellow"
76RECIPE_COLOR_pn-eggdbus = "yellow"
77RECIPE_COLOR_pn-empathy = "red"
78RECIPE_COLOR_pn-encodings = "yellow"
79RECIPE_COLOR_pn-epdfview = "red"
80RECIPE_COLOR_pn-expat = "yellow"
81RECIPE_COLOR_pn-farsight2 = "red"
82RECIPE_COLOR_pn-findutils = "yellow"
83RECIPE_COLOR_pn-fixesproto = "yellow"
84RECIPE_COLOR_pn-font-alias = "yellow"
85RECIPE_COLOR_pn-fontcacheproto = "yellow"
86RECIPE_COLOR_pn-fontconfig = "yellow"
87RECIPE_COLOR_pn-fontsproto = "yellow"
88RECIPE_COLOR_pn-font-util = "yellow"
89RECIPE_COLOR_pn-formfactor = "yellow"
90RECIPE_COLOR_pn-freetype = "yellow"
91RECIPE_COLOR_pn-fuse = "red"
92RECIPE_COLOR_pn-galago-daemon = "yellow"
93RECIPE_COLOR_pn-gawk = "red"
94RECIPE_COLOR_pn-gcalctool = "red"
95RECIPE_COLOR_pn-gccmakedep = "yellow"
96RECIPE_COLOR_pn-gconf-dbus = "yellow"
97RECIPE_COLOR_pn-gdk-pixbuf-csource-native = "yellow"
98RECIPE_COLOR_pn-genext2fs = "yellow"
99RECIPE_COLOR_pn-ghostscript = "red"
100RECIPE_COLOR_pn-glib-2.0 = "yellow"
101RECIPE_COLOR_pn-glibc = "yellow"
102RECIPE_COLOR_pn-glproto = "yellow"
103RECIPE_COLOR_pn-gnome-common = "yellow"
104RECIPE_COLOR_pn-gnome-doc-utils = "yellow"
105RECIPE_COLOR_pn-gnome-keyring = "yellow"
106RECIPE_COLOR_pn-gnome-mime-data = "yellow"
107RECIPE_COLOR_pn-gnome-settings-daemon = "red"
108RECIPE_COLOR_pn-gnome-terminal = "red"
109RECIPE_COLOR_pn-gnome-vfs = "yellow"
110RECIPE_COLOR_pn-gnutls = "yellow"
111RECIPE_COLOR_pn-gobject-introspection = "yellow"
112RECIPE_COLOR_pn-gperf = "yellow"
113RECIPE_COLOR_pn-gpgme = "yellow"
114RECIPE_COLOR_pn-grep = "yellow"
115RECIPE_COLOR_pn-groff = "red"
116RECIPE_COLOR_pn-gtk+ = "yellow"
117RECIPE_COLOR_pn-gtk-doc = "red"
118RECIPE_COLOR_pn-gtk-sato-engine = "yellow"
119RECIPE_COLOR_pn-gtk-theme-torturer = "red"
120RECIPE_COLOR_pn-guilt-native = "red"
121RECIPE_COLOR_pn-gzip = "yellow"
122RECIPE_COLOR_pn-hal = "yellow"
123RECIPE_COLOR_pn-hal-info = "yellow"
124RECIPE_COLOR_pn-hdparm = "red"
125RECIPE_COLOR_pn-hicolor-icon-theme = "yellow"
126RECIPE_COLOR_pn-hostap-conf = "red"
127RECIPE_COLOR_pn-hostap-utils="yellow"
128RECIPE_COLOR_pn-icon-naming-utils = "red"
129RECIPE_COLOR_pn-icu = "yellow"
130RECIPE_COLOR_pn-initramfs-boot = "yellow"
131RECIPE_COLOR_pn-initramfs-live-boot = "yellow"
132RECIPE_COLOR_pn-initramfs-live-install = "yellow"
133RECIPE_COLOR_pn-initscripts = "yellow"
134RECIPE_COLOR_pn-inputproto = "yellow"
135RECIPE_COLOR_pn-insserv = "yellow"
136RECIPE_COLOR_pn-iproute2 = "yellow"
137RECIPE_COLOR_pn-iputils="red"
138RECIPE_COLOR_pn-iso-codes = "red"
139RECIPE_COLOR_pn-jpeg = "yellow"
140RECIPE_COLOR_pn-js = "yellow"
141RECIPE_COLOR_pn-kbproto = "yellow"
142RECIPE_COLOR_pn-kern-tools-native = "red"
143RECIPE_COLOR_pn-keymaps = "yellow"
144RECIPE_COLOR_pn-kf = "red"
145RECIPE_COLOR_pn-latencytop = "yellow"
146RECIPE_COLOR_pn-ldconfig-native = "red"
147RECIPE_COLOR_pn-leafpad = "yellow"
148RECIPE_COLOR_pn-liba52="yellow"
149RECIPE_COLOR_pn-libacpi = "red"
150RECIPE_COLOR_pn-libart-lgpl = "yellow"
151RECIPE_COLOR_pn-libassuan = "yellow"
152RECIPE_COLOR_pn-libatomics-ops = "yellow"
153RECIPE_COLOR_pn-libcap = "yellow"
154RECIPE_COLOR_pn-libcroco = "yellow"
155RECIPE_COLOR_pn-libdaemon = "yellow"
156RECIPE_COLOR_pn-libdmx = "yellow"
157RECIPE_COLOR_pn-liberation-fonts = "yellow"
158RECIPE_COLOR_pn-libetpan = "red"
159RECIPE_COLOR_pn-libfakekey = "yellow"
160RECIPE_COLOR_pn-libffi = "red"
161RECIPE_COLOR_pn-libfm = "yellow"
162RECIPE_COLOR_pn-libfontenc = "yellow"
163RECIPE_COLOR_pn-libfribidi = "red"
164RECIPE_COLOR_pn-libgalago = "red"
165RECIPE_COLOR_pn-libgcrypt = "yellow"
166RECIPE_COLOR_pn-libgdbus = "yellow"
167RECIPE_COLOR_pn-libglade = "yellow"
168RECIPE_COLOR_pn-libgnomecanvas = "red"
169RECIPE_COLOR_pn-libgnomekbd = "red"
170RECIPE_COLOR_pn-libgnome-keyring = "yellow"
171RECIPE_COLOR_pn-libgpg-error = "yellow"
172RECIPE_COLOR_pn-libgsf = "red"
173RECIPE_COLOR_pn-libgtkstylus = "red"
174RECIPE_COLOR_pn-libice = "yellow"
175RECIPE_COLOR_pn-libid3tag="yellow"
176RECIPE_COLOR_pn-liblbxutil = "yellow"
177RECIPE_COLOR_pn-libmatchbox = "yellow"
178RECIPE_COLOR_pn-libnice = "red"
179RECIPE_COLOR_pn-liboil = "yellow"
180RECIPE_COLOR_pn-libomxil = "red"
181RECIPE_COLOR_pn-libopensync = "red"
182RECIPE_COLOR_pn-libopensync-plugin-evolution2 = "red"
183RECIPE_COLOR_pn-libopensync-plugin-file = "red"
184RECIPE_COLOR_pn-libopensync-plugin-google-calendar = "red"
185RECIPE_COLOR_pn-libopensync-plugin-irmc = "red"
186RECIPE_COLOR_pn-libopensync-plugin-syncml = "red"
187RECIPE_COLOR_pn-libopensync-plugin-vformat = "red"
188RECIPE_COLOR_pn-libowl = "yellow"
189RECIPE_COLOR_pn-libowl-av = "yellow"
190RECIPE_COLOR_pn-libpam = "yellow"
191RECIPE_COLOR_pn-libpciaccess = "yellow"
192RECIPE_COLOR_pn-libpng = "yellow"
193RECIPE_COLOR_pn-librsvg = "yellow"
194RECIPE_COLOR_pn-libsm = "yellow"
195RECIPE_COLOR_pn-libsoup = "red"
196RECIPE_COLOR_pn-libsoup-2.4 = "yellow"
197RECIPE_COLOR_pn-libsync = "red"
198RECIPE_COLOR_pn-libsyncml = "red"
199RECIPE_COLOR_pn-libtasn1 = "yellow"
200RECIPE_COLOR_pn-libtelepathy = "red"
201RECIPE_COLOR_pn-libtirpc = "yellow"
202RECIPE_COLOR_pn-libunique = "yellow"
203RECIPE_COLOR_pn-liburcu = "yellow"
204RECIPE_COLOR_pn-libusb1 = "yellow"
205RECIPE_COLOR_pn-libuser = "yellow"
206RECIPE_COLOR_pn-libx11 = "yellow"
207RECIPE_COLOR_pn-libxau = "yellow"
208RECIPE_COLOR_pn-libxaw = "red"
209RECIPE_COLOR_pn-libxcalibrate = "yellow"
210RECIPE_COLOR_pn-libxcb = "yellow"
211RECIPE_COLOR_pn-libxcomposite = "yellow"
212RECIPE_COLOR_pn-libxcursor = "yellow"
213RECIPE_COLOR_pn-libxdamage = "yellow"
214RECIPE_COLOR_pn-libxdmcp = "yellow"
215RECIPE_COLOR_pn-libxevie = "red"
216RECIPE_COLOR_pn-libxext = "yellow"
217RECIPE_COLOR_pn-libxfixes = "yellow"
218RECIPE_COLOR_pn-libxfont = "yellow"
219RECIPE_COLOR_pn-libxft = "yellow"
220RECIPE_COLOR_pn-libxi = "yellow"
221RECIPE_COLOR_pn-libxinerama = "yellow"
222RECIPE_COLOR_pn-libxkbfile = "yellow"
223RECIPE_COLOR_pn-libxkbui = "red"
224RECIPE_COLOR_pn-libxklavier = "red"
225RECIPE_COLOR_pn-libxml2 = "yellow"
226RECIPE_COLOR_pn-libxmu = "yellow"
227RECIPE_COLOR_pn-libxp = "yellow"
228RECIPE_COLOR_pn-libxpm = "yellow"
229RECIPE_COLOR_pn-libxprintapputil = "yellow"
230RECIPE_COLOR_pn-libxprintutil = "yellow"
231RECIPE_COLOR_pn-libxrandr = "yellow"
232RECIPE_COLOR_pn-libxrender = "yellow"
233RECIPE_COLOR_pn-libxres = "yellow"
234RECIPE_COLOR_pn-libxscrnsaver = "yellow"
235RECIPE_COLOR_pn-libxsettings-client = "yellow"
236RECIPE_COLOR_pn-libxslt = "yellow"
237RECIPE_COLOR_pn-libxt = "yellow"
238RECIPE_COLOR_pn-libxtrap = "yellow"
239RECIPE_COLOR_pn-libxtst = "yellow"
240RECIPE_COLOR_pn-libxv = "yellow"
241RECIPE_COLOR_pn-libxvmc = "yellow"
242RECIPE_COLOR_pn-libxxf86misc = "yellow"
243RECIPE_COLOR_pn-libxxf86vm = "yellow"
244RECIPE_COLOR_pn-lighttpd = "yellow"
245RECIPE_COLOR_pn-linuxdoc-tools = "yellow"
246RECIPE_COLOR_pn-loudmouth = "red"
247RECIPE_COLOR_pn-lrzsz="yellow"
248RECIPE_COLOR_pn-lttng-modules = "yellow"
249RECIPE_COLOR_pn-lttng-tools = "yellow"
250RECIPE_COLOR_pn-lttng-ust = "yellow"
251RECIPE_COLOR_pn-babeltrace = "yellow"
252RECIPE_COLOR_pn-makedevs = "yellow"
253RECIPE_COLOR_pn-man = "red"
254RECIPE_COLOR_pn-man-pages = "red"
255RECIPE_COLOR_pn-matchbox-config-gtk = "yellow"
256RECIPE_COLOR_pn-matchbox-desktop = "yellow"
257RECIPE_COLOR_pn-matchbox-desktop-sato = "yellow"
258RECIPE_COLOR_pn-matchbox-keyboard = "yellow"
259RECIPE_COLOR_pn-matchbox-panel-2 = "yellow"
260RECIPE_COLOR_pn-matchbox-session = "yellow"
261RECIPE_COLOR_pn-matchbox-session-sato = "yellow"
262RECIPE_COLOR_pn-matchbox-terminal = "yellow"
263RECIPE_COLOR_pn-matchbox-theme-sato = "yellow"
264RECIPE_COLOR_pn-matchbox-theme-sato-2 = "yellow"
265RECIPE_COLOR_pn-matchbox-themes-extra = "red"
266RECIPE_COLOR_pn-matchbox-themes-gtk = "red"
267RECIPE_COLOR_pn-matchbox-wm = "yellow"
268RECIPE_COLOR_pn-mc = "red"
269RECIPE_COLOR_pn-mdadm = "yellow"
270RECIPE_COLOR_pn-menu-cache = "yellow"
271RECIPE_COLOR_pn-mesa-demos = "red"
272RECIPE_COLOR_pn-meta-ide-support = "red"
273RECIPE_COLOR_pn-meta-toolchain = "red"
274RECIPE_COLOR_pn-mingetty = "red"
275RECIPE_COLOR_pn-mktemp="red"
276RECIPE_COLOR_pn-mobile-broadband-provider-info = "red"
277RECIPE_COLOR_pn-moblin-proto = "red"
278RECIPE_COLOR_pn-module-init-tools = "yellow"
279RECIPE_COLOR_pn-modutils-collateral = "red"
280RECIPE_COLOR_pn-modutils-initscripts = "yellow"
281RECIPE_COLOR_pn-msynctool = "yellow"
282RECIPE_COLOR_pn-mtd-utils = "yellow"
283RECIPE_COLOR_pn-mtools = "yellow"
284RECIPE_COLOR_pn-neon = "yellow"
285RECIPE_COLOR_pn-netbase = "yellow"
286RECIPE_COLOR_pn-nfs-utils = "yellow"
287RECIPE_COLOR_pn-oh-puzzles = "yellow"
288RECIPE_COLOR_pn-openjade = "yellow"
289RECIPE_COLOR_pn-openobex = "red"
290RECIPE_COLOR_pn-opensp = "yellow"
291RECIPE_COLOR_pn-openssh = "yellow"
292RECIPE_COLOR_pn-openswan = "red"
293RECIPE_COLOR_pn-opkg = "yellow"
294RECIPE_COLOR_pn-opkg-collateral = "yellow"
295RECIPE_COLOR_pn-opkg-config-base = "yellow"
296RECIPE_COLOR_pn-opkg_nogpg = "yellow"
297RECIPE_COLOR_pn-opkg-utils = "yellow"
298RECIPE_COLOR_pn-oprofile = "yellow"
299RECIPE_COLOR_pn-oprofileui = "yellow"
300RECIPE_COLOR_pn-owl-video = "yellow"
301RECIPE_COLOR_pn-package-index = "red"
302RECIPE_COLOR_pn-pax = "yellow"
303RECIPE_COLOR_pn-pax-utils = "yellow"
304RECIPE_COLOR_pn-pciutils = "yellow"
305RECIPE_COLOR_pn-pcmanfm = "yellow"
306RECIPE_COLOR_pn-pcmciautils = "yellow"
307RECIPE_COLOR_pn-pixman = "yellow"
308RECIPE_COLOR_pn-pkgconfig = "yellow"
309RECIPE_COLOR_pn-pm-utils = "yellow"
310RECIPE_COLOR_pn-pointercal = "yellow"
311RECIPE_COLOR_pn-poky-feed-config-opkg = "yellow"
312RECIPE_COLOR_pn-polkit = "yellow"
313RECIPE_COLOR_pn-polkit-gnome = "yellow"
314RECIPE_COLOR_pn-pong-clock = "red"
315RECIPE_COLOR_pn-poppler = "red"
316RECIPE_COLOR_pn-poppler-data = "red"
317RECIPE_COLOR_pn-portmap = "yellow"
318RECIPE_COLOR_pn-powertop = "yellow"
319RECIPE_COLOR_pn-ppp-dialin = "red"
320RECIPE_COLOR_pn-printproto = "yellow"
321RECIPE_COLOR_pn-prism-firmware = "red"
322RECIPE_COLOR_pn-procps = "red"
323RECIPE_COLOR_pn-psmisc = "red"
324RECIPE_COLOR_pn-psplash = "yellow"
325RECIPE_COLOR_pn-pth = "yellow"
326RECIPE_COLOR_pn-puzzles = "red"
327RECIPE_COLOR_pn-python-gst="red"
328RECIPE_COLOR_pn-python-pycurl = "yellow"
329RECIPE_COLOR_pn-python-pygtk="red"
330RECIPE_COLOR_pn-python="red"
331RECIPE_COLOR_pn-qemu = "yellow"
332RECIPE_COLOR_pn-qemu-config = "red"
333RECIPE_COLOR_pn-qemu-helper-native = "yellow"
334RECIPE_COLOR_pn-qemu-helper-nativesdk = "yellow"
335RECIPE_COLOR_pn-quota = "yellow"
336RECIPE_COLOR_pn-randrproto = "yellow"
337RECIPE_COLOR_pn-readline = "yellow"
338RECIPE_COLOR_pn-recordproto = "yellow"
339RECIPE_COLOR_pn-renderproto = "yellow"
340RECIPE_COLOR_pn-resourceproto = "yellow"
341RECIPE_COLOR_pn-rpcbind = "yellow"
342RECIPE_COLOR_pn-rpm = "yellow"
343RECIPE_COLOR_pn-run-postinsts = "red"
344RECIPE_COLOR_pn-rxvt-unicode = "yellow"
345RECIPE_COLOR_pn-sato-icon-theme = "yellow"
346RECIPE_COLOR_pn-screen = "yellow"
347RECIPE_COLOR_pn-screenshot = "yellow"
348RECIPE_COLOR_pn-scrnsaverproto = "yellow"
349RECIPE_COLOR_pn-sed = "yellow"
350RECIPE_COLOR_pn-setserial = "red"
351RECIPE_COLOR_pn-settings-daemon = "yellow"
352RECIPE_COLOR_pn-sgml-common = "yellow"
353RECIPE_COLOR_pn-sgmlspl = "yellow"
354RECIPE_COLOR_pn-shadow = "yellow"
355RECIPE_COLOR_pn-shasum-native = "red"
356RECIPE_COLOR_pn-signgp-native = "red"
357RECIPE_COLOR_pn-spectrum-fw = "red"
358RECIPE_COLOR_pn-sqlite3 = "yellow"
359RECIPE_COLOR_pn-startup-notification = "yellow"
360RECIPE_COLOR_pn-stat = "red"
361RECIPE_COLOR_pn-strace = "yellow"
362RECIPE_COLOR_pn-sudo = "yellow"
363RECIPE_COLOR_pn-swabber = "red"
364RECIPE_COLOR_pn-sysfsutils = "yellow"
365RECIPE_COLOR_pn-sysklogd = "red"
366RECIPE_COLOR_pn-syslinux = "yellow"
367RECIPE_COLOR_pn-sysprof = "red"
368RECIPE_COLOR_pn-sysvinit = "yellow"
369RECIPE_COLOR_pn-table = "red"
370RECIPE_COLOR_pn-tar = "yellow"
371RECIPE_COLOR_pn-packagegroup-base = "red"
372RECIPE_COLOR_pn-packagegroup-core-sdk = "red"
373RECIPE_COLOR_pn-packagegroup-core-standalone-sdk-target = "red"
374RECIPE_COLOR_pn-packagegroup-sdk-host = "red"
375RECIPE_COLOR_pn-tcf-agent = "yellow"
376RECIPE_COLOR_pn-tcp-wrappers = "yellow"
377RECIPE_COLOR_pn-telepathy-farsight = "red"
378RECIPE_COLOR_pn-telepathy-gabble = "red"
379RECIPE_COLOR_pn-tidy = "red"
380RECIPE_COLOR_pn-time = "yellow"
381RECIPE_COLOR_pn-tinylogin = "yellow"
382RECIPE_COLOR_pn-trapproto = "yellow"
383RECIPE_COLOR_pn-tslib = "yellow"
384RECIPE_COLOR_pn-ttf-bitstream-vera = "yellow"
385RECIPE_COLOR_pn-tzdata = "yellow"
386RECIPE_COLOR_pn-ubootchart = "red"
387RECIPE_COLOR_pn-u-boot-mkimage = "red"
388RECIPE_COLOR_pn-udev = "yellow"
389RECIPE_COLOR_pn-udev-extraconf = "yellow"
390RECIPE_COLOR_pn-unfs-server = "red"
391RECIPE_COLOR_pn-unzip = "yellow"
392RECIPE_COLOR_pn-update-rc.d = "yellow"
393RECIPE_COLOR_pn-usbinit = "red"
394RECIPE_COLOR_pn-util-macros = "yellow"
395RECIPE_COLOR_pn-v86d = "yellow"
396RECIPE_COLOR_pn-valgrind = "yellow"
397RECIPE_COLOR_pn-videoproto = "yellow"
398RECIPE_COLOR_pn-watchdog = "yellow"
399RECIPE_COLOR_pn-wbxml2 = "red"
400RECIPE_COLOR_pn-webkit-gtk = "yellow"
401RECIPE_COLOR_pn-web-webkit = "yellow"
402RECIPE_COLOR_pn-which = "yellow"
403RECIPE_COLOR_pn-wireless-tools="yellow"
404RECIPE_COLOR_pn-wv = "red"
405RECIPE_COLOR_pn-xbacklight = "red"
406RECIPE_COLOR_pn-xcb-proto = "yellow"
407RECIPE_COLOR_pn-xcb-util = "yellow"
408RECIPE_COLOR_pn-xcmiscproto = "yellow"
409RECIPE_COLOR_pn-xcursor-transparent-theme = "yellow"
410RECIPE_COLOR_pn-xev = "red"
411RECIPE_COLOR_pn-xextproto = "yellow"
412RECIPE_COLOR_pn-xeyes = "red"
413RECIPE_COLOR_pn-xf86bigfontproto = "yellow"
414RECIPE_COLOR_pn-xf86dgaproto = "yellow"
415RECIPE_COLOR_pn-xf86driproto = "yellow"
416RECIPE_COLOR_pn-xf86-input-synaptics = "red"
417RECIPE_COLOR_pn-xf86miscproto = "yellow"
418RECIPE_COLOR_pn-xf86rushproto = "yellow"
419RECIPE_COLOR_pn-xf86-video-intel = "red"
420RECIPE_COLOR_pn-xf86-video-omapfb = "red"
421RECIPE_COLOR_pn-xf86vidmodeproto = "yellow"
422RECIPE_COLOR_pn-xineramaproto = "yellow"
423RECIPE_COLOR_pn-xinetd="red"
424RECIPE_COLOR_pn-xkeyboard-config = "yellow"
425RECIPE_COLOR_pn-xorg-minimal-fonts = "yellow"
426RECIPE_COLOR_pn-xournal = "red"
427RECIPE_COLOR_pn-xproto = "yellow"
428RECIPE_COLOR_pn-xproxymanagementprotocol = "yellow"
429RECIPE_COLOR_pn-xrdb = "red"
430RECIPE_COLOR_pn-xrestop = "yellow"
431RECIPE_COLOR_pn-xtrans = "yellow"
432RECIPE_COLOR_pn-xtscal = "yellow"
433RECIPE_COLOR_pn-xz = "yellow"
434RECIPE_COLOR_pn-yaffs2-utils = "red"
435RECIPE_COLOR_pn-zeroconf = "red"
436RECIPE_COLOR_pn-zip = "yellow"
437RECIPE_COLOR_pn-zlib = "yellow"
diff --git a/meta-yocto/conf/distro/include/upstream_tracking.inc b/meta-yocto/conf/distro/include/upstream_tracking.inc
new file mode 100644
index 0000000000..350326b9ed
--- /dev/null
+++ b/meta-yocto/conf/distro/include/upstream_tracking.inc
@@ -0,0 +1,254 @@
1# upstream_tracking.inc - This file contains data that tracks the
2# upstream project associated with a given recipe. This list is needed
3# for recipes that version information can not be automagically discovered.
4# As we automate this checking, this file will slowed be reduced.
5#
6# This data is used by the package reporting system (packages.yoctoproject.org)
7#
8# The format is as a bitbake variable override for each recipe
9#
10# RECIPE_UPSTREAM_VERSION_pn-<recipe name> = "<version>"
11# RECIPE_UPSTREAM_DATE_pn-<recipe name> = "Mmm dd, YYYY"
12# - This is the latest upstream version and date
13# RECIPE_NO_UPDATE_REASON_pn-<recipe name> = "<free form text>"
14# - Used to note why a recipe should not be upgraded to a newer versoin
15# CHECK_DATE_pn-<recipe name> = "Mmm dd, YYYY"
16# - This is the date that upstream was last manually checked over time
17# this should be removed as we automate this checking
18#
19# These entries will slowly be removed as we can automatically determine
20# the information in this file. So for existing recipes that we can get
21# from the package reporting system, the entries here can be removed.
22#
23# Please keep this list in alphabetical order.
24#
25RECIPE_UPSTREAM_VERSION_pn-adt-installer = "1.1"
26CHECK_DATE_pn-adt-installer = "Sep 11, 2012"
27RECIPE_UPSTREAM_DATE_pn-avahi-ui = "Oct 01, 2010"
28RECIPE_UPSTREAM_VERSION_pn-avahi = "0.6.31"
29RECIPE_UPSTREAM_DATE_pn-avahi = "Oct 01, 2010"
30RECIPE_UPSTREAM_VERSION_pn-bash = "4.2"
31RECIPE_UPSTREAM_DATE_pn-bash = "Dec 01, 2009"
32RECIPE_UPSTREAM_VERSION_pn-bc = "1.06"
33CHECK_DATA_pn-bc = "Jul 27, 2012"
34RECIPE_UPSTREAM_DATE_pn-bc = "Nov 01, 2000"
35RECIPE_UPSTREAM_VERSION_pn-bdwgc = "gc-7.2d"
36CHECK_DATE_pn-bdwgc = "Aug 27, 2012"
37RECIPE_NO_UPDATE_REASON_pn-bluez4 = "BlueZ 5.x is not backward-compatible; components that interact with bluez not updated"
38RECIPE_NO_UPDATE_REASON_pn-build-appliance = "Always reports behind"
39RECIPE_NO_UPDATE_REASON_pn-cdrtools = "v3.x uses incompatible CDDL license"
40RECIPE_UPSTREAM_VERSION_pn-clutter = "1.10.0"
41RECIPE_UPSTREAM_DATE_pn-clutter = "Mar 22, 2012"
42CHECK_DATE_pn-clutter = "Aug 28, 2012"
43RECIPE_UPSTREAM_VERSION_pn-core-image-minimal = "1.0"
44RECIPE_NO_UPDATE_REASON_pn-createrepo = "Versions after 0.9.* use YUM, so we hold at 0.4.11"
45RECIPE_UPSTREAM_VERSION_pn-cups = "1.6.2"
46RECIPE_UPSTREAM_DATE_pn-cups = "Mar 18, 2013"
47CHECK_DATE_pn-cups = "Jun 11, 2013"
48RECIPE_NO_UPDATE_REASON_pn-db= "API compatibility issue"
49RECIPE_NO_UPDATE_REASON_pn-dbus = "D-BUS 1.7.x is the development version, not stable."
50RECIPE_NO_UPDATE_REASON_pn-docbook-sgml-dtd-3.1-native = "PRS Reports Incorrectly"
51RECIPE_NO_UPDATE_REASON_pn-docbook-sgml-dtd-4.1-native = "PRS Reports Incorrectly"
52RECIPE_NO_UPDATE_REASON_pn-docbook-sgml-dtd-4.5-native = "PRS Reports Incorrectly"
53RECIPE_UPSTREAM_VERSION_pn-eee-acpi-scripts = "1.1.12+9d4cdedca25b396405f8587f9c4fbf8229e041c2"
54RECIPE_UPSTREAM_DATE_pn-eee-acpi-scripts = "Oct 3, 2011"
55CHECK_DATE_pn-eee-acpi-scripts = "Aug 28, 2012"
56RECIPE_UPSTREAM_VERSION_pn-formfactor = "0.0"
57RECIPE_UPSTREAM_DATE_pn-formfactor = "n/a"
58RECIPE_UPSTREAM_VERSION_pn-fstests="0.0+svnr426"
59CHECK_DATE_pn-fstests = "Jul 06, 2011"
60RECIPE_UPSTREAM_VERSION_pn-gaku="0.0+svnr399"
61RECIPE_NO_UPDATE_REASON_pn-gawk = "Version 4.1.0 requires Automake 1.13, but have 1.12.6"
62RECIPE_UPSTREAM_DATE_pn-gaku="Jul 03, 2008"
63CHECK_DATE_pn-gaku = "Aug 29, 2012"
64RECIPE_UPSTREAM_VERSION_pn-gdk-pixbuf = "2.27.2"
65RECIPE_UPSTREAM_DATE_pn-gdk-pixbuf = "Mar 3, 2013"
66CHECK_DATE_pn-gdk-pixbuf = "Mar 5, 2013"
67RECIPE_NO_UPDATE_REASON_pn-gdk-pixbuf = "2.27.2 is unstable"
68RECIPE_UPSTREAM_VERSION_pn-glibc = "2.11.2"
69RECIPE_UPSTREAM_DATE_pn-glibc = "May 01, 2010"
70RECIPE_NO_UPDATE_REASON_pn-glibc = "two glibc plugins are based on 2.10.1"
71RECIPE_NO_UPDATE_REASON_pn-glib-networking = "Pending Glib-2.0 Update"
72RECIPE_UPSTREAM_VERSION_pn-gnome-desktop = "3.7.90"
73RECIPE_UPSTREAM_DATE_pn-gnome-desktop = "Feb 19, 2013"
74CHECK_DATE_pn-gnome-desktop = "Mar 5, 2013"
75RECIPE_NO_UPDATE_REASON_pn-gnome-desktop = "waiting for the sato gtk3 port"
76RECIPE_UPSTREAM_VERSION_pn-gnome-icon-theme = "3.7.4"
77RECIPE_UPSTREAM_DATE_pn-gnome-icon-theme = "Jan 17, 2013"
78CHECK_DATE_pn-gnome-icon-theme = "Mar 5, 2013"
79RECIPE_NO_UPDATE_REASON_pn-gnome-icon-theme = "waiting for the sato gtk3 port"
80RECIPE_UPSTREAM_VERSION_pn-gnome-keyring = "3.7.91"
81RECIPE_UPSTREAM_DATE_pn-gnome-keyring = "Mar 4, 2013"
82CHECK_DATE_pn-gnome-keyring = "Mar 5, 2013"
83RECIPE_NO_UPDATE_REASON_pn-gnome-keyring = "waiting for the sato gtk3 port"
84RECIPE_NO_UPDATE_REASON_pn-gobject_introspection = "Does not cross-compile"
85RECIPE_NO_UPDATE_REASON_pn-groff = "1.18.1.4 is latest GPLv2 Version no 1.21"
86RECIPE_NO_UPDATE_REASON_pn-grub="grub2 is a different thing"
87RECIPE_UPSTREAM_DATE_pn-gst-meta-base="n/a"
88RECIPE_NO_UPDATE_REASON_pn-gst-plugins-base = "not compatible with gst-fluendo 0.10.x"
89RECIPE_NO_UPDATE_REASON_pn-gst-ffmpeg = "not compatible with gst-fluendo 0.10.x"
90RECIPE_NO_UPDATE_REASON_pn-gst-plugins-bad = "not compatible with gst-fluendo 0.10.x"
91RECIPE_NO_UPDATE_REASON_pn-gst-plugins-good = "not compatible with gst-fluendo 0.10.x"
92RECIPE_NO_UPDATE_REASON_pn-gst-plugins-ugly = "not compatible with gst-fluendo 0.10.x"
93RECIPE_NO_UPDATE_REASON_pn-gstreamer=" not compatible with gst-fluendo 0.10.x "
94RECIPE_NO_UPDATE_REASON_pn-gtk+ = "Do not upgrade to version: 2.99.2 because prefer stable tree"
95RECIPE_NO_UPDATE_REASON_pn-gtk-doc-stub = "PRS Reports Incorrectly"
96RECIPE_UPSTREAM_VERSION_pn-gtk-engines = "2.91.1"
97RECIPE_UPSTREAM_DATE_pn-gtk-engines = "Oct 9, 2010"
98CHECK_DATE_pn-gtk-engines = "Mar 5, 2013"
99RECIPE_NO_UPDATE_REASON_pn-gtk-engines = "2.91.1 is a 3.0 beta release"
100RECIPE_UPSTREAM_VERSION_pn-icu = "4.8.1.1"
101RECIPE_UPSTREAM_DATE_pn-icu = "Oct 10, 2011"
102CHECK_DATE_pn-icu = "Aug 29, 2012"
103RECIPE_UPSTREAM_VERSION_pn-initscripts = "9.40"
104RECIPE_UPSTREAM_DATE_pn-initscripts = "Aug 06, 2012"
105CHECK_DATE_pn-initscripts = "Aug 29, 2012"
106RECIPE_UPSTREAM_VERSION_pn-inputproto = "2.2.99.1"
107RECIPE_UPSTREAM_DATE_pn-inputproto = "Jan 5, 2013"
108CHECK_DATE_pn-inputproto = "Mar 5, 2013"
109RECIPE_NO_UPDATE_REASON_pn-inputproto = "2.2.99.1 is unstable"
110RECIPE_UPSTREAM_VERSION_pn-jpeg = "9"
111RECIPE_UPSTREAM_DATE_pn-jpeg = "Jan 13, 2013"
112CHECK_DATE_pn-jpeg = "Mar 5, 2013"
113RECIPE_NO_UPDATE_REASON_pn-jpeg = "webkit-gtk 1.8.3 doesn't work with jpeg 9"
114RECIPE_NO_UPDATE_REASON_pn-kconfig-frontends = "PRS Reports Incorrectly"
115RECIPE_NO_UPDATE_REASON_pn-kernelshark = "0.2 is the latest version."
116RECIPE_UPSTREAM_VERSION_pn-keymaps = "1.0"
117RECIPE_UPSTREAM_DATE_pn-keymaps = "n/a"
118RECIPE_UPSTREAM_VERSION_pn-kmod = "9"
119RECIPE_UPSTREAM_DATE_pn-kmod = "Jun 19, 2012"
120CHECK_DATE_pn-kmod = "Jul 27, 2012"
121CHECK_DATE_pn-latencytop = "Jul 30, 2014"
122RECIPE_NO_UPDATE_REASON_pn-liberation-fonts = "2.00.0 - fontforge package required "
123RECIPE_UPSTREAM_VERSION_pn-libgnome-keyring = "3.7.91"
124RECIPE_UPSTREAM_DATE_pn-libgnome-keyring = "Mar 4, 2013"
125CHECK_DATE_pn-libgnome-keyring = "Mar 5, 2013"
126RECIPE_NO_UPDATE_REASON_pn-libgnome-keyring = "waiting for the sato gtk3 port"
127RECIPE_UPSTREAM_VERSION_pn-libiconv = "1.14"
128RECIPE_UPSTREAM_DATE_pn-libiconv = "Aug 07, 2011"
129CHECK_DATE_pn-libiconv = "Aug 30, 2012"
130RECIPE_NO_UPDATE_REASON_pn-libnl = "libnl-3.2.2 is incompatible with libnl2, so no Upgrade"
131RECIPE_UPSTREAM_VERSION_pn-libsoup = "2.41.90"
132RECIPE_UPSTREAM_VERSION_pn-libpng = "1.6.6"
133RECIPE_UPSTREAM_DATE_pn-libpng = "Sep 16, 2013"
134CHECK_DATE_pn-libpng = "Oct 02, 2013"
135RECIPE_UPSTREAM_VERSION_pn-libpng12 = "1.2.50"
136RECIPE_UPSTREAM_DATE_pn-libpng12 = "Jul 10, 2012"
137CHECK_DATE_pn-libpng12 = "Oct 02, 2013"
138RECIPE_UPSTREAM_DATE_pn-libsoup = "Feb 19, 2013"
139CHECK_DATE_pn-libsoup = "Mar 5, 2013"
140RECIPE_NO_UPDATE_REASON_pn-libsoup = "2.41.90 is unstable"
141RECIPE_NO_UPDATE_REASON_pn-libtheora = "1.1.1 is latest stable release not 1.2.0alpha1"
142RECIPE_NO_UPDATE_REASON_pn-libunique = "Do not upgrade to version: 2.91.4 because it requires gtk+ >= 2.90.0 and the stable version of gtk+ used by poky is 2.20.1"
143RECIPE_UPSTREAM_VERSION_pn-liburcu = "0.7.0"
144RECIPE_UPSTREAM_DATE_pn-liburcu = "May 25, 2012"
145CHECK_DATE_pn-liburcu = "Aug 30, 2012"
146RECIPE_UPSTREAM_VERSION_pn-libusb = "1.0.9"
147RECIPE_UPSTREAM_DATE_pn-libusb = "Apr 20, 2012"
148CHECK_DATE_pn-libusb = "Aug 30, 2012"
149RECIPE_UPSTREAM_DATE_pn-linuxdoc-tools-native = "Nov 22, 2009"
150RECIPE_UPSTREAM_VERSION_pn-linuxdoc-tools-native = "0.9.66"
151CHECK_DATE_pn-linuxdoc-tools-native = "Aug 31, 2012"
152RECIPE_NO_UPDATE_REASON-libxml2 = "only release candidates available "
153RECIPE_UPSTREAM_VERSION_pn-lsbtest = "1.0"
154CHECK_DATE_pn-lsof = "Jul 30, 2014"
155RECIPE_UPSTREAM_VERSION_pn-lz4 = "122"
156RECIPE_UPSTREAM_DATE_pn-lz4 = "Aug 28, 2014"
157CHECK_DATE_pn-lz4 = "Aug 30, 2014"
158RECIPE_UPSTREAM_VERSION_pn-meta-ide-support = "check"
159RECIPE_UPSTREAM_VERSION_pn-minicom = "2.6.2"
160RECIPE_UPSTREAM_DATE_pn-minicom = "Feb 06, 2013"
161CHECK_DATE_pn-minicom = "Oct 22, 2013"
162RECIPE_UPSTREAM_DATE_pn-module-init-tools = "Jun 02, 2011"
163RECIPE_UPSTREAM_VERSION_pn-module-init-tools = "3.15"
164CHECK_DATE_pn-module-init-tools = "Aug 31, 2012"
165RECIPE_UPSTREAM_DATE_pn-modutils-initscripts = "n/a"
166RECIPE_NO_UPDATE_REASON_pn-mpeg2dec = "Why are we currently at 0.4.1?"
167RECIPE_NO_UPDATE_REASON_pn-mx-1.0 = "PRS 1.99 is dev version"
168CHECK_DATE_pn-nettle = "Aug 21, 2014"
169RECIPE_NO_UPDATE_REASON_pn-nettle = "3.0.0 breaks gnutls, api changes"
170RECIPE_UPSTREAM_VERSION_pn-ofono = "1.6"
171RECIPE_UPSTREAM_DATE_pn-ofono="Apr 20, 2012"
172CHECK_DATE_pn-ofono = "Aug 31, 2012"
173RECIPE_NO_UPDATE_REASON_pn-openssl = "1.0.1 is beta 1.0.0c is latest"
174RECIPE_UPSTREAM_DATE_pn-opkg-collateral = "n/a"
175RECIPE_UPSTREAM_VERSION_pn-opkg = "0.1.8"
176RECIPE_NO_UPDATE_REASON_pn-oprofileui-server = "PRS Reports Incorrectly"
177CHECK_DATE_pn-opkg = "Aug 31, 2012"
178RECIPE_UPSTREAM_DATE_pn-opkg = "Feb 01, 2010"
179RECIPE_NO_UPDATE_REASON_pn-pkgconfig = "removes glib-conf, adds circular depends"
180RECIPE_UPSTREAM_VERSION_pn-pointercal = "0.0"
181RECIPE_UPSTREAM_DATE_pn-pointercal = "n/a"
182RECIPE_UPSTREAM_DATE_pn-poky-feed-config-opkg = "n/a"
183RECIPE_UPSTREAM_DATE_pn-polkit = "Jan 09, 2013"
184RECIPE_UPSTREAM_VERSION_pn-polkit = "0.110"
185CHECK_DATE_pn-polkit = "Mar 14, 2013"
186RECIPE_NO_UPDATE_REASON_pn-polkit = "requires spidermonkey 1.8.5, not available in poky"
187RECIPE_UPSTREAM_VERSION_pn-pong-clock = "1.0"
188RECIPE_NO_UPDATE_REASON_pn-powertop = "Do not upgrade to version 1.97 since it's a beta release of the comming PowerTOP 2.0"
189RECIPE_UPSTREAM_VERSION_pn-ppp-dialin = "check"
190RECIPE_UPSTREAM_VERSION_pn-prelink="1.0+git1+9552f214c7faa816fdb55b289a457f0cab034f00"
191RECIPE_NO_UPDATE_REASON_pn-python-distribute = "0.7.3 only upgrades 0.6.32, can't install on its own, also obsolete"
192RECIPE_UPSTREAM_VERSION_pn-python-distribute = "0.7.3"
193RECIPE_NO_UPDATE_REASON_pn-python-pygobject = "Newer versions of python-pygobject depend on gobject-introspection which doesn't cross-compile"
194RECIPE_UPSTREAM_VERSION_pn-python-pygobject = "3.13.3"
195CHECK_DATE_pn-prelink = "Aug 31, 2012"
196RECIPE_UPSTREAM_DATE_pn-qemu-helper-native = "n/a"
197RECIPE_NO_UPDATE_REASON_pn-qemugl = "Do not upgrade to version: 33466cd8 because the upstream is broken in x86_64 build"
198RECIPE_UPSTREAM_VERSION_pn-rpm = "5.4.10"
199RECIPE_UPSTREAM_DATE_pn-rpm = "Jul 06, 2012"
200CHECK_DATE_pn-rpm = "Sep 03, 2012"
201RECIPE_UPSTREAM_VERSION_pn-run-postinsts = "check"
202RECIPE_NO_UPDATE_REASON_pn-sato-screenshot = "PRS Reports Incorrectly"
203RECIPE_NO_UPDATE_REASON_pn-socat = "2.0.0 is beta"
204RECIPE_UPSTREAM_VERSION_pn-sqlite3 = "3.8.0.2"
205RECIPE_UPSTREAM_DATE_pn-sqlite3 = "Sep 03, 2013"
206CHECK_DATE_pn-sqlite3= "Oct 02, 2013"
207RECIPE_UPSTREAM_VERSION_pn-squashfs-tools = "4.2"
208RECIPE_UPSTREAM_DATE_pn-squashfs-tools = "Feb 28, 2011"
209CHECK_DATE_pn-squashfs-tools = "Nov 09, 2012"
210RECIPE_NO_UPDATE_REASON_pn-syslinux="Waiting for 4.06 for 3.3 kernel headers support"
211RECIPE_NO_UPDATE_REASON_pn-texinfo = "Checking script parses directory wrong"
212RECIPE_UPSTREAM_VERSION_pn-tinylogin = "1.4"
213CHECK_DATE_pn-tinylogin = "Sep 03, 2012"
214RECIPE_UPSTREAM_DATE_pn-tinylogin = "Jan 03, 2003"
215RECIPE_NO_UPDATE_REASON_pn-tinylogin = "TinyLogin was merged into BusyBox."
216RECIPE_UPSTREAM_VERSION_pn-tremor="20120122"
217RECIPE_UPSTREAM_DATE_pn-tremor="Jan 22, 2012"
218CHECK_DATE_pn-tremor = "Mar 11, 2013"
219RECIPE_NO_UPDATE_REASON_pn-tremor = "Same revision on different SVN modules"
220RECIPE_UPSTREAM_VERSION_pn-ubootchart = "0.0+r12"
221CHECK_DATE_pn-ubootchart = "Sep 11, 2012"
222RECIPE_UPSTREAM_DATE_pn-udev-extraconf = "n/a"
223RECIPE_UPSTREAM_VERSION_pn-unifdef-native="2.6.18+git"
224RECIPE_UPSTREAM_DATE_pn-unifdef-native = "Feb 05, 2011"
225CHECK_DATE_pn-unifdef-native = "Sep 03, 2012"
226RECIPE_UPSTREAM_VERSION_pn-unzip = "6.0"
227RECIPE_UPSTREAM_DATE_pn-unzip = "Apr 25, 2009"
228CHECK_DATE_pn-unzip = "Sep 03, 2012"
229RECIPE_UPSTREAM_VERSION_pn-usbinit = "n/a"
230RECIPE_UPSTREAM_VERSION_pn-usbutils = "006"
231RECIPE_UPSTREAM_DATE_pn-usbutils = "Jul 06, 2012"
232CHECK_DATE_pn-usbutils = "Sep 03, 2012"
233RECIPE_NO_UPDATE_REASON_pn-vte = "Pending Glib-2.0 Update"
234RECIPE_UPSTREAM_VERSION_pn-webkit-gtk = "1.10.2"
235RECIPE_UPSTREAM_DATE_pn-webkit-gtk = "Dec 12, 2012"
236CHECK_DATE_pn-webkit-gtk = "Mar 5, 2013"
237RECIPE_NO_UPDATE_REASON_pn-webkit-gtk = ">= 1.10.2 needs ruby"
238RECIPE_UPSTREAM_DATE_pn-x11-common="Sep 22, 2008"
239RECIPE_UPSTREAM_VERSION_pn-x11-common = "1:7.6"
240CHECK_DAte_pn-x11-common = "Sep 03, 2012"
241RECIPE_NO_UPDATE_REASON_pn-xdg-utils = "only release candidates available "
242RECIPE_UPSTREAM_VERSION_pn-xev = "1.0.4"
243RECIPE_UPSTREAM_DATE_pn-xev = "Oct 13, 2009"
244CHECK_DATE_pn-xev = "Sep 04, 2012"
245CHECK_DATE_pn-xinetd = "Jul 30, 2014"
246RECIPE_UPSTREAM_DATE_pn-xorg-minimal-fonts = "n/a"
247RECIPE_UPSTREAM_DATE_pn-xserver-nodm-init=""
248RECIPE_UPSTREAM_VERSION_pn-xz = "5.0.4"
249RECIPE_UPSTREAM_DATE_pn-xz = "unknown"
250CHECK_DATE_pn-xz = "Sep 04, 2012"
251RECIPE_NO_UPDATE_REASON_pn-zaurusd = "SVN rev 426 is last Stable release"
252RECIPE_UPSTREAM_VERSION_pn-zip = "3.0"
253RECIPE_UPSTREAM_DATE_pn-zip = "Sep 01, 2009"
254CHECK_DATE_pn-zip = "Sep 04, 2012"
diff --git a/meta-yocto/conf/distro/poky-bleeding.conf b/meta-yocto/conf/distro/poky-bleeding.conf
new file mode 100644
index 0000000000..2d3e046a45
--- /dev/null
+++ b/meta-yocto/conf/distro/poky-bleeding.conf
@@ -0,0 +1,11 @@
1PREFERRED_VERSION_glib-2.0 ?= "2.17.4"
2PREFERRED_VERSION_glib-2.0-native ?= "2.17.4"
3PREFERRED_VERSION_atk ?= "1.22.0"
4PREFERRED_VERSION_pango ?= "1.21.2"
5PREFERRED_VERSION_gtk+ ?= "2.13.3"
6
7require conf/distro/include/poky-floating-revisions.inc
8require conf/distro/poky.conf
9
10DISTRO = "poky-bleeding"
11DISTROOVERRIDES = "poky"
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
new file mode 100644
index 0000000000..b0c2cf87f5
--- /dev/null
+++ b/meta-yocto/conf/distro/poky-lsb.conf
@@ -0,0 +1,14 @@
1
2require conf/distro/poky.conf
3require conf/distro/include/security_flags.inc
4
5DISTRO = "poky-lsb"
6DISTROOVERRIDES = "poky:linuxstdbase"
7
8DISTRO_FEATURES_append = " pam largefile opengl"
9PREFERRED_PROVIDER_virtual/libx11 = "libx11"
10
11# Ensure the kernel nfs server is enabled
12KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
13
14
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
new file mode 100644
index 0000000000..fb4bf41e0d
--- /dev/null
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -0,0 +1,145 @@
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
31require conf/distro/poky.conf
32DISTRO = "poky-tiny"
33
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.
39PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
40PREFERRED_VERSION_linux-yocto-tiny = "3.14%"
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
45POKY_DEFAULT_EXTRA_RRECOMMENDS = ""
46
47# FIXME: what should we do with this?
48TCLIBCAPPEND = ""
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
53ENABLE_WIDEC = "false"
54ENABLE_WIDEC_class-native = "true"
55
56# Drop native language support. This removes the
57# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
58USE_NLS="no"
59
60# Reconfigure eglibc for a smaller installation
61# Comment out any of the lines below to disable them in the build
62DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"
63DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big"
64
65# Required for "who"
66DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"
67DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp"
68DISTRO_FEATURES_LIBC_NET = "libc-inet libc-nis"
69
70DISTRO_FEATURES_LIBC = "${DISTRO_FEATURES_LIBC_TINY} \
71 ${DISTRO_FEATURES_LIBC_MINIMAL} \
72 ${DISTRO_FEATURES_LIBC_REGEX} \
73 ${DISTRO_FEATURES_LIBC_NET} \
74 "
75
76# Comment out any of the lines below to disable them in the build
77# DISTRO_FEATURES options:
78# alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci
79DISTRO_FEATURES_TINY = "pci"
80DISTRO_FEATURES_NET = "ipv4"
81DISTRO_FEATURES_USB = "usbhost"
82#DISTRO_FEATURES_USBGADGET = "usbgadget"
83#DISTRO_FEATURES_WIFI = "wifi"
84
85DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
86 ${DISTRO_FEATURES_NET} \
87 ${DISTRO_FEATURES_USB} \
88 ${DISTRO_FEATURES_USBGADGET} \
89 ${DISTRO_FEATURES_WIFI} \
90 ${DISTRO_FEATURES_LIBC} \
91 "
92
93# Enable LFS - see bug YOCTO #5865
94DISTRO_FEATURES_append_libc-uclibc = " largefile"
95
96DISTRO_FEATURES_class-native = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
97
98# Use tmpdevfs and the busybox runtime services
99VIRTUAL-RUNTIME_dev_manager = ""
100VIRTUAL-RUNTIME_login_manager = ""
101VIRTUAL-RUNTIME_init_manager = "tiny-init"
102VIRTUAL-RUNTIME_keymaps = ""
103
104# FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in
105# packagegroup-core-base to select modutils-initscripts or not. Similar with "net" and
106# netbase.
107
108# By default we only support ext2 and initramfs. We don't build live as that
109# pulls in a lot of dependencies for the live image and the installer, like
110# udev, grub, etc. These pull in gettext, which fails to build with wide
111# character support.
112IMAGE_FSTYPES = "ext2 cpio.gz"
113
114# Drop v86d from qemu dependency list (we support serial)
115# Drop grub from meta-intel BSPs
116# FIXME: A different mechanism is needed here. We could define -tiny
117# variants of all compatible machines, but that leads to a lot
118# more machine configs to maintain long term.
119MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
120
121# The mtrace script included by eglibc is a perl script. This means the system
122# will build perl in case this package is installed. Since we don't care about
123# this script for the purposes of tiny, remove the dependency from here.
124RDEPENDS_${PN}-mtrace_pn-eglibc = ""
125
126INHERIT += "blacklist"
127PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny"
128PNBLACKLIST[core-image-base] = "not buildable with poky-tiny"
129PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny"
130PNBLACKLIST[core-image-directfb] = "not buildable with poky-tiny"
131PNBLACKLIST[core-image-full-cmdline] = "not buildable with poky-tiny"
132PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny"
133PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny"
134PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny"
135PNBLACKLIST[core-image-rt] = "not buildable with poky-tiny"
136PNBLACKLIST[core-image-rt-sdk] = "not buildable with poky-tiny"
137PNBLACKLIST[core-image-sato] = "not buildable with poky-tiny"
138PNBLACKLIST[core-image-sato-dev] = "not buildable with poky-tiny"
139PNBLACKLIST[core-image-sato-sdk] = "not buildable with poky-tiny"
140PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny"
141PNBLACKLIST[qt4e-demo-image] = "not buildable with poky-tiny"
142PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny"
143
144# Disable python usage in opkg-utils since it won't build with tiny config
145PACKAGECONFIG_pn-opkg-utils = ""
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
new file mode 100644
index 0000000000..d9ada7c109
--- /dev/null
+++ b/meta-yocto/conf/distro/poky.conf
@@ -0,0 +1,120 @@
1DISTRO = "poky"
2DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
3DISTRO_VERSION = "1.7.2"
4DISTRO_CODENAME = "dizzy"
5SDK_VENDOR = "-pokysdk"
6SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
7
8MAINTAINER = "Poky <poky@yoctoproject.org>"
9
10TARGET_VENDOR = "-poky"
11
12LOCALCONF_VERSION = "1"
13LAYER_CONF_VERSION ?= "6"
14
15# Override these in poky based distros
16POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland"
17POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"
18POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
19
20DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
21
22PREFERRED_VERSION_linux-yocto ?= "3.14%"
23PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.14%"
24PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.14%"
25PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.14%"
26PREFERRED_VERSION_linux-yocto_qemumips ?= "3.14%"
27PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.14%"
28PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.14%"
29
30SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
31SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
32
33EXTRAOPKGCONFIG = "poky-feed-config-opkg"
34
35DISTRO_EXTRA_RDEPENDS += " ${POKY_DEFAULT_EXTRA_RDEPENDS}"
36DISTRO_EXTRA_RRECOMMENDS += " ${POKY_DEFAULT_EXTRA_RRECOMMENDS}"
37
38POKYQEMUDEPS = "${@bb.utils.contains("INCOMPATIBLE_LICENSE", "GPLv3", "", "packagegroup-core-device-devel",d)}"
39DISTRO_EXTRA_RDEPENDS_append_qemuarm = " ${POKYQEMUDEPS}"
40DISTRO_EXTRA_RDEPENDS_append_qemumips = " ${POKYQEMUDEPS}"
41DISTRO_EXTRA_RDEPENDS_append_qemuppc = " ${POKYQEMUDEPS}"
42DISTRO_EXTRA_RDEPENDS_append_qemux86 = " ${POKYQEMUDEPS}"
43DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}"
44
45TCLIBCAPPEND = ""
46
47QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
48# Other QEMU_TARGETS "mips64 mips64el sh4"
49
50PREMIRRORS ??= "\
51bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
52cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
53git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
54gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
55hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
56osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
57p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
58svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
59svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
60
61MIRRORS =+ "\
62ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
63http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
64https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
65
66# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
67# fetch from the network (and warn you if not). To disable the test set
68# the variable to be empty.
69# Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD
70
71CONNECTIVITY_CHECK_URIS ?= " \
72 https://eula-downloads.yoctoproject.org/index.php \
73 http://bugzilla.yoctoproject.org/report.cgi"
74
75SANITY_TESTED_DISTROS ?= " \
76 Poky-1.4 \n \
77 Poky-1.5 \n \
78 Poky-1.6 \n \
79 Poky-1.7 \n \
80 Ubuntu-12.04 \n \
81 Ubuntu-13.10 \n \
82 Ubuntu-14.04 \n \
83 Fedora-19 \n \
84 Fedora-20 \n \
85 CentOS-6.4 \n \
86 CentOS-6.5 \n \
87 Debian-7.0 \n \
88 Debian-7.1 \n \
89 Debian-7.2 \n \
90 Debian-7.3 \n \
91 Debian-7.4 \n \
92 Debian-7.5 \n \
93 Debian-7.6 \n \
94 Debian-7.7 \n \
95 SUSE-LINUX-12.2 \n \
96 openSUSE-project-12.3 \n \
97 openSUSE-project-13.1 \n \
98 "
99
100# Default hash policy for distro
101BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
102#
103# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
104# an incompatible way. Such changes should usually be detailed in the commit
105# that breaks the format and have been previously discussed on the mailing list
106# with general agreement from the core team.
107#
108OELAYOUT_ABI = "8"
109
110# add poky sanity bbclass
111INHERIT += "poky-sanity"
112
113# QA check settings - a little stricter than the OE-Core defaults
114WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir \
115 unknown-configure-option build-deps file-rdeps"
116ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \
117 useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \
118 compile-host-path dep-cmp installed-vs-shipped install-host-path \
119 packages-list perm-config perm-line perm-link pkgv-undefined \
120 pn-overrides split-strip var-undefined version-going-backwards"
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
new file mode 100644
index 0000000000..9942b518ee
--- /dev/null
+++ b/meta-yocto/conf/layer.conf
@@ -0,0 +1,16 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH =. "${LAYERDIR}:"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "yocto"
9BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
10BBFILE_PRIORITY_yocto = "5"
11
12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers
14LAYERVERSION_yocto = "2"
15
16LAYERDEPENDS_yocto = "core"
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
new file mode 100644
index 0000000000..93c85c222e
--- /dev/null
+++ b/meta-yocto/conf/local.conf.sample
@@ -0,0 +1,231 @@
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 ?= "qemumips"
22#MACHINE ?= "qemuppc"
23#MACHINE ?= "qemux86"
24#MACHINE ?= "qemux86-64"
25#
26# There are also the following hardware board target machines included for
27# demonstration purposes:
28#
29#MACHINE ?= "beaglebone"
30#MACHINE ?= "genericx86"
31#MACHINE ?= "genericx86-64"
32#MACHINE ?= "mpc8315e-rdb"
33#MACHINE ?= "edgerouter"
34#
35# This sets the default machine to be qemux86 if no other machine is selected:
36MACHINE ??= "qemux86"
37
38#
39# Where to place downloads
40#
41# During a first build the system will download many different source code tarballs
42# from various upstream projects. This can take a while, particularly if your network
43# connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you
44# can preserve this directory to speed up this part of subsequent builds. This directory
45# is safe to share between multiple builds on the same machine too.
46#
47# The default is a downloads directory under TOPDIR which is the build directory.
48#
49#DL_DIR ?= "${TOPDIR}/downloads"
50
51#
52# Where to place shared-state files
53#
54# BitBake has the capability to accelerate builds based on previously built output.
55# This is done using "shared state" files which can be thought of as cache objects
56# and this option determines where those files are placed.
57#
58# You can wipe out TMPDIR leaving this directory intact and the build would regenerate
59# from these files if no changes were made to the configuration. If changes were made
60# to the configuration, only shared state files where the state was still valid would
61# be used (done using checksums).
62#
63# The default is a sstate-cache directory under TOPDIR.
64#
65#SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
66
67#
68# Where to place the build output
69#
70# This option specifies where the bulk of the building work should be done and
71# where BitBake should place its temporary files and output. Keep in mind that
72# this includes the extraction and compilation of many applications and the toolchain
73# which can use Gigabytes of hard disk space.
74#
75# The default is a tmp directory under TOPDIR.
76#
77#TMPDIR = "${TOPDIR}/tmp"
78
79#
80# Default policy config
81#
82# The distribution setting controls which policy settings are used as defaults.
83# The default value is fine for general Yocto project use, at least initially.
84# Ultimately when creating custom policy, people will likely end up subclassing
85# these defaults.
86#
87DISTRO ?= "poky"
88# As an example of a subclass there is a "bleeding" edge policy configuration
89# where many versions are set to the absolute latest code from the upstream
90# source control systems. This is just mentioned here as an example, its not
91# useful to most new users.
92# DISTRO ?= "poky-bleeding"
93
94#
95# Package Management configuration
96#
97# This variable lists which packaging formats to enable. Multiple package backends
98# can be enabled at once and the first item listed in the variable will be used
99# to generate the root filesystems.
100# Options are:
101# - 'package_deb' for debian style deb files
102# - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
103# - 'package_rpm' for rpm style packages
104# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
105# We default to rpm:
106PACKAGE_CLASSES ?= "package_rpm"
107
108#
109# SDK/ADT target architecture
110#
111# This variable specifies the architecture to build SDK/ADT items for and means
112# you can build the SDK packages for architectures other than the machine you are
113# running the build on (i.e. building i686 packages on an x86_64 host).
114# Supported values are i686 and x86_64
115#SDKMACHINE ?= "i686"
116
117#
118# Extra image configuration defaults
119#
120# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated
121# images. Some of these options are added to certain image types automatically. The
122# variable can contain the following options:
123# "dbg-pkgs" - add -dbg packages for all installed packages
124# (adds symbol information for debugging/profiling)
125# "dev-pkgs" - add -dev packages for all installed packages
126# (useful if you want to develop against libs in the image)
127# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages
128# (useful if you want to run the package test suites)
129# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.)
130# "tools-debug" - add debugging tools (gdb, strace)
131# "eclipse-debug" - add Eclipse remote debugging support
132# "tools-profile" - add profiling tools (oprofile, exmap, lttng, valgrind)
133# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
134# "debug-tweaks" - make an image suitable for development
135# e.g. ssh root access has a blank password
136# There are other application targets that can be used here too, see
137# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
138# We default to enabling the debugging tweaks.
139EXTRA_IMAGE_FEATURES = "debug-tweaks"
140
141#
142# Additional image features
143#
144# The following is a list of additional classes to use when building images which
145# enable extra features. Some available options which can be included in this variable
146# are:
147# - 'buildstats' collect build statistics
148# - 'image-mklibs' to reduce shared library files size for an image
149# - 'image-prelink' in order to prelink the filesystem image
150# - 'image-swab' to perform host system intrusion detection
151# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
152# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
153USER_CLASSES ?= "buildstats image-mklibs image-prelink"
154
155#
156# Runtime testing of images
157#
158# The build system can test booting virtual machine images under qemu (an emulator)
159# after any root filesystems are created and run tests against those images. To
160# enable this uncomment this line. See classes/testimage(-auto).bbclass for
161# further details.
162#TEST_IMAGE = "1"
163#
164# Interactive shell configuration
165#
166# Under certain circumstances the system may need input from you and to do this it
167# can launch an interactive shell. It needs to do this since the build is
168# multithreaded and needs to be able to handle the case where more than one parallel
169# process may require the user's attention. The default is iterate over the available
170# terminal types to find one that works.
171#
172# Examples of the occasions this may happen are when resolving patches which cannot
173# be applied, to use the devshell or the kernel menuconfig
174#
175# Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none
176# Note: currently, Konsole support only works for KDE 3.x due to the way
177# newer Konsole versions behave
178#OE_TERMINAL = "auto"
179# By default disable interactive patch resolution (tasks will just fail instead):
180PATCHRESOLVE = "noop"
181
182#
183# Disk Space Monitoring during the build
184#
185# Monitor the disk space during the build. If there is less that 1GB of space or less
186# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
187# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
188# of the build. The reason for this is that running completely out of space can corrupt
189# files and damages the build in ways which may not be easily recoverable.
190BB_DISKMON_DIRS = "\
191 STOPTASKS,${TMPDIR},1G,100K \
192 STOPTASKS,${DL_DIR},1G,100K \
193 STOPTASKS,${SSTATE_DIR},1G,100K \
194 ABORT,${TMPDIR},100M,1K \
195 ABORT,${DL_DIR},100M,1K \
196 ABORT,${SSTATE_DIR},100M,1K"
197
198#
199# Shared-state files from other locations
200#
201# As mentioned above, shared state files are prebuilt cache data objects which can
202# used to accelerate build time. This variable can be used to configure the system
203# to search other mirror locations for these objects before it builds the data itself.
204#
205# This can be a filesystem directory, or a remote url such as http or ftp. These
206# would contain the sstate-cache results from previous builds (possibly from other
207# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
208# cache locations to check for the shared objects.
209# NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH
210# at the end as shown in the examples below. This will be substituted with the
211# correct path within the directory structure.
212#SSTATE_MIRRORS ?= "\
213#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
214#file://.* file:///some/local/dir/sstate/PATH"
215
216
217#
218# Qemu configuration
219#
220# By default qemu will build with a builtin VNC server where graphical output can be
221# seen. The two lines below enable the SDL backend too. This assumes there is a
222# libsdl library available on your build system.
223PACKAGECONFIG_append_pn-qemu-native = " sdl"
224PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
225ASSUME_PROVIDED += "libsdl-native"
226
227
228# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
229# track the version of this file when it was generated. This can safely be ignored if
230# this doesn't mean anything to you.
231CONF_VERSION = "1"
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
new file mode 100644
index 0000000000..1995732619
--- /dev/null
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -0,0 +1,374 @@
1# BBMASK is a regular expression 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_COLOR 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# 3: ELF64 N32 wins (for mips64 or mips64el only)
153#RPM_PREFER_COLOR ?= "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# Incremental rpm image generation, the rootfs would be totally removed
169# and re-created in the second generation by default, but with
170# INC_RPM_IMAGE_GEN = "1", the rpm based rootfs would be kept, and will
171# do update(remove/add some pkgs) on it. NOTE: This is not suggested
172# when you want to create a productive rootfs
173#INC_RPM_IMAGE_GEN = "1"
174
175# This is a list of packages that require a commercial license to ship
176# product. If shipped as part of an image these packages may have
177# implications so they are disabled by default. To enable them,
178# un-comment the below as appropriate.
179#LICENSE_FLAGS_WHITELIST = "commercial_gst-fluendo-mp3 \
180# commercial_gst-openmax \
181# commercial_gst-plugins-ugly \
182# commercial_lame \
183# commercial_libmad \
184# commercial_libomxil \
185# commercial_mpeg2dec \
186# commercial_qmmp"
187
188
189#
190# Disk space monitor, take action when the disk space or the amount of
191# inode is running low, it is enabled when BB_DISKMON_DIRS is set.
192#
193# Set the directory for the monitor, the format is:
194# "action,directory,minimum_space,minimum_free_inode"
195#
196# The "action" must be set and should be one of:
197# ABORT: Immediately abort
198# STOPTASKS: The new tasks can't be executed any more, will stop the build
199# when the running tasks have been done.
200# WARN: show warnings (see BB_DISKMON_WARNINTERVAL for more information)
201#
202# The "directory" must be set, any directory is OK.
203#
204# Either "minimum_space" or "minimum_free_inode" (or both of them)
205# should be set, otherwise the monitor would not be enabled,
206# the unit can be G, M, K or none, but do NOT use GB, MB or KB
207# (B is not needed).
208#BB_DISKMON_DIRS = "STOPTASKS,${TMPDIR},1G,100K WARN,${SSTATE_DIR},1G,100K"
209#
210# Set disk space and inode interval (only works when the action is "WARN",
211# the unit can be G, M, or K, but do NOT use the GB, MB or KB
212# (B is not needed), the format is:
213# "disk_space_interval,disk_inode_interval", the default value is
214# "50M,5K" which means that it would warn when the free space is
215# lower than the minimum space(or inode), and would repeat the warning
216# when the disk space reduces 50M (or the amount of inode reduces 5k).
217#BB_DISKMON_WARNINTERVAL = "50M,5K"
218
219# Archive the source and put them to ${DEPLOY_DIR}/sources/.
220#
221#INHERIT += "archiver"
222#
223# The tarball for the patched source will be created by default, and you
224# can configure the archiver as follow:
225#
226# Create archive for:
227# 1) original (or unpacked) source:
228#ARCHIVER_MODE[src] = "original"
229# 2) patched source: (default)
230#ARCHIVER_MODE[src] = "patched"
231# 3) configured source:
232#ARCHIVER_MODE[src] = "configured"
233#
234# 4) the patches between do_unpack and do_patch:
235#ARCHIVER_MODE[diff] = "1"
236# set the files that you'd like to exclude from the diff:
237#ARCHIVER_MODE[diff-exclude] ?= ".pc autom4te.cache patches"
238#
239# 5) the environment data, similar to 'bitbake -e recipe':
240#ARCHIVER_MODE[dumpdata] = "1"
241#
242# 6) the recipe (.bb and .inc):
243#ARCHIVER_MODE[recipe] = "1"
244#
245# 7) Whether output the .src.rpm package:
246#ARCHIVER_MODE[srpm] = "1"
247#
248# 8) Filter the license, the recipe whose license in
249# COPYLEFT_LICENSE_INCLUDE will be included, and in
250# COPYLEFT_LICENSE_EXCLUDE will be excluded.
251#COPYLEFT_LICENSE_INCLUDE = 'GPL* LGPL*'
252#COPYLEFT_LICENSE_EXCLUDE = 'CLOSED Proprietary'
253#
254# 9) Config the recipe type that will be archived, the type can be
255# target, native, nativesdk, cross, crosssdk and cross-canadian,
256# you can set one or more types. Archive all types by default.
257#COPYLEFT_RECIPE_TYPES = 'target'
258#
259
260# Remove the old image before the new one generated to save disk space
261#RM_OLD_IMAGE = "1"
262
263#
264# GCC/LD FLAGS to enable more secure code generation
265#
266# By including the security_flags include file you enable flags
267# to the compiler and linker that cause them to generate more secure
268# code, this is enabled by default in the poky-lsb distro.
269# This does affect compile speed slightly.
270#
271# Use the following line to enable the security compiler and linker flags to your build
272#require conf/distro/include/security_flags.inc
273
274# Image level user/group configuration.
275# Inherit extrausers to make the setting of EXTRA_USERS_PARAMS effective.
276#INHERIT += "extrausers"
277# User / group settings
278# The settings are sperated by the ; character.
279# Each setting is actually a command. The supported commands are useradd,
280# groupadd, userdel, groupdel, usermod and groupmod.
281#EXTRA_USERS_PARAMS = "\
282#useradd -p '' tester; \
283#groupadd developers; \
284#userdel nobody; \
285#groupdel video; \
286#groupmod -g 1020 developers; \
287#usermod -s /bin/sh tester; \
288#"
289
290# Various packages dynamically add users and groups to the system at package
291# install time. For programs that do not care what the uid/gid is of the
292# resulting users/groups, the order of the install will determine the final
293# uid/gid. This can lead to non-deterministic uid/gid values from one build
294# to another. Use the following settings to specify that all user/group adds
295# should be created based on a static passwd/group file.
296#
297# Note, if you enable or disable the useradd-staticids in a configured system,
298# the TMPDIR may contain incorrect uid/gid values. Clearing the TMPDIR
299# will correct this condition.
300#
301# By default the system looks in the BBPATH for files/passwd and files/group
302# the default can be overriden by spefying USERADD_UID/GID_TABLES.
303#
304#USERADDEXTENSION = "useradd-staticids"
305#USERADD_UID_TABLES = "files/passwd"
306#USERADD_GID_TABLES = "files/group"
307#
308# In order to prevent generating a system where a dynamicly assigned uid/gid
309# can exist, you should enable the following setting. This will force the
310# system to error out if the user/group name is not defined in the
311# files/passwd or files/group (or specified replacements.)
312#USERADD_ERROR_DYNAMIC = "1"
313
314# Enabling FORTRAN
315# Note this is not officially supported and is just illustrated here to
316# show an example of how it can be done
317# You'll also need your fortran recipe to depend on libgfortran
318#FORTRAN_forcevariable = ",fortran"
319#RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath"
320
321#
322# Kernel image features
323#
324# The INITRAMFS_IMAGE image variable will cause an additional recipe to
325# be built as a dependency to the what ever rootfs recipe you might be
326# using such as core-image-sato. The initramfs might be needed for
327# the initial boot of of the target system such as to load kernel
328# modules prior to mounting the root file system.
329#
330# INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe
331# specified by the INITRAMFS_IMAGE will be run through an extra pass
332# through the kernel compilation in order to build a single binary
333# which contains both the kernel image and the initramfs. The
334# combined binary will be deposited into the tmp/deploy directory.
335# NOTE: You can set INITRAMFS_IMAGE in an image recipe, but
336# INITRAMFS_IMAGE_BUNDLE can only be set in a conf file.
337#
338#INITRAMFS_IMAGE = "core-image-minimal-initramfs"
339#INITRAMFS_IMAGE_BUNDLE = "1"
340
341#
342# IPK Hierarchical feed
343#
344# In some cases it may be desirable not to have all package files in the same
345# directory. An example would be when package feeds are to be uploaded to a
346# shared webhosting service or transferred to a Windows machine which may have
347# problems with directories containing multiple thousands of files.
348#
349# If the IPK_HIERARCHICAL_FEED variable is set to "1", packages will be split
350# between subdirectories in a similar way to how Debian package feeds are
351# organised. In the hierarchical feed, package files are written to
352# <outdir>/<arch>/<pkg_prefix>/<pkg_subdir>, where pkg_prefix is the first
353# letter of the package file name for non-lib packages or "lib" plus the 4th
354# letter of the package file name for lib packages (eg, 'l' for less, 'libc' for
355# libc6). pkg_subdir is the root of the package file name, discarding the
356# version and architecture parts and the common suffixes '-dbg', '-dev', '-doc',
357# '-staticdev', '-locale' and '-locale-*' which are listed in
358# meta/conf/bitbake.conf.
359#
360# If IPK_HIERARCHICAL_FEED is unset or set to any other value, the traditional
361# feed layout is used where package files are placed in <outdir>/<arch>/.
362#
363#IPK_HIERARCHICAL_FEED = "1"
364#
365
366# Using RPM4
367#
368# Currently the rootfs_rpm code has a hard depends on rpmresolve:do_populate_sysroot,
369# when using rpm4 the rpmresolve code will not compile due to a missing header file.
370# That dependency needs to be removed when using RPM4, also the PREFRRED_VERSION needs
371# to be set. This example shows how to enable rpm4
372# PREFERRED_VERSION_rpm = "4.11.2"
373# PREFERRED_VERSION_rpm-native = "4.11.2"
374# RPMROOTFSDEPENDS_remove = "rpmresolve-native:do_populate_sysroot"
diff --git a/meta-yocto/conf/site.conf.sample b/meta-yocto/conf/site.conf.sample
new file mode 100644
index 0000000000..c551e8fb0c
--- /dev/null
+++ b/meta-yocto/conf/site.conf.sample
@@ -0,0 +1,31 @@
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
7SCONF_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/recipes-core/busybox/busybox/poky-tiny/defconfig b/meta-yocto/recipes-core/busybox/busybox/poky-tiny/defconfig
new file mode 100644
index 0000000000..0a5d5c918d
--- /dev/null
+++ b/meta-yocto/recipes-core/busybox/busybox/poky-tiny/defconfig
@@ -0,0 +1,1009 @@
1#
2# Automatically generated make config: don't edit
3# Busybox version: 1.19.3
4# Wed Nov 30 09:33:16 2011
5#
6CONFIG_HAVE_DOT_CONFIG=y
7
8#
9# Busybox Settings
10#
11
12#
13# General Configuration
14#
15# CONFIG_DESKTOP is not set
16# CONFIG_EXTRA_COMPAT is not set
17# CONFIG_INCLUDE_SUSv2 is not set
18# CONFIG_USE_PORTABLE_CODE is not set
19CONFIG_PLATFORM_LINUX=y
20CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
21# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
22# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
23CONFIG_SHOW_USAGE=y
24# CONFIG_FEATURE_VERBOSE_USAGE is not set
25CONFIG_FEATURE_COMPRESS_USAGE=y
26# CONFIG_FEATURE_INSTALLER is not set
27# CONFIG_INSTALL_NO_USR is not set
28CONFIG_LOCALE_SUPPORT=y
29# CONFIG_UNICODE_SUPPORT is not set
30# CONFIG_UNICODE_USING_LOCALE is not set
31# CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
32CONFIG_SUBST_WCHAR=0
33CONFIG_LAST_SUPPORTED_WCHAR=0
34# CONFIG_UNICODE_COMBINING_WCHARS is not set
35# CONFIG_UNICODE_WIDE_WCHARS is not set
36# CONFIG_UNICODE_BIDI_SUPPORT is not set
37# CONFIG_UNICODE_NEUTRAL_TABLE is not set
38# CONFIG_UNICODE_PRESERVE_BROKEN is not set
39CONFIG_LONG_OPTS=y
40CONFIG_FEATURE_DEVPTS=y
41# CONFIG_FEATURE_CLEAN_UP is not set
42CONFIG_FEATURE_UTMP=y
43# CONFIG_FEATURE_WTMP is not set
44CONFIG_FEATURE_PIDFILE=y
45CONFIG_FEATURE_SUID=y
46CONFIG_FEATURE_SUID_CONFIG=y
47CONFIG_FEATURE_SUID_CONFIG_QUIET=y
48# CONFIG_SELINUX is not set
49# CONFIG_FEATURE_PREFER_APPLETS is not set
50CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
51CONFIG_FEATURE_SYSLOG=y
52CONFIG_FEATURE_HAVE_RPC=y
53
54#
55# Build Options
56#
57# CONFIG_STATIC is not set
58# CONFIG_PIE is not set
59# CONFIG_NOMMU is not set
60# CONFIG_BUILD_LIBBUSYBOX is not set
61# CONFIG_FEATURE_INDIVIDUAL is not set
62# CONFIG_FEATURE_SHARED_BUSYBOX is not set
63CONFIG_LFS=y
64CONFIG_CROSS_COMPILER_PREFIX=""
65CONFIG_EXTRA_CFLAGS=""
66
67#
68# Debugging Options
69#
70# CONFIG_DEBUG is not set
71# CONFIG_DEBUG_PESSIMIZE is not set
72# CONFIG_WERROR is not set
73CONFIG_NO_DEBUG_LIB=y
74# CONFIG_DMALLOC is not set
75# CONFIG_EFENCE is not set
76
77#
78# Installation Options ("make install" behavior)
79#
80CONFIG_INSTALL_APPLET_SYMLINKS=y
81# CONFIG_INSTALL_APPLET_HARDLINKS is not set
82# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set
83# CONFIG_INSTALL_APPLET_DONT is not set
84# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set
85# CONFIG_INSTALL_SH_APPLET_HARDLINK is not set
86# CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER is not set
87CONFIG_PREFIX="./_install"
88
89#
90# Busybox Library Tuning
91#
92CONFIG_FEATURE_SYSTEMD=y
93CONFIG_FEATURE_RTMINMAX=y
94CONFIG_PASSWORD_MINLEN=6
95CONFIG_MD5_SIZE_VS_SPEED=2
96CONFIG_FEATURE_FAST_TOP=y
97# CONFIG_FEATURE_ETC_NETWORKS is not set
98CONFIG_FEATURE_USE_TERMIOS=y
99CONFIG_FEATURE_EDITING=y
100CONFIG_FEATURE_EDITING_MAX_LEN=1024
101# CONFIG_FEATURE_EDITING_VI is not set
102CONFIG_FEATURE_EDITING_HISTORY=15
103CONFIG_FEATURE_EDITING_SAVEHISTORY=y
104# CONFIG_FEATURE_REVERSE_SEARCH is not set
105CONFIG_FEATURE_TAB_COMPLETION=y
106CONFIG_FEATURE_USERNAME_COMPLETION=y
107CONFIG_FEATURE_EDITING_FANCY_PROMPT=y
108# CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set
109CONFIG_FEATURE_NON_POSIX_CP=y
110# CONFIG_FEATURE_VERBOSE_CP_MESSAGE is not set
111CONFIG_FEATURE_COPYBUF_KB=4
112CONFIG_FEATURE_SKIP_ROOTFS=y
113CONFIG_MONOTONIC_SYSCALL=y
114CONFIG_IOCTL_HEX2STR_ERROR=y
115CONFIG_FEATURE_HWIB=y
116
117#
118# Applets
119#
120
121#
122# Archival Utilities
123#
124# CONFIG_FEATURE_SEAMLESS_XZ is not set
125CONFIG_FEATURE_SEAMLESS_LZMA=y
126CONFIG_FEATURE_SEAMLESS_BZ2=y
127CONFIG_FEATURE_SEAMLESS_GZ=y
128CONFIG_FEATURE_SEAMLESS_Z=y
129CONFIG_AR=y
130# CONFIG_FEATURE_AR_LONG_FILENAMES is not set
131# CONFIG_FEATURE_AR_CREATE is not set
132CONFIG_BUNZIP2=y
133# CONFIG_BZIP2 is not set
134CONFIG_CPIO=y
135# CONFIG_FEATURE_CPIO_O is not set
136# CONFIG_FEATURE_CPIO_P is not set
137# CONFIG_DPKG is not set
138# CONFIG_DPKG_DEB is not set
139# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set
140CONFIG_GUNZIP=y
141CONFIG_GZIP=y
142# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set
143# CONFIG_LZOP is not set
144# CONFIG_LZOP_COMPR_HIGH is not set
145# CONFIG_RPM2CPIO is not set
146# CONFIG_RPM is not set
147CONFIG_TAR=y
148CONFIG_FEATURE_TAR_CREATE=y
149CONFIG_FEATURE_TAR_AUTODETECT=y
150CONFIG_FEATURE_TAR_FROM=y
151CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y
152# CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set
153CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
154# CONFIG_FEATURE_TAR_LONG_OPTIONS is not set
155# CONFIG_FEATURE_TAR_TO_COMMAND is not set
156# CONFIG_FEATURE_TAR_UNAME_GNAME is not set
157# CONFIG_FEATURE_TAR_NOPRESERVE_TIME is not set
158# CONFIG_FEATURE_TAR_SELINUX is not set
159# CONFIG_UNCOMPRESS is not set
160# CONFIG_UNLZMA is not set
161# CONFIG_FEATURE_LZMA_FAST is not set
162# CONFIG_LZMA is not set
163# CONFIG_UNXZ is not set
164# CONFIG_XZ is not set
165CONFIG_UNZIP=y
166
167#
168# Coreutils
169#
170CONFIG_BASENAME=y
171CONFIG_CAT=y
172CONFIG_DATE=y
173# CONFIG_FEATURE_DATE_ISOFMT is not set
174# CONFIG_FEATURE_DATE_NANO is not set
175CONFIG_FEATURE_DATE_COMPAT=y
176CONFIG_ID=y
177CONFIG_GROUPS=y
178CONFIG_TEST=y
179CONFIG_FEATURE_TEST_64=y
180CONFIG_TOUCH=y
181CONFIG_TR=y
182CONFIG_FEATURE_TR_CLASSES=y
183# CONFIG_FEATURE_TR_EQUIV is not set
184# CONFIG_BASE64 is not set
185CONFIG_WHO=y
186CONFIG_USERS=y
187# CONFIG_CAL is not set
188# CONFIG_CATV is not set
189CONFIG_CHGRP=y
190CONFIG_CHMOD=y
191CONFIG_CHOWN=y
192# CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set
193CONFIG_CHROOT=y
194# CONFIG_CKSUM is not set
195# CONFIG_COMM is not set
196CONFIG_CP=y
197# CONFIG_FEATURE_CP_LONG_OPTIONS is not set
198CONFIG_CUT=y
199CONFIG_DD=y
200CONFIG_FEATURE_DD_SIGNAL_HANDLING=y
201# CONFIG_FEATURE_DD_THIRD_STATUS_LINE is not set
202# CONFIG_FEATURE_DD_IBS_OBS is not set
203CONFIG_DF=y
204# CONFIG_FEATURE_DF_FANCY is not set
205CONFIG_DIRNAME=y
206# CONFIG_DOS2UNIX is not set
207# CONFIG_UNIX2DOS is not set
208CONFIG_DU=y
209CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K=y
210CONFIG_ECHO=y
211CONFIG_FEATURE_FANCY_ECHO=y
212CONFIG_ENV=y
213CONFIG_FEATURE_ENV_LONG_OPTIONS=y
214# CONFIG_EXPAND is not set
215# CONFIG_FEATURE_EXPAND_LONG_OPTIONS is not set
216CONFIG_EXPR=y
217CONFIG_EXPR_MATH_SUPPORT_64=y
218CONFIG_FALSE=y
219# CONFIG_FOLD is not set
220# CONFIG_FSYNC is not set
221CONFIG_HEAD=y
222# CONFIG_FEATURE_FANCY_HEAD is not set
223# CONFIG_HOSTID is not set
224# CONFIG_INSTALL is not set
225# CONFIG_FEATURE_INSTALL_LONG_OPTIONS is not set
226CONFIG_LN=y
227CONFIG_LOGNAME=y
228CONFIG_LS=y
229CONFIG_FEATURE_LS_FILETYPES=y
230CONFIG_FEATURE_LS_FOLLOWLINKS=y
231CONFIG_FEATURE_LS_RECURSIVE=y
232CONFIG_FEATURE_LS_SORTFILES=y
233CONFIG_FEATURE_LS_TIMESTAMPS=y
234CONFIG_FEATURE_LS_USERNAME=y
235CONFIG_FEATURE_LS_COLOR=y
236# CONFIG_FEATURE_LS_COLOR_IS_DEFAULT is not set
237CONFIG_MD5SUM=y
238CONFIG_MKDIR=y
239CONFIG_FEATURE_MKDIR_LONG_OPTIONS=y
240CONFIG_MKFIFO=y
241CONFIG_MKNOD=y
242CONFIG_MV=y
243# CONFIG_FEATURE_MV_LONG_OPTIONS is not set
244# CONFIG_NICE is not set
245CONFIG_NOHUP=y
246CONFIG_OD=y
247# CONFIG_PRINTENV is not set
248CONFIG_PRINTF=y
249CONFIG_PWD=y
250CONFIG_READLINK=y
251CONFIG_FEATURE_READLINK_FOLLOW=y
252CONFIG_REALPATH=y
253CONFIG_RM=y
254CONFIG_RMDIR=y
255# CONFIG_FEATURE_RMDIR_LONG_OPTIONS is not set
256CONFIG_SEQ=y
257# CONFIG_SHA1SUM is not set
258# CONFIG_SHA256SUM is not set
259# CONFIG_SHA512SUM is not set
260CONFIG_SLEEP=y
261CONFIG_FEATURE_FANCY_SLEEP=y
262# CONFIG_FEATURE_FLOAT_SLEEP is not set
263CONFIG_SORT=y
264CONFIG_FEATURE_SORT_BIG=y
265# CONFIG_SPLIT is not set
266# CONFIG_FEATURE_SPLIT_FANCY is not set
267# CONFIG_STAT is not set
268# CONFIG_FEATURE_STAT_FORMAT is not set
269CONFIG_STTY=y
270# CONFIG_SUM is not set
271CONFIG_SYNC=y
272# CONFIG_TAC is not set
273CONFIG_TAIL=y
274CONFIG_FEATURE_FANCY_TAIL=y
275CONFIG_TEE=y
276# CONFIG_FEATURE_TEE_USE_BLOCK_IO is not set
277CONFIG_TRUE=y
278CONFIG_TTY=y
279CONFIG_UNAME=y
280# CONFIG_UNEXPAND is not set
281# CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS is not set
282CONFIG_UNIQ=y
283CONFIG_USLEEP=y
284# CONFIG_UUDECODE is not set
285# CONFIG_UUENCODE is not set
286CONFIG_WC=y
287# CONFIG_FEATURE_WC_LARGE is not set
288CONFIG_WHOAMI=y
289CONFIG_YES=y
290
291#
292# Common options for cp and mv
293#
294# CONFIG_FEATURE_PRESERVE_HARDLINKS is not set
295
296#
297# Common options for ls, more and telnet
298#
299CONFIG_FEATURE_AUTOWIDTH=y
300
301#
302# Common options for df, du, ls
303#
304CONFIG_FEATURE_HUMAN_READABLE=y
305
306#
307# Common options for md5sum, sha1sum, sha256sum, sha512sum
308#
309CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y
310
311#
312# Console Utilities
313#
314CONFIG_CHVT=y
315# CONFIG_FGCONSOLE is not set
316CONFIG_CLEAR=y
317CONFIG_DEALLOCVT=y
318CONFIG_DUMPKMAP=y
319# CONFIG_KBD_MODE is not set
320CONFIG_LOADFONT=y
321CONFIG_LOADKMAP=y
322CONFIG_OPENVT=y
323CONFIG_RESET=y
324# CONFIG_RESIZE is not set
325# CONFIG_FEATURE_RESIZE_PRINT is not set
326CONFIG_SETCONSOLE=y
327# CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set
328# CONFIG_SETFONT is not set
329# CONFIG_FEATURE_SETFONT_TEXTUAL_MAP is not set
330CONFIG_DEFAULT_SETFONT_DIR=""
331# CONFIG_SETKEYCODES is not set
332# CONFIG_SETLOGCONS is not set
333# CONFIG_SHOWKEY is not set
334
335#
336# Common options for loadfont and setfont
337#
338# CONFIG_FEATURE_LOADFONT_PSF2 is not set
339# CONFIG_FEATURE_LOADFONT_RAW is not set
340
341#
342# Debian Utilities
343#
344CONFIG_MKTEMP=y
345# CONFIG_PIPE_PROGRESS is not set
346CONFIG_RUN_PARTS=y
347CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS=y
348# CONFIG_FEATURE_RUN_PARTS_FANCY is not set
349CONFIG_START_STOP_DAEMON=y
350CONFIG_FEATURE_START_STOP_DAEMON_FANCY=y
351CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS=y
352CONFIG_WHICH=y
353
354#
355# Editors
356#
357CONFIG_PATCH=y
358CONFIG_VI=y
359CONFIG_FEATURE_VI_MAX_LEN=1024
360CONFIG_FEATURE_VI_8BIT=y
361CONFIG_FEATURE_VI_COLON=y
362CONFIG_FEATURE_VI_YANKMARK=y
363CONFIG_FEATURE_VI_SEARCH=y
364# CONFIG_FEATURE_VI_REGEX_SEARCH is not set
365CONFIG_FEATURE_VI_USE_SIGNALS=y
366# CONFIG_FEATURE_VI_DOT_CMD is not set
367# CONFIG_FEATURE_VI_READONLY is not set
368# CONFIG_FEATURE_VI_SETOPTS is not set
369# CONFIG_FEATURE_VI_SET is not set
370CONFIG_FEATURE_VI_WIN_RESIZE=y
371# CONFIG_FEATURE_VI_ASK_TERMINAL is not set
372CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y
373CONFIG_AWK=y
374# CONFIG_FEATURE_AWK_LIBM is not set
375CONFIG_CMP=y
376CONFIG_DIFF=y
377# CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set
378CONFIG_FEATURE_DIFF_DIR=y
379# CONFIG_ED is not set
380CONFIG_SED=y
381CONFIG_FEATURE_ALLOW_EXEC=y
382
383#
384# Finding Utilities
385#
386CONFIG_FIND=y
387CONFIG_FEATURE_FIND_PRINT0=y
388CONFIG_FEATURE_FIND_MTIME=y
389CONFIG_FEATURE_FIND_MMIN=y
390CONFIG_FEATURE_FIND_PERM=y
391CONFIG_FEATURE_FIND_TYPE=y
392CONFIG_FEATURE_FIND_XDEV=y
393CONFIG_FEATURE_FIND_MAXDEPTH=y
394CONFIG_FEATURE_FIND_NEWER=y
395# CONFIG_FEATURE_FIND_INUM is not set
396CONFIG_FEATURE_FIND_EXEC=y
397CONFIG_FEATURE_FIND_USER=y
398CONFIG_FEATURE_FIND_GROUP=y
399CONFIG_FEATURE_FIND_NOT=y
400CONFIG_FEATURE_FIND_DEPTH=y
401CONFIG_FEATURE_FIND_PAREN=y
402CONFIG_FEATURE_FIND_SIZE=y
403CONFIG_FEATURE_FIND_PRUNE=y
404# CONFIG_FEATURE_FIND_DELETE is not set
405CONFIG_FEATURE_FIND_PATH=y
406CONFIG_FEATURE_FIND_REGEX=y
407# CONFIG_FEATURE_FIND_CONTEXT is not set
408# CONFIG_FEATURE_FIND_LINKS is not set
409CONFIG_GREP=y
410CONFIG_FEATURE_GREP_EGREP_ALIAS=y
411CONFIG_FEATURE_GREP_FGREP_ALIAS=y
412CONFIG_FEATURE_GREP_CONTEXT=y
413CONFIG_XARGS=y
414# CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION is not set
415# CONFIG_FEATURE_XARGS_SUPPORT_QUOTES is not set
416# CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT is not set
417# CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM is not set
418
419#
420# Init Utilities
421#
422# CONFIG_BOOTCHARTD is not set
423# CONFIG_FEATURE_BOOTCHARTD_BLOATED_HEADER is not set
424# CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE is not set
425CONFIG_HALT=y
426# CONFIG_FEATURE_CALL_TELINIT is not set
427CONFIG_TELINIT_PATH=""
428# CONFIG_INIT is not set
429# CONFIG_FEATURE_USE_INITTAB is not set
430# CONFIG_FEATURE_KILL_REMOVED is not set
431CONFIG_FEATURE_KILL_DELAY=0
432# CONFIG_FEATURE_INIT_SCTTY is not set
433# CONFIG_FEATURE_INIT_SYSLOG is not set
434# CONFIG_FEATURE_EXTRA_QUIET is not set
435# CONFIG_FEATURE_INIT_COREDUMPS is not set
436# CONFIG_FEATURE_INITRD is not set
437CONFIG_INIT_TERMINAL_TYPE=""
438# CONFIG_MESG is not set
439# CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP is not set
440
441#
442# Login/Password Management Utilities
443#
444# CONFIG_ADD_SHELL is not set
445# CONFIG_REMOVE_SHELL is not set
446# CONFIG_FEATURE_SHADOWPASSWDS is not set
447# CONFIG_USE_BB_PWD_GRP is not set
448# CONFIG_USE_BB_SHADOW is not set
449CONFIG_USE_BB_CRYPT=y
450# CONFIG_USE_BB_CRYPT_SHA is not set
451# CONFIG_ADDUSER is not set
452# CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set
453# CONFIG_FEATURE_CHECK_NAMES is not set
454CONFIG_FIRST_SYSTEM_ID=0
455CONFIG_LAST_SYSTEM_ID=0
456# CONFIG_ADDGROUP is not set
457# CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS is not set
458# CONFIG_FEATURE_ADDUSER_TO_GROUP is not set
459# CONFIG_DELUSER is not set
460# CONFIG_DELGROUP is not set
461# CONFIG_FEATURE_DEL_USER_FROM_GROUP is not set
462# CONFIG_GETTY is not set
463# CONFIG_LOGIN is not set
464# CONFIG_PAM is not set
465# CONFIG_LOGIN_SCRIPTS is not set
466# CONFIG_FEATURE_NOLOGIN is not set
467# CONFIG_FEATURE_SECURETTY is not set
468# CONFIG_PASSWD is not set
469# CONFIG_FEATURE_PASSWD_WEAK_CHECK is not set
470# CONFIG_CRYPTPW is not set
471# CONFIG_CHPASSWD is not set
472# CONFIG_SU is not set
473# CONFIG_FEATURE_SU_SYSLOG is not set
474# CONFIG_FEATURE_SU_CHECKS_SHELLS is not set
475# CONFIG_SULOGIN is not set
476# CONFIG_VLOCK is not set
477
478#
479# Linux Ext2 FS Progs
480#
481CONFIG_CHATTR=y
482CONFIG_FSCK=y
483# CONFIG_LSATTR is not set
484# CONFIG_TUNE2FS is not set
485
486#
487# Linux Module Utilities
488#
489# CONFIG_MODINFO is not set
490# CONFIG_MODPROBE_SMALL is not set
491# CONFIG_FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE is not set
492# CONFIG_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED is not set
493CONFIG_INSMOD=y
494CONFIG_RMMOD=y
495CONFIG_LSMOD=y
496# CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set
497CONFIG_MODPROBE=y
498# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set
499# CONFIG_DEPMOD is not set
500
501#
502# Options common to multiple modutils
503#
504# CONFIG_FEATURE_2_4_MODULES is not set
505# CONFIG_FEATURE_INSMOD_TRY_MMAP is not set
506# CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set
507# CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set
508# CONFIG_FEATURE_INSMOD_LOADINKMEM is not set
509# CONFIG_FEATURE_INSMOD_LOAD_MAP is not set
510# CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set
511CONFIG_FEATURE_CHECK_TAINTED_MODULE=y
512CONFIG_FEATURE_MODUTILS_ALIAS=y
513CONFIG_FEATURE_MODUTILS_SYMBOLS=y
514CONFIG_DEFAULT_MODULES_DIR="/lib/modules"
515CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
516
517#
518# Linux System Utilities
519#
520# CONFIG_BLOCKDEV is not set
521# CONFIG_REV is not set
522# CONFIG_ACPID is not set
523# CONFIG_FEATURE_ACPID_COMPAT is not set
524# CONFIG_BLKID is not set
525# CONFIG_FEATURE_BLKID_TYPE is not set
526CONFIG_DMESG=y
527CONFIG_FEATURE_DMESG_PRETTY=y
528CONFIG_FBSET=y
529CONFIG_FEATURE_FBSET_FANCY=y
530CONFIG_FEATURE_FBSET_READMODE=y
531# CONFIG_FDFLUSH is not set
532# CONFIG_FDFORMAT is not set
533CONFIG_FDISK=y
534# CONFIG_FDISK_SUPPORT_LARGE_DISKS is not set
535CONFIG_FEATURE_FDISK_WRITABLE=y
536# CONFIG_FEATURE_AIX_LABEL is not set
537# CONFIG_FEATURE_SGI_LABEL is not set
538# CONFIG_FEATURE_SUN_LABEL is not set
539# CONFIG_FEATURE_OSF_LABEL is not set
540# CONFIG_FEATURE_GPT_LABEL is not set
541# CONFIG_FEATURE_FDISK_ADVANCED is not set
542# CONFIG_FINDFS is not set
543CONFIG_FLOCK=y
544# CONFIG_FREERAMDISK is not set
545CONFIG_FSCK_MINIX=y
546# CONFIG_MKFS_EXT2 is not set
547CONFIG_MKFS_MINIX=y
548CONFIG_FEATURE_MINIX2=y
549# CONFIG_MKFS_REISER is not set
550# CONFIG_MKFS_VFAT is not set
551# CONFIG_GETOPT is not set
552# CONFIG_FEATURE_GETOPT_LONG is not set
553CONFIG_HEXDUMP=y
554# CONFIG_FEATURE_HEXDUMP_REVERSE is not set
555# CONFIG_HD is not set
556CONFIG_HWCLOCK=y
557CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS=y
558CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS=y
559# CONFIG_IPCRM is not set
560# CONFIG_IPCS is not set
561CONFIG_LOSETUP=y
562# CONFIG_LSPCI is not set
563# CONFIG_LSUSB is not set
564# CONFIG_MDEV is not set
565# CONFIG_FEATURE_MDEV_CONF is not set
566# CONFIG_FEATURE_MDEV_RENAME is not set
567# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
568# CONFIG_FEATURE_MDEV_EXEC is not set
569# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set
570CONFIG_MKSWAP=y
571# CONFIG_FEATURE_MKSWAP_UUID is not set
572CONFIG_MORE=y
573CONFIG_MOUNT=y
574# CONFIG_FEATURE_MOUNT_FAKE is not set
575# CONFIG_FEATURE_MOUNT_VERBOSE is not set
576# CONFIG_FEATURE_MOUNT_HELPERS is not set
577# CONFIG_FEATURE_MOUNT_LABEL is not set
578CONFIG_FEATURE_MOUNT_NFS=y
579# CONFIG_FEATURE_MOUNT_CIFS is not set
580CONFIG_FEATURE_MOUNT_FLAGS=y
581CONFIG_FEATURE_MOUNT_FSTAB=y
582CONFIG_PIVOT_ROOT=y
583CONFIG_RDATE=y
584# CONFIG_RDEV is not set
585# CONFIG_READPROFILE is not set
586# CONFIG_RTCWAKE is not set
587# CONFIG_SCRIPT is not set
588# CONFIG_SCRIPTREPLAY is not set
589# CONFIG_SETARCH is not set
590CONFIG_SWAPONOFF=y
591# CONFIG_FEATURE_SWAPON_PRI is not set
592CONFIG_SWITCH_ROOT=y
593CONFIG_UMOUNT=y
594CONFIG_FEATURE_UMOUNT_ALL=y
595
596#
597# Common options for mount/umount
598#
599CONFIG_FEATURE_MOUNT_LOOP=y
600CONFIG_FEATURE_MOUNT_LOOP_CREATE=y
601# CONFIG_FEATURE_MTAB_SUPPORT is not set
602# CONFIG_VOLUMEID is not set
603# CONFIG_FEATURE_VOLUMEID_EXT is not set
604# CONFIG_FEATURE_VOLUMEID_BTRFS is not set
605# CONFIG_FEATURE_VOLUMEID_REISERFS is not set
606# CONFIG_FEATURE_VOLUMEID_FAT is not set
607# CONFIG_FEATURE_VOLUMEID_HFS is not set
608# CONFIG_FEATURE_VOLUMEID_JFS is not set
609# CONFIG_FEATURE_VOLUMEID_XFS is not set
610# CONFIG_FEATURE_VOLUMEID_NTFS is not set
611# CONFIG_FEATURE_VOLUMEID_ISO9660 is not set
612# CONFIG_FEATURE_VOLUMEID_UDF is not set
613# CONFIG_FEATURE_VOLUMEID_LUKS is not set
614# CONFIG_FEATURE_VOLUMEID_LINUXSWAP is not set
615# CONFIG_FEATURE_VOLUMEID_CRAMFS is not set
616# CONFIG_FEATURE_VOLUMEID_ROMFS is not set
617# CONFIG_FEATURE_VOLUMEID_SYSV is not set
618# CONFIG_FEATURE_VOLUMEID_OCFS2 is not set
619# CONFIG_FEATURE_VOLUMEID_LINUXRAID is not set
620
621#
622# Miscellaneous Utilities
623#
624# CONFIG_CONSPY is not set
625CONFIG_LESS=y
626CONFIG_FEATURE_LESS_MAXLINES=9999999
627CONFIG_FEATURE_LESS_BRACKETS=y
628CONFIG_FEATURE_LESS_FLAGS=y
629# CONFIG_FEATURE_LESS_MARKS is not set
630# CONFIG_FEATURE_LESS_REGEXP is not set
631# CONFIG_FEATURE_LESS_WINCH is not set
632# CONFIG_FEATURE_LESS_ASK_TERMINAL is not set
633# CONFIG_FEATURE_LESS_DASHCMD is not set
634# CONFIG_FEATURE_LESS_LINENUMS is not set
635# CONFIG_NANDWRITE is not set
636# CONFIG_NANDDUMP is not set
637# CONFIG_SETSERIAL is not set
638# CONFIG_UBIATTACH is not set
639# CONFIG_UBIDETACH is not set
640# CONFIG_UBIMKVOL is not set
641# CONFIG_UBIRMVOL is not set
642# CONFIG_UBIRSVOL is not set
643# CONFIG_UBIUPDATEVOL is not set
644# CONFIG_ADJTIMEX is not set
645# CONFIG_BBCONFIG is not set
646# CONFIG_FEATURE_COMPRESS_BBCONFIG is not set
647# CONFIG_BEEP is not set
648CONFIG_FEATURE_BEEP_FREQ=0
649CONFIG_FEATURE_BEEP_LENGTH_MS=0
650# CONFIG_CHAT is not set
651# CONFIG_FEATURE_CHAT_NOFAIL is not set
652# CONFIG_FEATURE_CHAT_TTY_HIFI is not set
653# CONFIG_FEATURE_CHAT_IMPLICIT_CR is not set
654# CONFIG_FEATURE_CHAT_SWALLOW_OPTS is not set
655# CONFIG_FEATURE_CHAT_SEND_ESCAPES is not set
656# CONFIG_FEATURE_CHAT_VAR_ABORT_LEN is not set
657# CONFIG_FEATURE_CHAT_CLR_ABORT is not set
658# CONFIG_CHRT is not set
659# CONFIG_CROND is not set
660# CONFIG_FEATURE_CROND_D is not set
661# CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set
662CONFIG_FEATURE_CROND_DIR=""
663# CONFIG_CRONTAB is not set
664CONFIG_DC=y
665# CONFIG_FEATURE_DC_LIBM is not set
666# CONFIG_DEVFSD is not set
667# CONFIG_DEVFSD_MODLOAD is not set
668# CONFIG_DEVFSD_FG_NP is not set
669# CONFIG_DEVFSD_VERBOSE is not set
670# CONFIG_FEATURE_DEVFS is not set
671# CONFIG_DEVMEM is not set
672# CONFIG_EJECT is not set
673# CONFIG_FEATURE_EJECT_SCSI is not set
674# CONFIG_FBSPLASH is not set
675# CONFIG_FLASHCP is not set
676# CONFIG_FLASH_LOCK is not set
677# CONFIG_FLASH_UNLOCK is not set
678# CONFIG_FLASH_ERASEALL is not set
679# CONFIG_IONICE is not set
680# CONFIG_INOTIFYD is not set
681# CONFIG_LAST is not set
682# CONFIG_FEATURE_LAST_SMALL is not set
683# CONFIG_FEATURE_LAST_FANCY is not set
684# CONFIG_HDPARM is not set
685# CONFIG_FEATURE_HDPARM_GET_IDENTITY is not set
686# CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF is not set
687# CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF is not set
688# CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET is not set
689# CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF is not set
690# CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA is not set
691# CONFIG_MAKEDEVS is not set
692# CONFIG_FEATURE_MAKEDEVS_LEAF is not set
693# CONFIG_FEATURE_MAKEDEVS_TABLE is not set
694# CONFIG_MAN is not set
695CONFIG_MICROCOM=y
696# CONFIG_MOUNTPOINT is not set
697# CONFIG_MT is not set
698# CONFIG_RAIDAUTORUN is not set
699# CONFIG_READAHEAD is not set
700# CONFIG_RFKILL is not set
701# CONFIG_RUNLEVEL is not set
702# CONFIG_RX is not set
703CONFIG_SETSID=y
704CONFIG_STRINGS=y
705# CONFIG_TASKSET is not set
706# CONFIG_FEATURE_TASKSET_FANCY is not set
707CONFIG_TIME=y
708# CONFIG_TIMEOUT is not set
709# CONFIG_TTYSIZE is not set
710# CONFIG_VOLNAME is not set
711# CONFIG_WALL is not set
712# CONFIG_WATCHDOG is not set
713
714#
715# Networking Utilities
716#
717# CONFIG_NAMEIF is not set
718# CONFIG_FEATURE_NAMEIF_EXTENDED is not set
719# CONFIG_NBDCLIENT is not set
720CONFIG_NC=y
721# CONFIG_NC_SERVER is not set
722# CONFIG_NC_EXTRA is not set
723# CONFIG_NC_110_COMPAT is not set
724CONFIG_PING=y
725CONFIG_PING6=y
726CONFIG_FEATURE_FANCY_PING=y
727# CONFIG_WHOIS is not set
728CONFIG_FEATURE_IPV6=y
729# CONFIG_FEATURE_UNIX_LOCAL is not set
730CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y
731# CONFIG_VERBOSE_RESOLUTION_ERRORS is not set
732# CONFIG_ARP is not set
733# CONFIG_ARPING is not set
734# CONFIG_BRCTL is not set
735# CONFIG_FEATURE_BRCTL_FANCY is not set
736# CONFIG_FEATURE_BRCTL_SHOW is not set
737# CONFIG_DNSD is not set
738# CONFIG_ETHER_WAKE is not set
739# CONFIG_FAKEIDENTD is not set
740# CONFIG_FTPD is not set
741# CONFIG_FEATURE_FTP_WRITE is not set
742# CONFIG_FEATURE_FTPD_ACCEPT_BROKEN_LIST is not set
743# CONFIG_FTPGET is not set
744# CONFIG_FTPPUT is not set
745# CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS is not set
746CONFIG_HOSTNAME=y
747# CONFIG_HTTPD is not set
748# CONFIG_FEATURE_HTTPD_RANGES is not set
749# CONFIG_FEATURE_HTTPD_USE_SENDFILE is not set
750# CONFIG_FEATURE_HTTPD_SETUID is not set
751# CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set
752# CONFIG_FEATURE_HTTPD_AUTH_MD5 is not set
753# CONFIG_FEATURE_HTTPD_CGI is not set
754# CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR is not set
755# CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV is not set
756# CONFIG_FEATURE_HTTPD_ENCODE_URL_STR is not set
757# CONFIG_FEATURE_HTTPD_ERROR_PAGES is not set
758# CONFIG_FEATURE_HTTPD_PROXY is not set
759# CONFIG_FEATURE_HTTPD_GZIP is not set
760CONFIG_IFCONFIG=y
761CONFIG_FEATURE_IFCONFIG_STATUS=y
762# CONFIG_FEATURE_IFCONFIG_SLIP is not set
763# CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ is not set
764CONFIG_FEATURE_IFCONFIG_HW=y
765# CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set
766# CONFIG_IFENSLAVE is not set
767# CONFIG_IFPLUGD is not set
768CONFIG_IFUPDOWN=y
769CONFIG_IFUPDOWN_IFSTATE_PATH="/var/run/ifstate"
770# CONFIG_FEATURE_IFUPDOWN_IP is not set
771# CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN is not set
772CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN=y
773CONFIG_FEATURE_IFUPDOWN_IPV4=y
774CONFIG_FEATURE_IFUPDOWN_IPV6=y
775CONFIG_FEATURE_IFUPDOWN_MAPPING=y
776# CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP is not set
777# CONFIG_INETD is not set
778# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO is not set
779# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD is not set
780# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME is not set
781# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME is not set
782# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN is not set
783# CONFIG_FEATURE_INETD_RPC is not set
784CONFIG_IP=y
785CONFIG_FEATURE_IP_ADDRESS=y
786CONFIG_FEATURE_IP_LINK=y
787CONFIG_FEATURE_IP_ROUTE=y
788CONFIG_FEATURE_IP_TUNNEL=y
789# CONFIG_FEATURE_IP_RULE is not set
790# CONFIG_FEATURE_IP_SHORT_FORMS is not set
791# CONFIG_FEATURE_IP_RARE_PROTOCOLS is not set
792# CONFIG_IPADDR is not set
793# CONFIG_IPLINK is not set
794# CONFIG_IPROUTE is not set
795# CONFIG_IPTUNNEL is not set
796# CONFIG_IPRULE is not set
797# CONFIG_IPCALC is not set
798# CONFIG_FEATURE_IPCALC_FANCY is not set
799# CONFIG_FEATURE_IPCALC_LONG_OPTIONS is not set
800CONFIG_NETSTAT=y
801# CONFIG_FEATURE_NETSTAT_WIDE is not set
802# CONFIG_FEATURE_NETSTAT_PRG is not set
803CONFIG_NSLOOKUP=y
804# CONFIG_NTPD is not set
805# CONFIG_FEATURE_NTPD_SERVER is not set
806# CONFIG_PSCAN is not set
807CONFIG_ROUTE=y
808# CONFIG_SLATTACH is not set
809# CONFIG_TCPSVD is not set
810CONFIG_TELNET=y
811# CONFIG_FEATURE_TELNET_TTYPE is not set
812CONFIG_FEATURE_TELNET_AUTOLOGIN=y
813# CONFIG_TELNETD is not set
814# CONFIG_FEATURE_TELNETD_STANDALONE is not set
815# CONFIG_FEATURE_TELNETD_INETD_WAIT is not set
816CONFIG_TFTP=y
817# CONFIG_TFTPD is not set
818
819#
820# Common options for tftp/tftpd
821#
822CONFIG_FEATURE_TFTP_GET=y
823CONFIG_FEATURE_TFTP_PUT=y
824# CONFIG_FEATURE_TFTP_BLOCKSIZE is not set
825# CONFIG_FEATURE_TFTP_PROGRESS_BAR is not set
826# CONFIG_TFTP_DEBUG is not set
827CONFIG_TRACEROUTE=y
828# CONFIG_TRACEROUTE6 is not set
829# CONFIG_FEATURE_TRACEROUTE_VERBOSE is not set
830# CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set
831# CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set
832# CONFIG_TUNCTL is not set
833# CONFIG_FEATURE_TUNCTL_UG is not set
834CONFIG_UDHCPD=y
835# CONFIG_DHCPRELAY is not set
836CONFIG_DUMPLEASES=y
837# CONFIG_FEATURE_UDHCPD_WRITE_LEASES_EARLY is not set
838# CONFIG_FEATURE_UDHCPD_BASE_IP_ON_MAC is not set
839CONFIG_DHCPD_LEASES_FILE="/var/lib/misc/udhcpd.leases"
840CONFIG_UDHCPC=y
841CONFIG_FEATURE_UDHCPC_ARPING=y
842# CONFIG_FEATURE_UDHCP_PORT is not set
843CONFIG_UDHCP_DEBUG=0
844# CONFIG_FEATURE_UDHCP_RFC3397 is not set
845# CONFIG_FEATURE_UDHCP_8021Q is not set
846CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script"
847CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
848CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n"
849# CONFIG_UDPSVD is not set
850# CONFIG_VCONFIG is not set
851CONFIG_WGET=y
852CONFIG_FEATURE_WGET_STATUSBAR=y
853CONFIG_FEATURE_WGET_AUTHENTICATION=y
854CONFIG_FEATURE_WGET_LONG_OPTIONS=y
855CONFIG_FEATURE_WGET_TIMEOUT=y
856# CONFIG_ZCIP is not set
857
858#
859# Print Utilities
860#
861# CONFIG_LPD is not set
862# CONFIG_LPR is not set
863# CONFIG_LPQ is not set
864
865#
866# Mail Utilities
867#
868# CONFIG_MAKEMIME is not set
869CONFIG_FEATURE_MIME_CHARSET=""
870# CONFIG_POPMAILDIR is not set
871# CONFIG_FEATURE_POPMAILDIR_DELIVERY is not set
872# CONFIG_REFORMIME is not set
873# CONFIG_FEATURE_REFORMIME_COMPAT is not set
874# CONFIG_SENDMAIL is not set
875
876#
877# Process Utilities
878#
879# CONFIG_IOSTAT is not set
880# CONFIG_MPSTAT is not set
881# CONFIG_NMETER is not set
882# CONFIG_PMAP is not set
883# CONFIG_POWERTOP is not set
884# CONFIG_PSTREE is not set
885# CONFIG_PWDX is not set
886# CONFIG_SMEMCAP is not set
887CONFIG_UPTIME=y
888# CONFIG_FEATURE_UPTIME_UTMP_SUPPORT is not set
889CONFIG_FREE=y
890CONFIG_FUSER=y
891CONFIG_KILL=y
892CONFIG_KILLALL=y
893# CONFIG_KILLALL5 is not set
894# CONFIG_PGREP is not set
895CONFIG_PIDOF=y
896# CONFIG_FEATURE_PIDOF_SINGLE is not set
897# CONFIG_FEATURE_PIDOF_OMIT is not set
898# CONFIG_PKILL is not set
899CONFIG_PS=y
900CONFIG_FEATURE_PS_WIDE=y
901# CONFIG_FEATURE_PS_TIME is not set
902# CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set
903# CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set
904CONFIG_RENICE=y
905CONFIG_BB_SYSCTL=y
906CONFIG_TOP=y
907CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=y
908CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS=y
909# CONFIG_FEATURE_TOP_SMP_CPU is not set
910# CONFIG_FEATURE_TOP_DECIMALS is not set
911# CONFIG_FEATURE_TOP_SMP_PROCESS is not set
912# CONFIG_FEATURE_TOPMEM is not set
913# CONFIG_FEATURE_SHOW_THREADS is not set
914CONFIG_WATCH=y
915
916#
917# Runit Utilities
918#
919# CONFIG_RUNSV is not set
920# CONFIG_RUNSVDIR is not set
921# CONFIG_FEATURE_RUNSVDIR_LOG is not set
922# CONFIG_SV is not set
923CONFIG_SV_DEFAULT_SERVICE_DIR=""
924# CONFIG_SVLOGD is not set
925# CONFIG_CHPST is not set
926# CONFIG_SETUIDGID is not set
927# CONFIG_ENVUIDGID is not set
928# CONFIG_ENVDIR is not set
929# CONFIG_SOFTLIMIT is not set
930# CONFIG_CHCON is not set
931# CONFIG_FEATURE_CHCON_LONG_OPTIONS is not set
932# CONFIG_GETENFORCE is not set
933# CONFIG_GETSEBOOL is not set
934# CONFIG_LOAD_POLICY is not set
935# CONFIG_MATCHPATHCON is not set
936# CONFIG_RESTORECON is not set
937# CONFIG_RUNCON is not set
938# CONFIG_FEATURE_RUNCON_LONG_OPTIONS is not set
939# CONFIG_SELINUXENABLED is not set
940# CONFIG_SETENFORCE is not set
941# CONFIG_SETFILES is not set
942# CONFIG_FEATURE_SETFILES_CHECK_OPTION is not set
943# CONFIG_SETSEBOOL is not set
944# CONFIG_SESTATUS is not set
945
946#
947# Shells
948#
949CONFIG_ASH=y
950CONFIG_ASH_BASH_COMPAT=y
951# CONFIG_ASH_IDLE_TIMEOUT is not set
952CONFIG_ASH_JOB_CONTROL=y
953CONFIG_ASH_ALIAS=y
954CONFIG_ASH_GETOPTS=y
955CONFIG_ASH_BUILTIN_ECHO=y
956CONFIG_ASH_BUILTIN_PRINTF=y
957CONFIG_ASH_BUILTIN_TEST=y
958# CONFIG_ASH_CMDCMD is not set
959# CONFIG_ASH_MAIL is not set
960CONFIG_ASH_OPTIMIZE_FOR_SIZE=y
961# CONFIG_ASH_RANDOM_SUPPORT is not set
962CONFIG_ASH_EXPAND_PRMT=y
963CONFIG_CTTYHACK=y
964# CONFIG_HUSH is not set
965# CONFIG_HUSH_BASH_COMPAT is not set
966# CONFIG_HUSH_BRACE_EXPANSION is not set
967# CONFIG_HUSH_HELP is not set
968# CONFIG_HUSH_INTERACTIVE is not set
969# CONFIG_HUSH_SAVEHISTORY is not set
970# CONFIG_HUSH_JOB is not set
971# CONFIG_HUSH_TICK is not set
972# CONFIG_HUSH_IF is not set
973# CONFIG_HUSH_LOOPS is not set
974# CONFIG_HUSH_CASE is not set
975# CONFIG_HUSH_FUNCTIONS is not set
976# CONFIG_HUSH_LOCAL is not set
977# CONFIG_HUSH_RANDOM_SUPPORT is not set
978# CONFIG_HUSH_EXPORT_N is not set
979# CONFIG_HUSH_MODE_X is not set
980# CONFIG_MSH is not set
981CONFIG_FEATURE_SH_IS_ASH=y
982# CONFIG_FEATURE_SH_IS_HUSH is not set
983# CONFIG_FEATURE_SH_IS_NONE is not set
984# CONFIG_FEATURE_BASH_IS_ASH is not set
985# CONFIG_FEATURE_BASH_IS_HUSH is not set
986CONFIG_FEATURE_BASH_IS_NONE=y
987CONFIG_SH_MATH_SUPPORT=y
988# CONFIG_SH_MATH_SUPPORT_64 is not set
989CONFIG_FEATURE_SH_EXTRA_QUIET=y
990# CONFIG_FEATURE_SH_STANDALONE is not set
991# CONFIG_FEATURE_SH_NOFORK is not set
992CONFIG_FEATURE_SH_HISTFILESIZE=y
993
994#
995# System Logging Utilities
996#
997CONFIG_SYSLOGD=y
998CONFIG_FEATURE_ROTATE_LOGFILE=y
999CONFIG_FEATURE_REMOTE_LOG=y
1000CONFIG_FEATURE_SYSLOGD_DUP=y
1001CONFIG_FEATURE_SYSLOGD_CFG=y
1002CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256
1003CONFIG_FEATURE_IPC_SYSLOG=y
1004CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=16
1005CONFIG_LOGREAD=y
1006CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING=y
1007CONFIG_KLOGD=y
1008CONFIG_FEATURE_KLOGD_KLOGCTL=y
1009CONFIG_LOGGER=y
diff --git a/meta-yocto/recipes-core/busybox/busybox_%.bbappend b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
new file mode 100644
index 0000000000..000578744a
--- /dev/null
+++ b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
@@ -0,0 +1,2 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
2
diff --git a/meta-yocto/recipes-core/psplash/files/psplash-poky-img.h b/meta-yocto/recipes-core/psplash/files/psplash-poky-img.h
new file mode 100644
index 0000000000..e84dac9334
--- /dev/null
+++ b/meta-yocto/recipes-core/psplash/files/psplash-poky-img.h
@@ -0,0 +1,914 @@
1/* Yocto Project logo for psplash
2 *
3 * Created using make-image-header.sh (distributed with psplash)
4 */
5
6/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
7
8#define POKY_IMG_ROWSTRIDE (1708)
9#define POKY_IMG_WIDTH (427)
10#define POKY_IMG_HEIGHT (214)
11#define POKY_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */
12#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \
13 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
14 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
15 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
16 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
17 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
18 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
19 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
20 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
21 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
22 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
23 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
24 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
25 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
26 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
27 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
28 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
29 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
30 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
31 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
32 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
33 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
34 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
35 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
36 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
37 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
38 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
39 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
40 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
41 "\354\340\377\237\350\354\340\377\1\350\354\342\377\377\350\354\340\377" \
42 "\377\350\354\340\377\377\350\354\340\377\254\350\354\340\377\2\241\243" \
43 "\244\377;AC\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
44 "\377\252\350\354\340\377\2\275\277\277\377LQR\377\202.46\377\377\350" \
45 "\354\340\377\377\350\354\340\377\377\350\354\340\377\250\350\354\340" \
46 "\377\2\321\322\323\377]ac\377\204.46\377\377\350\354\340\377\377\350" \
47 "\354\340\377\377\350\354\340\377\246\350\354\340\377\3\346\347\347\377" \
48 "w{|\377/57\377\205.46\377\377\350\354\340\377\377\350\354\340\377\377" \
49 "\350\354\340\377\245\350\354\340\377\2\223\226\227\3775;=\377\207.46" \
50 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\243" \
51 "\350\354\340\377\2\253\255\256\377BHJ\377\211.46\377\377\350\354\340" \
52 "\377\377\350\354\340\377\377\350\354\340\377\241\350\354\340\377\2\304" \
53 "\306\306\377PUW\377\213.46\377\377\350\354\340\377\377\350\354\340\377" \
54 "\377\350\354\340\377\240\350\354\340\377\1\306\310\311\377\215.46\377" \
55 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\240\350" \
56 "\354\340\377\1\302\303\304\377\215.46\377\377\350\354\340\377\377\350" \
57 "\354\340\377\377\350\354\340\377\240\350\354\340\377\1\302\303\304\377" \
58 "\215.46\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
59 "\240\350\354\340\377\1\302\303\304\377\215.46\377\377\350\354\340\377" \
60 "\377\350\354\340\377\377\350\354\340\377\240\350\354\340\377\1\302\303" \
61 "\304\377\215.46\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
62 "\340\377\240\350\354\340\377\1\302\303\304\377\215.46\377\377\350\354" \
63 "\340\377\377\350\354\340\377\377\350\354\340\377\240\350\354\340\377" \
64 "\1\302\303\304\377\215.46\377\377\350\354\340\377\377\350\354\340\377" \
65 "\377\350\354\340\377\240\350\354\340\377\1\302\303\304\377\215.46\377" \
66 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\240\350" \
67 "\354\340\377\1\302\303\304\377\215.46\377\377\350\354\340\377\377\350" \
68 "\354\340\377\377\350\354\340\377\240\350\354\340\377\1\302\303\304\377" \
69 "\215.46\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
70 "\240\350\354\340\377\1\302\303\304\377\215.46\377\377\350\354\340\377" \
71 "\377\350\354\340\377\377\350\354\340\377\240\350\354\340\377\1\302\303" \
72 "\304\377\215.46\377\377\350\354\340\377\305\350\354\340\377\1\346\347" \
73 "\347\377\256\350\354\340\377\1\341\342\343\377\377\350\354\340\377\252" \
74 "\350\354\340\377\1\302\303\304\377\215.46\377\377\350\354\340\377\304" \
75 "\350\354\340\377\3\220\223\224\3775;=\377\244\247\250\377\254\350\354" \
76 "\340\377\4\302\303\304\377179\377\205\210\212\377\350\354\342\377\377" \
77 "\350\354\340\377\250\350\354\340\377\1\302\303\304\377\215.46\377\377" \
78 "\350\354\340\377\302\350\354\340\377\2\250\253\253\377>DF\377\202.46" \
79 "\377\1@FG\377\254\350\354\340\377\1Y^`\377\202.46\377\2;AC\377\241\243" \
80 "\244\377\377\350\354\340\377\247\350\354\340\377\1\302\303\304\377\215" \
81 ".46\377\377\350\354\340\377\300\350\354\340\377\2\303\305\305\377PUW" \
82 "\377\205.46\377\1\230\233\234\377\252\350\354\340\377\1\303\305\305\377" \
83 "\205.46\377\2LQR\377\275\277\277\377\244\350\354\340\377\16\350\352\351" \
84 "\377\313\314\315\377\254\257\257\377\224\227\230\377\214\220\221\377" \
85 "\202\205\206\377w{|\377uy{\377\202\205\206\377\213\216\217\377\223\226" \
86 "\227\377\253\255\256\377\310\312\312\377\346\346\347\377\362\350\354" \
87 "\340\377\1\302\303\304\377\215.46\377\267\350\354\340\377\16\352\354" \
88 "\345\377\315\316\317\377\257\262\263\377\225\230\231\377\216\221\222" \
89 "\377\202\205\206\377x|}\377txy\377\202\205\206\377\211\214\215\377\221" \
90 "\224\225\377\247\252\253\377\305\306\307\377\342\343\343\377\370\350" \
91 "\354\340\377\2\327\330\330\377bgh\377\207.46\377\1""9\77A\377\252\350" \
92 "\354\340\377\1]ac\377\207.46\377\2bgh\377\327\330\330\377\236\350\354" \
93 "\340\377\4\323\324\324\377\237\242\243\377kop\3779>@\377\216.46\377\4" \
94 "7=\77\377fjl\377\232\235\236\377\316\317\320\377\303\350\354\340\377" \
95 "\7\352\354\346\377\332\333\334\377\303\305\305\377\271\273\274\377\263" \
96 "\265\266\377\253\256\257\377\247\252\253\377\244\235\240\241\377\1}\200" \
97 "\202\377\215.46\377\1\227\232\233\377\221\235\240\241\377\1\335\336\336" \
98 "\377\240\350\354\340\377\4\330\332\332\377\244\247\250\377ptu\377>CE" \
99 "\377\216.46\377\4""4:<\377_de\377\224\230\231\377\311\312\313\377\362" \
100 "\350\354\340\377\3\352\353\347\377~\202\203\377068\377\211.46\377\1\216" \
101 "\221\222\377\250\350\354\340\377\1\306\310\311\377\211.46\377\3""068" \
102 "\377~\202\203\377\352\353\347\377\231\350\354\340\377\3\332\333\334\377" \
103 "\214\220\221\377CIJ\377\226.46\377\3>CE\377\207\212\213\377\321\322\323" \
104 "\377\272\350\354\340\377\6\324\325\325\377\257\261\262\377\213\217\220" \
105 "\377gkl\377FKM\37728:\377\313.46\377\1\265\267\270\377\235\350\354\340" \
106 "\377\3\341\342\342\377\224\230\231\377JOQ\377\226.46\377\3""9\77A\377" \
107 "}\200\202\377\312\313\314\377\356\350\354\340\377\2\225\230\231\3778" \
108 ">\77\377\213.46\377\2""5;=\377\350\352\351\377\247\350\354\340\377\1" \
109 "_de\377\213.46\377\2""8>\77\377\232\235\236\377\226\350\354\340\377\2" \
110 "\264\266\266\377V[]\377\234.46\377\2PUV\377\253\256\257\377\264\350\354" \
111 "\340\377\4\322\323\324\377\235\237\240\377gkl\3776<>\377\321.46\377\1" \
112 "\265\267\270\377\233\350\354\340\377\2\277\301\302\377`ef\377\234.46" \
113 "\377\2GMN\377\240\243\244\377\354\350\354\340\377\1BHJ\377\215.46\377" \
114 "\1\202\205\206\377\246\350\354\340\377\1\311\312\313\377\215.46\377\1" \
115 "CIJ\377\224\350\354\340\377\2\241\243\244\377FKM\377\240.46\377\2@FG" \
116 "\377\231\233\234\377\257\350\354\340\377\3\325\326\327\377\214\220\221" \
117 "\377EJL\377\325.46\377\1\265\267\270\377\231\350\354\340\377\2\255\257" \
118 "\260\377NSU\377\240.46\377\3""9\77A\377\220\223\224\377\350\354\342\377" \
119 "\351\350\354\340\377\1\251\253\254\377\215.46\377\2""179\377\341\342" \
120 "\343\377\245\350\354\340\377\1bfh\377\215.46\377\1\244\247\250\377\222" \
121 "\350\354\340\377\2\275\277\277\377LQR\377\244.46\377\2BHJ\377\264\267" \
122 "\267\377\253\350\354\340\377\2\253\256\257\377PUV\377\330.46\377\1\265" \
123 "\267\270\377\227\350\354\340\377\2\313\314\315\377UY[\377\244.46\377" \
124 "\2;AC\377\247\252\253\377\351\350\354\340\377\1LQS\377\215.46\377\1x" \
125 "|}\377\244\350\354\340\377\1\314\316\316\377\215.46\377\1BGI\377\221" \
126 "\350\354\340\377\2\346\347\347\377hmn\377\250.46\377\2]ac\377\340\341" \
127 "\341\377\247\350\354\340\377\2\235\237\240\377BGI\377\332.46\377\1\265" \
128 "\267\270\377\225\350\354\340\377\2\350\354\342\377txz\377\250.46\377" \
129 "\2PUW\377\324\326\326\377\347\350\354\340\377\1\270\272\272\377\215." \
130 "46\377\2""068\377\330\332\332\377\243\350\354\340\377\1eik\377\215.4" \
131 "6\377\1\242\244\245\377\220\350\354\340\377\2\275\277\277\377=BD\377" \
132 "\252.46\377\2""8>\77\377\261\263\264\377\244\350\354\340\377\2\265\267" \
133 "\270\377BHJ\377\334.46\377\1\265\267\270\377\224\350\354\340\377\2\313" \
134 "\315\315\377EJL\377\252.46\377\2""28:\377\240\243\244\377\347\350\354" \
135 "\340\377\1V[]\377\215.46\377\1kpq\377\242\350\354\340\377\1\316\317\320" \
136 "\377\215.46\377\1@FG\377\220\350\354\340\377\1\210\214\215\377\256.4" \
137 "6\377\1y}\177\377\241\350\354\340\377\2\336\337\337\377aeg\377\336.4" \
138 "6\377\1\265\267\270\377\223\350\354\340\377\2\231\234\235\377068\377" \
139 "\255.46\377\1imo\377\346\350\354\340\377\1\304\306\306\377\216.46\377" \
140 "\1\317\321\321\377\241\350\354\340\377\1glm\377\215.46\377\1\236\241" \
141 "\242\377\217\350\354\340\377\1ptu\377\260.46\377\1chi\377\237\350\354" \
142 "\340\377\2\264\267\267\3778>\77\377\337.46\377\1\265\267\270\377\222" \
143 "\350\354\340\377\1\202\205\206\377\260.46\377\2TYZ\377\352\353\347\377" \
144 "\345\350\354\340\377\1chi\377\215.46\377\1bfh\377\240\350\354\340\377" \
145 "\1\321\322\323\377\215.46\377\1>DF\377\217\350\354\340\377\1_de\377\262" \
146 ".46\377\2TYZ\377\352\353\347\377\234\350\354\340\377\1\202\205\206\377" \
147 "\341.46\377\1\265\267\270\377\221\350\354\340\377\1ptv\377\262.46\377" \
148 "\2HMO\377\337\340\340\377\344\350\354\340\377\2\322\323\324\377/57\377" \
149 "\215.46\377\1\304\306\306\377\237\350\354\340\377\1kop\377\215.46\377" \
150 "\1\234\237\240\377\216\350\354\340\377\1aeg\377\264.46\377\1SXY\377\233" \
151 "\350\354\340\377\1fjl\377\342.46\377\1\265\267\270\377\220\350\354\340" \
152 "\377\1ptu\377\264.46\377\2EJL\377\350\351\351\377\344\350\354\340\377" \
153 "\1ptv\377\215.46\377\1V[]\377\236\350\354\340\377\1\324\326\326\377\215" \
154 ".46\377\1=BD\377\216\350\354\340\377\1nrs\377\226.46\377\12=BD\377`e" \
155 "f\377\200\204\205\377\220\223\224\377\233\236\237\377\234\237\240\377" \
156 "\220\223\224\377\202\205\206\377bgh\377>DF\377\226.46\377\1dij\377\231" \
157 "\350\354\340\377\1_de\377\231.46\377\3""39;\377EJL\377Y^`\377\202fjl" \
158 "\377\1swx\377\244txy\377\1_de\377\215.46\377\1ptu\377\221txy\377\1\316" \
159 "\317\320\377\217\350\354\340\377\1\204\210\211\377\226.46\377\12""9\77" \
160 "A\377[`a\377}\200\202\377\220\223\224\377\231\234\235\377\235\240\241" \
161 "\377\220\223\224\377\205\210\212\377fjl\377BHJ\377\226.46\377\1SXY\377" \
162 "\344\350\354\340\377\2\335\336\336\377068\377\215.46\377\1\271\273\274" \
163 "\377\235\350\354\340\377\1lqr\377\215.46\377\1\231\233\234\377\215\350" \
164 "\354\340\377\1\207\213\214\377\224.46\377\3PUW\377\234\237\240\377\327" \
165 "\330\330\377\212\350\354\340\377\3\332\333\334\377\236\241\242\377PU" \
166 "V\377\224.46\377\1x|}\377\227\350\354\340\377\1[`a\377\225.46\377\5K" \
167 "PR\377\177\203\204\377\247\252\253\377\311\312\313\377\352\354\346\377" \
168 "\252\350\354\340\377\1\302\303\304\377\215.46\377\241\350\354\340\377" \
169 "\1\237\242\243\377\224.46\377\3JOQ\377\226\231\232\377\320\322\322\377" \
170 "\212\350\354\340\377\3\336\337\337\377\242\245\246\377Y]_\377\224.46" \
171 "\377\1eik\377\344\350\354\340\377\1~\201\202\377\215.46\377\1OTV\377" \
172 "\234\350\354\340\377\2\326\327\330\377/57\377\214.46\377\1;AC\377\215" \
173 "\350\354\340\377\1\271\273\274\377\222.46\377\3/57\377ptu\377\314\316" \
174 "\316\377\220\350\354\340\377\2\312\313\314\377jnp\377\223.46\377\1\254" \
175 "\257\257\377\225\350\354\340\377\1y|~\377\222.46\377\4/57\377]ac\377" \
176 "\247\252\253\377\346\347\347\377\257\350\354\340\377\1\302\303\304\377" \
177 "\215.46\377\240\350\354\340\377\2\316\317\320\377068\377\222.46\377\2" \
178 "fjl\377\305\306\307\377\220\350\354\340\377\3\323\324\324\377txy\377" \
179 "068\377\222.46\377\1\225\230\231\377\343\350\354\340\377\2\347\350\350" \
180 "\3775:<\377\215.46\377\1\256\260\261\377\233\350\354\340\377\1ptu\377" \
181 "\215.46\377\1\226\231\232\377\214\350\354\340\377\2\344\345\345\377:" \
182 "@B\377\221.46\377\2gkl\377\332\333\334\377\224\350\354\340\377\2\324" \
183 "\326\326\377^ce\377\221.46\377\2""6<>\377\335\336\337\377\223\350\354" \
184 "\340\377\1\235\240\241\377\221.46\377\3""39;\377\177\203\204\377\341" \
185 "\342\342\377\262\350\354\340\377\1\302\303\304\377\215.46\377\237\350" \
186 "\354\340\377\2\350\354\342\377FKM\377\221.46\377\2[`a\377\321\322\323" \
187 "\377\224\350\354\340\377\2\335\336\337\377kop\377\221.46\377\2""068\377" \
188 "\314\316\316\377\343\350\354\340\377\1\213\217\220\377\215.46\377\1F" \
189 "KM\377\232\350\354\340\377\2\331\332\333\377/57\377\214.46\377\1:@B\377" \
190 "\215\350\354\340\377\1^ce\377\220.46\377\2;AC\377\265\267\270\377\230" \
191 "\350\354\340\377\2\251\253\254\3775;=\377\220.46\377\1Y]_\377\222\350" \
192 "\354\340\377\2\325\326\327\377068\377\220.46\377\2ptu\377\346\346\347" \
193 "\377\264\350\354\340\377\1\302\303\304\377\215.46\377\237\350\354\340" \
194 "\377\1txz\377\220.46\377\2""6<>\377\250\253\253\377\230\350\354\340\377" \
195 "\2\270\272\272\377<BC\377\220.46\377\1GMN\377\343\350\354\340\377\2\350" \
196 "\354\342\3779\77A\377\215.46\377\1\244\247\250\377\231\350\354\340\377" \
197 "\1rvw\377\215.46\377\1\223\226\227\377\214\350\354\340\377\1\261\263" \
198 "\264\377\220.46\377\2X]^\377\344\345\345\377\232\350\354\340\377\2\327" \
199 "\330\330\377HMO\377\220.46\377\1\255\257\260\377\221\350\354\340\377" \
200 "\1UY[\377\217.46\377\2<BC\377\274\276\276\377\266\350\354\340\377\1\302" \
201 "\303\304\377\215.46\377\236\350\354\340\377\1\311\312\313\377\220.46" \
202 "\377\2LQS\377\330\332\332\377\232\350\354\340\377\2\342\343\343\377S" \
203 "XY\377\220.46\377\1\224\230\231\377\343\350\354\340\377\1\230\233\234" \
204 "\377\215.46\377\1@FG\377\230\350\354\340\377\2\332\333\334\377068\377" \
205 "\214.46\377\1""9>@\377\215\350\354\340\377\1AFH\377\217.46\377\1gkl\377" \
206 "\235\350\354\340\377\2\352\353\347\377OTV\377\217.46\377\1\77EG\377\220" \
207 "\350\354\340\377\1\232\235\236\377\217.46\377\2MRT\377\340\341\341\377" \
208 "\267\350\354\340\377\1\302\303\304\377\215.46\377\236\350\354\340\377" \
209 "\1OTV\377\217.46\377\2W\\]\377\350\354\342\377\235\350\354\340\377\1" \
210 "\\ab\377\217.46\377\2""5:<\377\346\346\347\377\343\350\354\340\377\1" \
211 "AFH\377\215.46\377\1\230\233\234\377\227\350\354\340\377\1uy{\377\215" \
212 ".46\377\1\220\224\225\377\214\350\354\340\377\1\217\222\223\377\217." \
213 "46\377\1imo\377\237\350\354\340\377\2\352\354\346\377LQR\377\217.46\377" \
214 "\1\220\224\225\377\217\350\354\340\377\1""9>@\377\216.46\377\2OTV\377" \
215 "\351\354\343\377\270\350\354\340\377\1\302\303\304\377\215.46\377\235" \
216 "\350\354\340\377\1\246\251\252\377\217.46\377\1[`a\377\240\350\354\340" \
217 "\377\1[`a\377\217.46\377\1{\177\200\377\343\350\354\340\377\1\246\251" \
218 "\252\377\215.46\377\2""9\77A\377\350\354\342\377\225\350\354\340\377" \
219 "\2\335\336\337\377068\377\214.46\377\2""8>\77\377\351\354\343\377\214" \
220 "\350\354\340\377\1""9>@\377\216.46\377\1QVX\377\241\350\354\340\377\2" \
221 "\341\342\343\377\77EG\377\216.46\377\1;AC\377\216\350\354\340\377\1\224" \
222 "\230\231\377\216.46\377\2GLN\377\350\351\351\377\271\350\354\340\377" \
223 "\1\302\303\304\377\215.46\377\235\350\354\340\377\1GLN\377\216.46\377" \
224 "\2EJL\377\350\351\351\377\240\350\354\340\377\2\351\354\343\377JOQ\377" \
225 "\216.46\377\2""179\377\346\347\347\377\343\350\354\340\377\1INP\377\215" \
226 ".46\377\1\216\221\222\377\225\350\354\340\377\1x|}\377\215.46\377\1\216" \
227 "\221\222\377\214\350\354\340\377\1\230\233\234\377\216.46\377\2""7=\77" \
228 "\377\337\340\340\377\242\350\354\340\377\2\312\313\314\377068\377\216" \
229 ".46\377\1\242\244\245\377\215\350\354\340\377\1;AC\377\215.46\377\2""0" \
230 "68\377\316\317\320\377\272\350\354\340\377\1\302\303\304\377\215.46\377" \
231 "\234\350\354\340\377\1\257\261\262\377\216.46\377\2""068\377\317\320" \
232 "\320\377\242\350\354\340\377\2\330\332\332\3775:<\377\216.46\377\1\213" \
233 "\216\217\377\343\350\354\340\377\1\264\266\266\377\215.46\377\2""5;=" \
234 "\377\350\352\351\377\223\350\354\340\377\2\337\340\340\377068\377\214" \
235 ".46\377\2""6<>\377\352\354\346\377\214\350\354\340\377\1>DF\377\216." \
236 "46\377\1\246\250\251\377\244\350\354\340\377\1\216\221\222\377\216.4" \
237 "6\377\1GLN\377\214\350\354\340\377\1\246\251\252\377\216.46\377\1\223" \
238 "\226\227\377\273\350\354\340\377\1\302\303\304\377\215.46\377\234\350" \
239 "\354\340\377\1OTV\377\216.46\377\1\220\223\224\377\244\350\354\340\377" \
240 "\1\244\247\250\377\216.46\377\1""8>\77\377\344\350\354\340\377\1UY[\377" \
241 "\215.46\377\1\202\205\206\377\223\350\354\340\377\1z~\177\377\215.46" \
242 "\377\1\213\216\217\377\214\350\354\340\377\1\271\273\274\377\216.46\377" \
243 "\1Z_a\377\246\350\354\340\377\1JOQ\377\216.46\377\1\310\312\312\377\213" \
244 "\350\354\340\377\1[`a\377\215.46\377\1BHJ\377\274\350\354\340\377\1\302" \
245 "\303\304\377\215.46\377\233\350\354\340\377\1\320\322\322\377\216.46" \
246 "\377\1HMO\377\246\350\354\340\377\1\\ab\377\216.46\377\1\260\263\263" \
247 "\377\343\350\354\340\377\1\302\303\304\377\215.46\377\2""179\377\341" \
248 "\342\342\377\221\350\354\340\377\2\341\342\343\377179\377\214.46\377" \
249 "\2""5;=\377\352\353\347\377\214\350\354\340\377\1nrs\377\216.46\377\1" \
250 "\316\317\320\377\246\350\354\340\377\1\273\275\276\377\216.46\377\1|" \
251 "\200\201\377\212\350\354\340\377\1\341\342\343\377\216.46\377\1\253\255" \
252 "\256\377\274\350\354\340\377\1\302\303\304\377\215.46\377\233\350\354" \
253 "\340\377\1\204\210\211\377\216.46\377\1\270\272\272\377\246\350\354\340" \
254 "\377\2\321\322\323\377/57\377\215.46\377\1eik\377\344\350\354\340\377" \
255 "\1_de\377\215.46\377\1x|}\377\221\350\354\340\377\1~\201\202\377\215" \
256 ".46\377\1\210\214\215\377\214\350\354\340\377\2\350\354\342\37728:\377" \
257 "\215.46\377\1hmn\377\250\350\354\340\377\1X]^\377\215.46\377\1""9>@\377" \
258 "\212\350\354\340\377\1\231\234\235\377\215.46\377\1;AC\377\275\350\354" \
259 "\340\377\1\302\303\304\377\215.46\377\233\350\354\340\377\1=BD\377\215" \
260 ".46\377\1PUW\377\250\350\354\340\377\1ost\377\215.46\377\2""068\377\351" \
261 "\352\350\377\343\350\354\340\377\1\316\317\320\377\215.46\377\2""068" \
262 "\377\330\332\332\377\217\350\354\340\377\2\343\344\344\377179\377\214" \
263 ".46\377\2""4:<\377\350\352\351\377\214\350\354\340\377\1\265\267\270" \
264 "\377\216.46\377\1\305\306\307\377\250\350\354\340\377\1\271\273\273\377" \
265 "\216.46\377\1\303\305\305\377\211\350\354\340\377\1eik\377\215.46\377" \
266 "\1\207\212\213\377\275\350\354\340\377\1\302\303\304\377\215.46\377\232" \
267 "\350\354\340\377\1\313\314\315\377\216.46\377\1\260\263\263\377\250\350" \
268 "\354\340\377\1\317\320\320\377\216.46\377\1\254\257\257\377\344\350\354" \
269 "\340\377\1nrs\377\215.46\377\1kpq\377\217\350\354\340\377\1\200\204\205" \
270 "\377\215.46\377\1\205\210\212\377\215\350\354\340\377\1\201\204\206\377" \
271 "\215.46\377\1MRT\377\252\350\354\340\377\1BHJ\377\215.46\377\1\217\222" \
272 "\223\377\211\350\354\340\377\1""6<>\377\215.46\377\1\312\313\314\377" \
273 "\275\350\354\340\377\1\302\303\304\377\215.46\377\232\350\354\340\377" \
274 "\1\226\231\232\377\215.46\377\1=BD\377\252\350\354\340\377\1W\\]\377" \
275 "\215.46\377\1x|}\377\344\350\354\340\377\2\333\334\334\377068\377\215" \
276 ".46\377\1\317\320\320\377\215\350\354\340\377\2\345\346\346\37739;\377" \
277 "\214.46\377\2""39;\377\347\350\350\377\215\350\354\340\377\1LQR\377\215" \
278 ".46\377\1\225\230\231\377\252\350\354\340\377\1\211\214\215\377\215." \
279 "46\377\1\\ab\377\210\350\354\340\377\1\321\322\323\377\215.46\377\1:" \
280 "@B\377\276\350\354\340\377\1\302\303\304\377\215.46\377\232\350\354\340" \
281 "\377\1bgh\377\215.46\377\1\177\203\204\377\252\350\354\340\377\1\237" \
282 "\242\243\377\215.46\377\1DIK\377\345\350\354\340\377\1z~\177\377\215" \
283 ".46\377\1bfh\377\215\350\354\340\377\1\203\207\210\377\215.46\377\1\203" \
284 "\207\210\377\215\350\354\340\377\1\352\354\346\377\216.46\377\1\335\336" \
285 "\336\377\252\350\354\340\377\1\316\317\320\377\215.46\377\1""179\377" \
286 "\210\350\354\340\377\1\246\251\252\377\215.46\377\1imo\377\276\350\354" \
287 "\340\377\1\302\303\304\377\215.46\377\232\350\354\340\377\1""5:<\377" \
288 "\215.46\377\1\306\310\311\377\252\350\354\340\377\1\344\345\345\377\216" \
289 ".46\377\1\344\345\345\377\252\350\354\340\377\5\304\336\373\377\236\311" \
290 "\370\377\220\301\367\377\234\310\370\377\273\331\372\377\265\350\354" \
291 "\340\377\2\344\345\345\37739;\377\215.46\377\1\304\306\306\377\213\350" \
292 "\354\340\377\2\347\350\350\37739;\377\214.46\377\2""28:\377\345\346\346" \
293 "\377\215\350\354\340\377\1\313\315\315\377\215.46\377\1@FG\377\254\350" \
294 "\354\340\377\1""6<>\377\215.46\377\1\331\332\333\377\207\350\354\340" \
295 "\377\1\212\215\216\377\215.46\377\1\222\225\226\377\276\350\354\340\377" \
296 "\1\302\303\304\377\215.46\377\231\350\354\340\377\1\341\342\343\377\215" \
297 ".46\377\1""28:\377\254\350\354\340\377\1HMO\377\215.46\377\1\302\304" \
298 "\305\377\250\350\354\340\377\2\262\324\371\377[\244\363\377\205O\235" \
299 "\362\377\2U\240\362\377\236\311\370\377\264\350\354\340\377\1\211\214" \
300 "\215\377\215.46\377\1V[]\377\213\350\354\340\377\1\205\210\212\377\215" \
301 ".46\377\1\200\204\205\377\216\350\354\340\377\1\253\256\257\377\215." \
302 "46\377\1quw\377\254\350\354\340\377\1chi\377\215.46\377\1\275\277\277" \
303 "\377\207\350\354\340\377\1mqs\377\215.46\377\1\270\272\272\377\276\350" \
304 "\354\340\377\1\302\303\304\377\215.46\377\231\350\354\340\377\1\302\304" \
305 "\305\377\215.46\377\1[`a\377\254\350\354\340\377\1y}\177\377\215.46\377" \
306 "\1\246\250\251\377\247\350\354\340\377\1\214\277\366\377\211O\235\362" \
307 "\377\1u\262\365\377\263\350\354\340\377\2\352\354\345\3779>@\377\215" \
308 ".46\377\1\271\273\273\377\211\350\354\340\377\2\350\352\351\3775:<\377" \
309 "\214.46\377\2""179\377\343\344\344\377\216\350\354\340\377\1\217\222" \
310 "\223\377\215.46\377\1\231\233\234\377\254\350\354\340\377\1\212\215\216" \
311 "\377\215.46\377\1\235\240\241\377\207\350\354\340\377\1QVX\377\215.4" \
312 "6\377\1\320\322\322\377\276\350\354\340\377\1\302\303\304\377\215.46" \
313 "\377\231\350\354\340\377\1\246\250\251\377\215.46\377\1\202\205\206\377" \
314 "\254\350\354\340\377\1\237\242\243\377\215.46\377\1\207\212\213\377\246" \
315 "\350\354\340\377\1\236\311\370\377\213O\235\362\377\1\177\270\366\377" \
316 "\263\350\354\340\377\1\225\230\231\377\215.46\377\1OTV\377\211\350\354" \
317 "\340\377\1\210\214\215\377\215.46\377\1}\200\202\377\217\350\354\340" \
318 "\377\1y|~\377\215.46\377\1\264\267\267\377\254\350\354\340\377\1\246" \
319 "\251\252\377\215.46\377\1\206\211\212\377\207\350\354\340\377\1;AC\377" \
320 "\215.46\377\1\347\350\350\377\276\350\354\340\377\1\302\303\304\377\215" \
321 ".46\377\231\350\354\340\377\1\216\221\222\377\215.46\377\1\235\240\241" \
322 "\377\254\350\354\340\377\1\274\276\276\377\215.46\377\1nrs\377\245\350" \
323 "\354\340\377\2\342\357\375\377Q\236\362\377\214O\235\362\377\1\304\336" \
324 "\373\377\263\350\354\340\377\1>DF\377\215.46\377\1\256\260\261\377\207" \
325 "\350\354\340\377\2\352\353\347\3775;=\377\214.46\377\2""179\377\341\342" \
326 "\342\377\217\350\354\340\377\1kpq\377\215.46\377\1\313\315\315\377\254" \
327 "\350\354\340\377\1\276\300\301\377\215.46\377\1{\177\200\377\207\350" \
328 "\354\340\377\1""179\377\215.46\377\277\350\354\340\377\1\302\303\304" \
329 "\377\215.46\377\231\350\354\340\377\1\204\210\211\377\215.46\377\1\267" \
330 "\271\272\377\254\350\354\340\377\1\326\327\330\377\215.46\377\1eik\377" \
331 "\245\350\354\340\377\1\232\307\370\377\215O\235\362\377\1z\265\365\377" \
332 "\263\350\354\340\377\1\243\246\247\377\215.46\377\1FKM\377\207\350\354" \
333 "\340\377\1\213\216\217\377\215.46\377\1y}\177\377\220\350\354\340\377" \
334 "\1bgh\377\215.46\377\1\332\333\334\377\254\350\354\340\377\1\314\316" \
335 "\316\377\215.46\377\1quw\377\207\350\354\340\377\216.46\377\277\350\354" \
336 "\340\377\1\302\303\304\377\215.46\377\231\350\354\340\377\1y|~\377\215" \
337 ".46\377\1\302\303\304\377\254\350\354\340\377\1\341\342\343\377\215." \
338 "46\377\1[`a\377\245\350\354\340\377\1i\254\364\377\215O\235\362\377\1" \
339 "Q\236\362\377\264\350\354\340\377\1GMN\377\215.46\377\1\243\246\247\377" \
340 "\205\350\354\340\377\2\352\354\346\3776<>\377\214.46\377\2""068\377\337" \
341 "\340\340\377\220\350\354\340\377\1Y^`\377\215.46\377\1\341\342\343\377" \
342 "\254\350\354\340\377\1\324\326\326\377\215.46\377\1hmn\377\207\350\354" \
343 "\340\377\215.46\377\1""8>\77\377\277\350\354\340\377\1\302\303\304\377" \
344 "\215.46\377\231\350\354\340\377\1ptu\377\215.46\377\1\314\316\316\377" \
345 "\254\350\354\340\377\1\351\352\350\377\215.46\377\1QVX\377\245\350\354" \
346 "\340\377\1U\240\362\377\216O\235\362\377\1\344\360\375\377\263\350\354" \
347 "\340\377\1\260\263\263\377\215.46\377\1@FG\377\205\350\354\340\377\1" \
348 "\216\221\222\377\215.46\377\1w{|\377\221\350\354\340\377\1Y]_\377\215" \
349 ".46\377\1\342\343\343\377\254\350\354\340\377\1\325\326\327\377\215." \
350 "46\377\1glm\377\206\350\354\340\377\1\351\352\350\377\215.46\377\1""5" \
351 ";=\377\277\350\354\340\377\1\302\303\304\377\215.46\377\231\350\354\340" \
352 "\377\1ptu\377\215.46\377\1\315\316\317\377\254\350\354\340\377\1\352" \
353 "\353\347\377\215.46\377\1QVX\377\245\350\354\340\377\1U\240\362\377\216" \
354 "O\235\362\377\1\345\361\375\377\264\350\354\340\377\1PUW\377\215.46\377" \
355 "\1\230\233\234\377\203\350\354\340\377\2\351\354\343\3778>\77\377\214" \
356 ".46\377\2""068\377\335\336\336\377\221\350\354\340\377\1bfh\377\215." \
357 "46\377\1\332\333\334\377\254\350\354\340\377\1\314\316\316\377\215.4" \
358 "6\377\1quw\377\207\350\354\340\377\216.46\377\277\350\354\340\377\1\302" \
359 "\303\304\377\215.46\377\231\350\354\340\377\1x|}\377\215.46\377\1\302" \
360 "\303\304\377\254\350\354\340\377\1\341\342\343\377\215.46\377\1Z_a\377" \
361 "\245\350\354\340\377\1l\255\364\377\215O\235\362\377\1R\237\362\377\265" \
362 "\350\354\340\377\1\275\277\300\377\215.46\377\2""9\77A\377\350\354\342" \
363 "\377\202\350\354\340\377\1\220\224\225\377\215.46\377\1txz\377\222\350" \
364 "\354\340\377\1kpq\377\215.46\377\1\314\316\316\377\254\350\354\340\377" \
365 "\1\277\301\302\377\215.46\377\1z~\177\377\207\350\354\340\377\216.46" \
366 "\377\1\352\354\345\377\276\350\354\340\377\1\302\303\304\377\215.46\377" \
367 "\231\350\354\340\377\1\204\210\211\377\215.46\377\1\271\273\273\377\254" \
368 "\350\354\340\377\1\327\330\330\377\215.46\377\1dij\377\245\350\354\340" \
369 "\377\1\236\311\370\377\215O\235\362\377\1\177\270\366\377\266\350\354" \
370 "\340\377\1]ac\377\215.46\377\4\215\220\221\377\350\354\340\377\350\354" \
371 "\342\3779>@\377\214.46\377\2/57\377\332\333\334\377\222\350\354\340\377" \
372 "\1w{|\377\215.46\377\1\265\267\270\377\254\350\354\340\377\1\250\253" \
373 "\253\377\215.46\377\1\205\210\212\377\207\350\354\340\377\1""068\377" \
374 "\215.46\377\1\341\342\342\377\276\350\354\340\377\1\302\303\304\377\215" \
375 ".46\377\231\350\354\340\377\1\215\220\221\377\215.46\377\1\237\242\243" \
376 "\377\254\350\354\340\377\1\276\300\301\377\215.46\377\1mqs\377\245\350" \
377 "\354\340\377\2\350\362\375\377S\237\362\377\214O\235\362\377\1\315\343" \
378 "\373\377\266\350\354\340\377\1\313\315\315\377\215.46\377\3""5;=\377" \
379 "\350\352\351\377\223\226\227\377\215.46\377\1quw\377\223\350\354\340" \
380 "\377\1\216\221\222\377\215.46\377\1\231\234\235\377\254\350\354\340\377" \
381 "\1\214\220\221\377\215.46\377\1\234\237\240\377\207\350\354\340\377\1" \
382 "AFH\377\215.46\377\1\321\322\323\377\276\350\354\340\377\1\302\303\304" \
383 "\377\215.46\377\231\350\354\340\377\1\244\247\250\377\215.46\377\1\203" \
384 "\207\210\377\254\350\354\340\377\1\241\243\244\377\215.46\377\1\205\210" \
385 "\212\377\246\350\354\340\377\1\253\320\371\377\213O\235\362\377\1\214" \
386 "\277\366\377\270\350\354\340\377\1imo\377\215.46\377\2uy{\377:@B\377" \
387 "\214.46\377\2/57\377\330\332\332\377\223\350\354\340\377\1\252\254\255" \
388 "\377\215.46\377\1txy\377\254\350\354\340\377\1gkl\377\215.46\377\1\272" \
389 "\274\275\377\207\350\354\340\377\1W\\]\377\215.46\377\1\251\253\254\377" \
390 "\276\350\354\340\377\1\302\303\304\377\215.46\377\231\350\354\340\377" \
391 "\1\301\302\303\377\215.46\377\1^ce\377\254\350\354\340\377\1}\200\202" \
392 "\377\215.46\377\1\243\246\247\377\247\350\354\340\377\1\231\306\367\377" \
393 "\211O\235\362\377\1\200\270\366\377\271\350\354\340\377\2\327\330\330" \
394 "\377068\377\232.46\377\1nrs\377\224\350\354\340\377\1\311\312\313\377" \
395 "\215.46\377\1CIJ\377\254\350\354\340\377\1""8>\77\377\215.46\377\1\330" \
396 "\331\331\377\207\350\354\340\377\1kpq\377\215.46\377\1\177\203\204\377" \
397 "\276\350\354\340\377\1\302\303\304\377\215.46\377\231\350\354\340\377" \
398 "\1\337\340\340\377\215.46\377\1""4:<\377\254\350\354\340\377\1LQR\377" \
399 "\215.46\377\1\301\302\303\377\250\350\354\340\377\2\303\336\373\377d" \
400 "\251\364\377\205O\235\362\377\2Z\243\363\377\260\323\371\377\273\350" \
401 "\354\340\377\1x|}\377\231.46\377\2/57\377\325\326\327\377\224\350\354" \
402 "\340\377\1\351\352\350\377\216.46\377\1\340\341\341\377\252\350\354\340" \
403 "\377\1\321\322\323\377\215.46\377\1""068\377\210\350\354\340\377\1\213" \
404 "\217\220\377\215.46\377\1V[]\377\276\350\354\340\377\1\302\303\304\377" \
405 "\215.46\377\232\350\354\340\377\1""39;\377\215.46\377\1\312\313\314\377" \
406 "\252\350\354\340\377\1\350\351\351\377\216.46\377\1\341\342\342\377\252" \
407 "\350\354\340\377\5\323\346\374\377\255\321\371\377\236\311\370\377\251" \
408 "\317\371\377\313\342\373\377\275\350\354\340\377\2\342\343\343\37728" \
409 ":\377\230.46\377\1kpq\377\226\350\354\340\377\1INP\377\215.46\377\1\232" \
410 "\235\236\377\252\350\354\340\377\1\214\220\221\377\215.46\377\1X]^\377" \
411 "\210\350\354\340\377\1\261\263\264\377\215.46\377\1""179\377\276\350" \
412 "\354\340\377\1\302\303\304\377\215.46\377\232\350\354\340\377\1_de\377" \
413 "\215.46\377\1\204\210\211\377\252\350\354\340\377\1\243\246\247\377\215" \
414 ".46\377\1BGI\377\356\350\354\340\377\1\204\210\211\377\230.46\377\1\323" \
415 "\324\324\377\226\350\354\340\377\1}\200\202\377\215.46\377\1QVX\377\252" \
416 "\350\354\340\377\1GLN\377\215.46\377\1\214\220\221\377\210\350\354\340" \
417 "\377\1\330\331\331\377\216.46\377\1\253\256\257\377\275\350\354\340\377" \
418 "\1\302\303\304\377\215.46\377\232\350\354\340\377\1\224\227\230\377\215" \
419 ".46\377\1\77EG\377\252\350\354\340\377\1[`a\377\215.46\377\1txz\377\356" \
420 "\350\354\340\377\2\352\353\347\3776<>\377\226.46\377\1imo\377\227\350" \
421 "\354\340\377\1\262\264\265\377\216.46\377\1\313\314\315\377\250\350\354" \
422 "\340\377\1\276\300\301\377\216.46\377\1\300\302\302\377\211\350\354\340" \
423 "\377\1;AC\377\215.46\377\1_de\377\275\350\354\340\377\1\302\303\304\377" \
424 "\215.46\377\232\350\354\340\377\1\306\310\311\377\216.46\377\1\265\267" \
425 "\270\377\250\350\354\340\377\1\324\325\325\377\216.46\377\1\251\253\254" \
426 "\377\357\350\354\340\377\1\223\226\227\377\226.46\377\1\320\322\322\377" \
427 "\227\350\354\340\377\2\352\354\350\377179\377\215.46\377\1ost\377\250" \
428 "\350\354\340\377\1]ac\377\215.46\377\1""6<>\377\212\350\354\340\377\1" \
429 "mqs\377\215.46\377\2/57\377\341\342\343\377\274\350\354\340\377\1\302" \
430 "\303\304\377\215.46\377\233\350\354\340\377\1""9\77A\377\215.46\377\1" \
431 "V[]\377\250\350\354\340\377\1txz\377\215.46\377\2/57\377\346\346\347" \
432 "\377\360\350\354\340\377\1=BD\377\224.46\377\1fjl\377\231\350\354\340" \
433 "\377\1imo\377\215.46\377\2/57\377\324\325\325\377\246\350\354\340\377" \
434 "\1\303\305\305\377\216.46\377\1x|}\377\212\350\354\340\377\1\246\251" \
435 "\252\377\216.46\377\1y}\177\377\274\350\354\340\377\1\302\303\304\377" \
436 "\215.46\377\233\350\354\340\377\1\200\204\205\377\216.46\377\1\276\300" \
437 "\301\377\246\350\354\340\377\2\330\331\331\377068\377\215.46\377\1`e" \
438 "f\377\361\350\354\340\377\1\237\242\243\377\224.46\377\1\316\317\320" \
439 "\377\231\350\354\340\377\1\264\267\267\377\216.46\377\1aeg\377\246\350" \
440 "\354\340\377\1OTV\377\216.46\377\1\303\305\305\377\212\350\354\340\377" \
441 "\2\351\352\350\377068\377\215.46\377\2/57\377\323\324\324\377\273\350" \
442 "\354\340\377\1\302\303\304\377\215.46\377\233\350\354\340\377\1\313\315" \
443 "\315\377\216.46\377\1NSU\377\246\350\354\340\377\1chi\377\216.46\377" \
444 "\1\253\256\257\377\362\350\354\340\377\1DIK\377\222.46\377\1chi\377\233" \
445 "\350\354\340\377\1;AC\377\216.46\377\1\257\262\263\377\244\350\354\340" \
446 "\377\1\230\233\234\377\216.46\377\1BHJ\377\214\350\354\340\377\1aeg\377" \
447 "\216.46\377\1]ac\377\273\350\354\340\377\1\302\303\304\377\215.46\377" \
448 "\234\350\354\340\377\1JOQ\377\216.46\377\1\231\233\234\377\244\350\354" \
449 "\340\377\1\256\260\261\377\216.46\377\1""5;=\377\363\350\354\340\377" \
450 "\1\256\260\261\377\222.46\377\1\313\314\315\377\233\350\354\340\377\1" \
451 "\224\227\230\377\216.46\377\2:@B\377\346\346\347\377\242\350\354\340" \
452 "\377\2\322\323\324\377179\377\216.46\377\1\235\240\241\377\214\350\354" \
453 "\340\377\1\262\264\265\377\217.46\377\1\220\223\224\377\272\350\354\340" \
454 "\377\1\302\303\304\377\215.46\377\234\350\354\340\377\1\252\254\255\377" \
455 "\216.46\377\2""39;\377\326\327\330\377\242\350\354\340\377\2\340\341" \
456 "\341\3778>\77\377\216.46\377\1\207\212\213\377\364\350\354\340\377\1" \
457 "OTV\377\220.46\377\1`ef\377\234\350\354\340\377\2\350\354\342\3778>\77" \
458 "\377\216.46\377\1Y]_\377\241\350\354\340\377\2\350\351\351\377EJL\377" \
459 "\216.46\377\1;AC\377\216\350\354\340\377\1BHJ\377\216.46\377\2/57\377" \
460 "\264\267\267\377\271\350\354\340\377\1\302\303\304\377\215.46\377\235" \
461 "\350\354\340\377\1EJL\377\216.46\377\2KPR\377\351\354\343\377\241\350" \
462 "\354\340\377\1NSU\377\216.46\377\2""179\377\346\346\347\377\364\350\354" \
463 "\340\377\1\272\274\275\377\220.46\377\1\307\311\311\377\235\350\354\340" \
464 "\377\1\220\223\224\377\217.46\377\1swx\377\240\350\354\340\377\1SXY\377" \
465 "\217.46\377\1\220\224\225\377\216\350\354\340\377\1\233\236\237\377\217" \
466 ".46\377\2""6<>\377\301\302\303\377\270\350\354\340\377\1\302\303\304" \
467 "\377\215.46\377\1\352\354\350\377\234\350\354\340\377\1\246\251\252\377" \
468 "\217.46\377\1bfh\377\240\350\354\340\377\1chi\377\217.46\377\1z~\177" \
469 "\377\366\350\354\340\377\1Y]_\377\216.46\377\1^ce\377\237\350\354\340" \
470 "\377\1BGI\377\217.46\377\1lqr\377\235\350\354\340\377\2\352\354\350\377" \
471 "SXY\377\217.46\377\1BGI\377\220\350\354\340\377\1@FG\377\217.46\377\2" \
472 "068\377\246\251\252\377\267\350\354\340\377\1\302\303\304\377\215.46" \
473 "\377\1\335\336\337\377\235\350\354\340\377\1QVX\377\217.46\377\1\\ab" \
474 "\377\236\350\354\340\377\1_de\377\217.46\377\2""6<>\377\346\347\347\377" \
475 "\366\350\354\340\377\1\311\312\313\377\216.46\377\1\304\306\306\377\237" \
476 "\350\354\340\377\1\265\267\270\377\220.46\377\2W\\]\377\344\345\345\377" \
477 "\232\350\354\340\377\2\326\327\330\377HMO\377\220.46\377\1\261\263\264" \
478 "\377\220\350\354\340\377\1\247\252\253\377\221.46\377\1\202\206\207\377" \
479 "\242\350\354\340\377\2\264\267\267\377\276\300\301\377\222\350\354\340" \
480 "\377\1\310\312\312\377\215.46\377\1\267\271\272\377\235\350\354\340\377" \
481 "\2\314\316\316\377/57\377\217.46\377\2LQS\377\330\331\331\377\232\350" \
482 "\354\340\377\2\341\342\342\377SXY\377\220.46\377\1\231\233\234\377\367" \
483 "\350\354\340\377\2\341\342\343\377068\377\214.46\377\1[`a\377\241\350" \
484 "\354\340\377\1eik\377\220.46\377\2;AC\377\263\265\266\377\230\350\354" \
485 "\340\377\2\246\251\252\3775:<\377\220.46\377\1]ac\377\222\350\354\340" \
486 "\377\1Y]_\377\221.46\377\2BHJ\377\264\267\267\377\235\350\354\340\377" \
487 "\5\331\332\333\377\207\213\214\377=BD\377.46\377FKM\377\222\350\354\340" \
488 "\377\1\327\330\330\377\215.46\377\1uy{\377\220\350\354\340\377\1\350" \
489 "\354\342\377\215\350\354\340\377\1|\200\201\377\220.46\377\2""5:<\377" \
490 "\245\247\250\377\230\350\354\340\377\2\265\267\270\377;AC\377\220.46" \
491 "\377\1KPR\377\370\350\354\340\377\1\205\210\212\377\215.46\377\1\302" \
492 "\303\304\377\241\350\354\340\377\2\350\351\351\377>DF\377\221.46\377" \
493 "\2fjl\377\335\336\336\377\224\350\354\340\377\2\327\330\330\377^bd\377" \
494 "\221.46\377\2""9\77A\377\342\343\343\377\222\350\354\340\377\2\332\333" \
495 "\334\37739;\377\222.46\377\2W\\]\377\257\262\263\377\230\350\354\340" \
496 "\377\3\320\322\322\377\217\222\223\377MRT\377\205.46\377\1\246\250\251" \
497 "\377\221\350\354\340\377\1\347\350\350\377\215.46\377\2""179\377\324" \
498 "\326\326\377\215\350\354\340\377\3\235\240\241\377CIJ\377txz\377\216" \
499 "\350\354\340\377\1KPR\377\221.46\377\2[`a\377\324\325\325\377\224\350" \
500 "\354\340\377\2\341\342\342\377kop\377\221.46\377\2""39;\377\323\324\324" \
501 "\377\367\350\354\340\377\2\350\354\342\3775;=\377\214.46\377\1Y]_\377" \
502 "\243\350\354\340\377\2\303\305\305\377/57\377\221.46\377\3""068\377{" \
503 "\177\200\377\332\333\334\377\220\350\354\340\377\3\325\326\327\377tx" \
504 "z\377/57\377\222.46\377\1\270\272\272\377\224\350\354\340\377\1\244\247" \
505 "\250\377\224.46\377\3>DF\377\206\211\212\377\277\301\302\377\221\350" \
506 "\354\340\377\4\325\326\327\377\245\247\250\377txy\377BGI\377\210.46\377" \
507 "\1BGI\377\222\350\354\340\377\1/57\377\215.46\377\2CIJ\377\330\332\332" \
508 "\377\211\350\354\340\377\3\302\304\305\377|\200\201\3777=\77\377\202" \
509 ".46\377\2""068\377\332\333\334\377\215\350\354\340\377\2\326\327\330" \
510 "\3774:<\377\221.46\377\3/57\377ptv\377\320\322\322\377\220\350\354\340" \
511 "\377\3\336\337\337\377\201\204\206\377179\377\222.46\377\1\237\242\243" \
512 "\377\370\350\354\340\377\1\224\227\230\377\215.46\377\1\277\301\302\377" \
513 "\244\350\354\340\377\1\224\227\230\377\224.46\377\3TYZ\377\232\235\236" \
514 "\377\317\320\320\377\212\350\354\340\377\3\321\322\323\377\232\235\236" \
515 "\377SXY\377\224.46\377\1\207\212\213\377\226\350\354\340\377\1vz{\377" \
516 "\226.46\377\21""179\377\\ab\377~\201\202\377\233\236\237\377\272\274" \
517 "\275\377\313\315\315\377\325\326\327\377\333\334\334\377\343\344\344" \
518 "\377\331\332\333\377\315\316\317\377\301\302\303\377\264\266\266\377" \
519 "\224\230\231\377uy{\377V[]\3776<>\377\215.46\377\1\236\241\242\377\221" \
520 "\350\354\340\377\1PUW\377\216.46\377\12""179\377y}\177\377\274\276\276" \
521 "\377\337\340\340\377\343\344\344\377\332\333\334\377\305\306\307\377" \
522 "\235\237\240\377rvw\377<BC\377\206.46\377\1quw\377\216\350\354\340\377" \
523 "\1\253\256\257\377\224.46\377\3NSU\377\223\226\227\377\312\313\314\377" \
524 "\212\350\354\340\377\3\327\330\330\377\241\243\244\377]ac\377\224.46" \
525 "\377\1ptu\377\371\350\354\340\377\1=BD\377\214.46\377\1V[]\377\246\350" \
526 "\354\340\377\1|\200\201\377\226.46\377\12""39;\377PUV\377nrs\377~\201" \
527 "\202\377\207\212\213\377\210\214\215\377~\202\203\377ost\377RWY\3774" \
528 ":<\377\226.46\377\1nrs\377\230\350\354\340\377\1aeg\377\263.46\377\1" \
529 ">CE\377\221\350\354\340\377\1\204\210\211\377\236.46\377\2/57\377\330" \
530 "\331\331\377\216\350\354\340\377\1\220\224\225\377\226.46\377\12""28" \
531 ":\377LQS\377kop\377|\200\201\377\205\210\212\377\211\214\215\377\200" \
532 "\204\205\377ptv\377UZ\\\3776<>\377\226.46\377\1[`a\377\371\350\354\340" \
533 "\377\1\225\230\231\377\215.46\377\1\274\276\276\377\247\350\354\340\377" \
534 "\1nrs\377\264.46\377\1[`a\377\232\350\354\340\377\1UZ\\\377\263.46\377" \
535 "\1\231\233\234\377\220\350\354\340\377\1\270\272\272\377\237.46\377\1" \
536 "ost\377\217\350\354\340\377\1\204\210\211\377\264.46\377\2PUW\377\351" \
537 "\354\343\377\370\350\354\340\377\2\350\354\342\3779>@\377\214.46\377" \
538 "\1TYZ\377\251\350\354\340\377\1nrs\377\262.46\377\1bfh\377\234\350\354" \
539 "\340\377\1_de\377\262.46\377\1:@B\377\221\350\354\340\377\1BHJ\377\236" \
540 ".46\377\2/57\377\326\327\330\377\217\350\354\340\377\1\177\203\204\377" \
541 "\262.46\377\2SXY\377\351\352\350\377\371\350\354\340\377\1\213\217\220" \
542 "\377\215.46\377\1\271\273\274\377\252\350\354\340\377\1\177\203\204\377" \
543 "\260.46\377\1quw\377\236\350\354\340\377\1rvw\377\262.46\377\1\222\225" \
544 "\226\377\220\350\354\340\377\1\231\234\235\377\237.46\377\1mqs\377\220" \
545 "\350\354\340\377\1\224\227\230\377\260.46\377\1bfh\377\372\350\354\340" \
546 "\377\2\350\352\351\3775:<\377\214.46\377\1QVX\377\254\350\354\340\377" \
547 "\2\231\233\234\377068\377\254.46\377\2/57\377\214\220\221\377\240\350" \
548 "\354\340\377\2\237\242\243\377068\377\260.46\377\2""7=\77\377\352\354" \
549 "\345\377\220\350\354\340\377\1BHJ\377\237.46\377\1\323\324\324\377\220" \
550 "\350\354\340\377\2\253\256\257\3774:<\377\255.46\377\1y|~\377\373\350" \
551 "\354\340\377\1\202\205\206\377\215.46\377\1\266\270\271\377\255\350\354" \
552 "\340\377\2\312\313\314\377CIJ\377\252.46\377\2>CE\377\277\301\302\377" \
553 "\242\350\354\340\377\2\322\323\324\377PUV\377\260.46\377\1\213\216\217" \
554 "\377\220\350\354\340\377\2\307\311\311\377/57\377\236.46\377\1jnp\377" \
555 "\221\350\354\340\377\2\330\331\331\377LQS\377\252.46\377\2""6<>\377\257" \
556 "\262\263\377\373\350\354\340\377\2\342\343\343\377179\377\214.46\377" \
557 "\1NSU\377\257\350\354\340\377\2\351\354\343\377quw\377\250.46\377\2f" \
558 "jl\377\346\347\347\377\245\350\354\340\377\2\224\230\231\3775;=\377\255" \
559 ".46\377\2W\\]\377\265\267\270\377\221\350\354\340\377\1\227\232\233\377" \
560 "\237.46\377\1\321\322\323\377\222\350\354\340\377\2\200\204\205\377/" \
561 "57\377\247.46\377\2Y^`\377\335\336\336\377\374\350\354\340\377\1ptu\377" \
562 "\215.46\377\1\264\267\267\377\261\350\354\340\377\2\304\306\306\377L" \
563 "QR\377\244.46\377\2FKM\377\271\273\274\377\250\350\354\340\377\3\346" \
564 "\347\347\377|\200\201\37728:\377\250.46\377\3""28:\377vz{\377\317\321" \
565 "\321\377\224\350\354\340\377\1\235\237\240\377\234.46\377\3/57\377qu" \
566 "w\377\341\342\342\377\223\350\354\340\377\2\321\322\323\377V[]\377\244" \
567 ".46\377\2>DF\377\253\256\257\377\375\350\354\340\377\1\306\307\310\377" \
568 "\215.46\377\1MRT\377\264\350\354\340\377\2\242\245\246\377CIJ\377\240" \
569 ".46\377\2>CE\377\231\233\234\377\254\350\354\340\377\3\346\346\347\377" \
570 "\207\213\214\377:@B\377\243.46\377\4/57\377Y^`\377\235\240\241\377\352" \
571 "\353\347\377\227\350\354\340\377\2\266\270\271\377>CE\377\230.46\377" \
572 "\3""179\377quw\377\324\326\326\377\227\350\354\340\377\2\255\257\260" \
573 "\377KPR\377\240.46\377\3""9>@\377\215\220\221\377\350\354\342\377\376" \
574 "\350\354\340\377\1OTV\377\215.46\377\1\262\264\265\377\266\350\354\340" \
575 "\377\2\252\254\255\377KPR\377\234.46\377\2DIK\377\242\244\245\377\261" \
576 "\350\354\340\377\3\256\260\261\377dij\377068\377\235.46\377\4""068\377" \
577 "`ef\377\243\246\247\377\346\347\347\377\233\350\354\340\377\3\352\354" \
578 "\345\377z~\177\37728:\377\224.46\377\3HMO\377\224\230\231\377\350\351" \
579 "\351\377\233\350\354\340\377\2\265\267\270\377SXY\377\234.46\377\2>C" \
580 "E\377\226\231\232\377\377\350\354\340\377\2\350\354\340\377\227\232\233" \
581 "\377\215.46\377\1PUW\377\271\350\354\340\377\3\317\320\320\377\210\214" \
582 "\215\377BHJ\377\226.46\377\3>CE\377\201\204\206\377\312\313\314\377\265" \
583 "\350\354\340\377\4\350\354\342\377\257\261\262\377x|}\377BHJ\377\226" \
584 ".46\377\5""6<>\377`ef\377\220\223\224\377\277\301\302\377\350\354\342" \
585 "\377\240\350\354\340\377\3\347\350\350\377\220\223\224\377HMO\377\216" \
586 ".46\377\4""179\377[`a\377\224\227\230\377\326\327\330\377\240\350\354" \
587 "\340\377\3\330\331\331\377\220\223\224\377HMO\377\226.46\377\3""9>@\377" \
588 "z~\177\377\301\302\303\377\377\350\354\340\377\202\350\354\340\377\2" \
589 "\332\333\334\37739;\377\215.46\377\1\275\277\277\377\274\350\354\340" \
590 "\377\4\326\327\330\377\244\247\250\377swx\377CIJ\377\216.46\377\4@FG" \
591 "\377nrs\377\240\243\244\377\321\322\323\377\274\350\354\340\377\7\350" \
592 "\352\351\377\306\307\310\377\242\244\245\377\177\203\204\377Y^`\377B" \
593 "HJ\3775;=\377\211.46\377\6CIJ\377_de\377z~\177\377\226\231\232\377\262" \
594 "\264\265\377\325\326\327\377\250\350\354\340\377\6\336\337\337\377\246" \
595 "\251\252\377\205\210\212\377fjl\377LQS\377DIK\377\202<BC\377\6GLN\377" \
596 "SXY\377eik\377\204\210\211\377\242\245\246\377\311\312\313\377\247\350" \
597 "\354\340\377\4\333\334\334\377\251\253\254\377x|}\377HMO\377\216.46\377" \
598 "\4;AC\377imo\377\232\235\236\377\314\316\316\377\377\350\354\340\377" \
599 "\205\350\354\340\377\1UZ\\\377\215.46\377\1\\ab\377\302\350\354\340\377" \
600 "\14\330\331\331\377\274\276\276\377\244\247\250\377\235\237\240\377\220" \
601 "\223\224\377\210\214\215\377\207\212\213\377\220\223\224\377\234\237" \
602 "\240\377\243\246\247\377\271\273\273\377\326\327\330\377\311\350\354" \
603 "\340\377\5\352\354\345\377\340\341\341\377\325\326\327\377\341\342\342" \
604 "\377\343\344\344\377\353\350\354\340\377\15\333\334\334\377\276\300\301" \
605 "\377\246\250\251\377\235\240\241\377\220\224\225\377\211\214\215\377" \
606 "\205\210\212\377\220\223\224\377\232\235\236\377\242\244\245\377\265" \
607 "\267\270\377\323\324\324\377\350\354\342\377\377\350\354\340\377\210" \
608 "\350\354\340\377\1\205\210\212\377\216.46\377\1\313\315\315\377\377\350" \
609 "\354\340\377\377\350\354\340\377\377\350\354\340\377\235\350\354\340" \
610 "\377\1\264\267\267\377\216.46\377\1txz\377\377\350\354\340\377\377\350" \
611 "\354\340\377\377\350\354\340\377\235\350\354\340\377\2\322\323\324\377" \
612 "5:<\377\215.46\377\2""9>@\377\350\352\351\377\377\350\354\340\377\377" \
613 "\350\354\340\377\377\350\354\340\377\234\350\354\340\377\2\334\335\335" \
614 "\377\77EG\377\216.46\377\1\243\246\247\377\377\350\354\340\377\377\350" \
615 "\354\340\377\377\350\354\340\377\234\350\354\340\377\2\335\336\337\377" \
616 "@FG\377\216.46\377\1V[]\377\377\350\354\340\377\377\350\354\340\377\377" \
617 "\350\354\340\377\234\350\354\340\377\2\336\337\337\377BGI\377\216.46" \
618 "\377\2""6<>\377\335\336\336\377\377\350\354\340\377\377\350\354\340\377" \
619 "\377\350\354\340\377\233\350\354\340\377\2\333\334\334\377BHJ\377\217" \
620 ".46\377\1\252\254\255\377\377\350\354\340\377\377\350\354\340\377\377" \
621 "\350\354\340\377\233\350\354\340\377\2\277\301\302\3779>@\377\217.46" \
622 "\377\1ptu\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
623 "\377\233\350\354\340\377\2\215\220\221\377/57\377\217.46\377\1LQS\377" \
624 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\232\350" \
625 "\354\340\377\2\304\306\306\377PUW\377\220.46\377\2\77EG\377\341\342\343" \
626 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\230" \
627 "\350\354\340\377\2\335\336\336\377imo\377\221.46\377\2""5:<\377\322\323" \
628 "\324\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
629 "\227\350\354\340\377\3\312\313\314\377vz{\377179\377\221.46\377\2""2" \
630 "8:\377\275\277\277\377\377\350\354\340\377\377\350\354\340\377\377\350" \
631 "\354\340\377\225\350\354\340\377\3\341\342\343\377\237\242\243\377MR" \
632 "T\377\223.46\377\2""068\377\271\273\274\377\377\350\354\340\377\377\350" \
633 "\354\340\377\377\350\354\340\377\223\350\354\340\377\3\310\312\312\377" \
634 "\215\220\221\377OTV\377\225.46\377\2""068\377\264\267\267\377\377\350" \
635 "\354\340\377\377\350\354\340\377\377\350\354\340\377\221\350\354\340" \
636 "\377\3\217\222\223\377Y^`\377179\377\227.46\377\2""5:<\377\275\277\300" \
637 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\222" \
638 "\350\354\340\377\1\201\204\206\377\230.46\377\2;AC\377\313\315\315\377" \
639 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\223\350" \
640 "\354\340\377\2\341\342\343\377179\377\226.46\377\2NSU\377\335\336\337" \
641 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\225" \
642 "\350\354\340\377\1x|}\377\225.46\377\1ptu\377\377\350\354\340\377\377" \
643 "\350\354\340\377\377\350\354\340\377\227\350\354\340\377\2\333\334\334" \
644 "\377/57\377\222.46\377\2""9>@\377\252\254\255\377\377\350\354\340\377" \
645 "\377\350\354\340\377\377\350\354\340\377\231\350\354\340\377\1ptu\377" \
646 "\221.46\377\2eik\377\344\345\345\377\377\350\354\340\377\377\350\354" \
647 "\340\377\377\350\354\340\377\232\350\354\340\377\1\324\325\325\377\217" \
648 ".46\377\2PUW\377\275\277\277\377\377\350\354\340\377\377\350\354\340" \
649 "\377\377\350\354\340\377\235\350\354\340\377\1gkl\377\214.46\377\2LQ" \
650 "S\377\260\263\263\377\377\350\354\340\377\377\350\354\340\377\377\350" \
651 "\354\340\377\237\350\354\340\377\1\313\315\315\377\211.46\377\3""068" \
652 "\377jnp\377\275\277\277\377\377\350\354\340\377\377\350\354\340\377\377" \
653 "\350\354\340\377\242\350\354\340\377\1^ce\377\205.46\377\4""8>\77\377" \
654 "kpq\377\253\255\256\377\350\352\351\377\377\350\354\340\377\377\350\354" \
655 "\340\377\377\350\354\340\377\244\350\354\340\377\6\302\304\305\377.4" \
656 "6\377;AC\377bgh\377\224\230\231\377\314\316\316\377\377\350\354\340\377" \
657 "\377\350\354\340\377\377\350\354\340\377\251\350\354\340\377\1\345\346" \
658 "\346\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
659 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
660 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
661 "\377\337\350\354\340\377\1\352\354\350\377\210\325\326\327\377\1\341" \
662 "\342\342\377\232\350\354\340\377\1\341\342\343\377\207\325\326\327\377" \
663 "\1\343\344\344\377\244\350\354\340\377\2\314\316\316\377\267\271\272" \
664 "\377\202\244\247\250\377\2\267\271\272\377\315\316\317\377\236\350\354" \
665 "\340\377\1\350\351\351\377\204\343\344\344\377\224\350\354\340\377\1" \
666 "\332\333\334\377\217\325\326\327\377\232\350\354\340\377\3\300\302\302" \
667 "\377\235\237\240\377\206\211\212\377\202\202\205\206\377\3\212\215\216" \
668 "\377\242\245\246\377\307\311\311\377\225\350\354\340\377\1\344\345\345" \
669 "\377\223\325\326\327\377\1\335\336\336\377\377\350\354\340\377\302\350" \
670 "\354\340\377\1\235\237\240\377\212.46\377\3KPR\377\213\216\217\377\335" \
671 "\336\337\377\226\350\354\340\377\1kpq\377\211.46\377\3BGI\377txy\377" \
672 "\271\273\273\377\235\350\354\340\377\3\265\267\270\377lqr\3776<>\377" \
673 "\206.46\377\3""6<>\377nrs\377\270\272\272\377\233\350\354\340\377\1S" \
674 "XY\377\204.46\377\224\350\354\340\377\1GLN\377\217.46\377\1\331\332\333" \
675 "\377\226\350\354\340\377\3\267\271\272\377fjl\377068\377\210.46\377\4" \
676 "068\377aeg\377\246\251\252\377\350\354\342\377\221\350\354\340\377\1" \
677 "x|}\377\223.46\377\1SXY\377\377\350\354\340\377\302\350\354\340\377\1" \
678 "\235\237\240\377\214.46\377\2""179\377\213\217\220\377\225\350\354\340" \
679 "\377\1kpq\377\214.46\377\2PUW\377\326\327\330\377\231\350\354\340\377" \
680 "\2\275\277\300\377PUV\377\214.46\377\2RWY\377\277\301\302\377\231\350" \
681 "\354\340\377\1SXY\377\204.46\377\224\350\354\340\377\1GLN\377\217.46" \
682 "\377\1\332\333\334\377\224\350\354\340\377\2\312\313\314\377QVX\377\216" \
683 ".46\377\2""6<>\377\207\213\214\377\220\350\354\340\377\1txz\377\223." \
684 "46\377\1SXY\377\377\350\354\340\377\302\350\354\340\377\1\235\237\240" \
685 "\377\216.46\377\1swx\377\224\350\354\340\377\1kpq\377\215.46\377\2""7" \
686 "=\77\377\317\321\321\377\227\350\354\340\377\1\210\214\215\377\220.4" \
687 "6\377\1\211\214\215\377\230\350\354\340\377\1SXY\377\204.46\377\224\350" \
688 "\354\340\377\1GLN\377\217.46\377\1\334\335\335\377\223\350\354\340\377" \
689 "\2\225\230\231\377068\377\220.46\377\1JOQ\377\220\350\354\340\377\1k" \
690 "pq\377\223.46\377\1SXY\377\377\350\354\340\377\302\350\354\340\377\1" \
691 "\235\237\240\377\204.46\377\1@FG\377\202JOQ\377\2FKM\377068\377\206." \
692 "46\377\1\257\261\262\377\223\350\354\340\377\1kpq\377\204.46\377\1GL" \
693 "N\377\202JOQ\377\1AFH\377\206.46\377\1GMN\377\226\350\354\340\377\1g" \
694 "lm\377\207.46\377\4<BC\377QVX\377RWY\377>CE\377\207.46\377\1glm\377\227" \
695 "\350\354\340\377\1SXY\377\204.46\377\224\350\354\340\377\1GLN\377\203" \
696 ".46\377\1/57\377\213<BC\377\1\350\351\351\377\222\350\354\340\377\1\204" \
697 "\210\211\377\207.46\377\6INP\377fjl\377txy\377imo\377QVX\37728:\377\205" \
698 ".46\377\1\255\257\260\377\220\350\354\340\377\1uy{\377\206<BC\377\1;" \
699 "AC\377\204.46\377\1""068\377\207<BC\377\1^ce\377\377\350\354\340\377" \
700 "\302\350\354\340\377\1\235\237\240\377\204.46\377\1\265\267\270\377\204" \
701 "\350\354\340\377\2\250\253\253\3776<>\377\204.46\377\1SXY\377\223\350" \
702 "\354\340\377\1kpq\377\204.46\377\1\346\347\347\377\203\350\354\340\377" \
703 "\2\352\354\345\377\207\213\214\377\205.46\377\1\271\273\274\377\224\350" \
704 "\354\340\377\1z~\177\377\205.46\377\3""5;=\377\213\217\220\377\327\330" \
705 "\330\377\204\350\354\340\377\3\334\335\335\377\223\226\227\3778>\77\377" \
706 "\205.46\377\1y|~\377\226\350\354\340\377\1SXY\377\204.46\377\224\350" \
707 "\354\340\377\1GLN\377\203.46\377\1:@B\377\235\350\354\340\377\1\240\243" \
708 "\244\377\205.46\377\3:@B\377\224\230\231\377\344\345\345\377\206\350" \
709 "\354\340\377\5\306\307\310\377\202\205\206\377:@B\377.46\377GMN\377\231" \
710 "\350\354\340\377\204.46\377\1SXY\377\377\350\354\340\377\312\350\354" \
711 "\340\377\1\235\237\240\377\204.46\377\1\265\267\270\377\205\350\354\340" \
712 "\377\1\255\257\260\377\205.46\377\1\351\354\343\377\222\350\354\340\377" \
713 "\1kpq\377\204.46\377\1\346\347\347\377\205\350\354\340\377\1z~\177\377" \
714 "\204.46\377\1\210\214\215\377\223\350\354\340\377\1\257\262\263\377\205" \
715 ".46\377\2^bd\377\350\352\351\377\210\350\354\340\377\2\351\354\343\377" \
716 "glm\377\205.46\377\1\253\256\257\377\225\350\354\340\377\1SXY\377\204" \
717 ".46\377\224\350\354\340\377\1GLN\377\203.46\377\1:@B\377\234\350\354" \
718 "\340\377\2\332\333\334\37728:\377\204.46\377\2[`a\377\347\350\350\377" \
719 "\213\350\354\340\377\2\237\242\243\377\264\266\266\377\231\350\354\340" \
720 "\377\204.46\377\1SXY\377\377\350\354\340\377\312\350\354\340\377\1\235" \
721 "\237\240\377\204.46\377\1\265\267\270\377\206\350\354\340\377\205.46" \
722 "\377\1\330\331\331\377\222\350\354\340\377\1kpq\377\204.46\377\1\346" \
723 "\347\347\377\205\350\354\340\377\1\310\312\312\377\204.46\377\1quw\377" \
724 "\223\350\354\340\377\1BGI\377\204.46\377\1gkl\377\214\350\354\340\377" \
725 "\1txy\377\204.46\377\1AFH\377\225\350\354\340\377\1SXY\377\204.46\377" \
726 "\224\350\354\340\377\1GLN\377\203.46\377\1:@B\377\234\350\354\340\377" \
727 "\1jnp\377\204.46\377\1UZ\\\377\250\350\354\340\377\204.46\377\1SXY\377" \
728 "\377\350\354\340\377\312\350\354\340\377\1\235\237\240\377\204.46\377" \
729 "\1\265\267\270\377\205\350\354\340\377\1\352\354\345\377\205.46\377\1" \
730 "\340\341\341\377\222\350\354\340\377\1kpq\377\204.46\377\1\346\347\347" \
731 "\377\205\350\354\340\377\1\271\273\273\377\204.46\377\1\201\204\206\377" \
732 "\222\350\354\340\377\1\234\237\240\377\204.46\377\1CIJ\377\216\350\354" \
733 "\340\377\1PUV\377\204.46\377\1\233\236\237\377\224\350\354\340\377\1" \
734 "SXY\377\204.46\377\224\350\354\340\377\1GLN\377\203.46\377\1:@B\377\233" \
735 "\350\354\340\377\1\341\342\342\377\204.46\377\2""179\377\335\336\337" \
736 "\377\250\350\354\340\377\204.46\377\1SXY\377\377\350\354\340\377\312" \
737 "\350\354\340\377\1\235\237\240\377\204.46\377\1\265\267\270\377\205\350" \
738 "\354\340\377\1\222\225\226\377\204.46\377\1""068\377\223\350\354\340" \
739 "\377\1kpq\377\204.46\377\1\346\347\347\377\205\350\354\340\377\1bfh\377" \
740 "\204.46\377\1\235\237\240\377\222\350\354\340\377\1V[]\377\204.46\377" \
741 "\1\253\256\257\377\216\350\354\340\377\1\273\275\276\377\204.46\377\1" \
742 "TYZ\377\224\350\354\340\377\1SXY\377\204.46\377\224\350\354\340\377\1" \
743 "GLN\377\203.46\377\1:@B\377\233\350\354\340\377\1\231\233\234\377\204" \
744 ".46\377\1y}\177\377\251\350\354\340\377\204.46\377\1SXY\377\377\350\354" \
745 "\340\377\312\350\354\340\377\1\235\237\240\377\204.46\377\1\265\267\270" \
746 "\377\203\350\354\340\377\3\345\346\346\377\206\211\212\377/57\377\204" \
747 ".46\377\1[`a\377\223\350\354\340\377\1kpq\377\204.46\377\1\346\347\347" \
748 "\377\203\350\354\340\377\2\323\324\324\377fjl\377\204.46\377\2/57\377" \
749 "\336\337\337\377\221\350\354\340\377\1\345\346\346\377\204.46\377\1""9" \
750 "\77A\377\220\350\354\340\377\1BHJ\377\204.46\377\1\341\342\342\377\223" \
751 "\350\354\340\377\1SXY\377\204.46\377\224\350\354\340\377\1GLN\377\203" \
752 ".46\377\1:@B\377\233\350\354\340\377\1gkl\377\204.46\377\1\300\302\302" \
753 "\377\251\350\354\340\377\204.46\377\1SXY\377\377\350\354\340\377\312" \
754 "\350\354\340\377\1\235\237\240\377\204.46\377\1""7=\77\377\203<BC\377" \
755 "\1/57\377\206.46\377\1\257\262\263\377\223\350\354\340\377\1kpq\377\204" \
756 ".46\377\1:@B\377\202<BC\377\1""9>@\377\206.46\377\1\200\204\205\377\222" \
757 "\350\354\340\377\1\302\303\304\377\204.46\377\1rvw\377\220\350\354\340" \
758 "\377\1~\202\203\377\204.46\377\1\274\276\276\377\223\350\354\340\377" \
759 "\1SXY\377\204.46\377\224\350\354\340\377\1GLN\377\203.46\377\1""179\377" \
760 "\211fjl\377\1\311\312\313\377\221\350\354\340\377\1@FG\377\204.46\377" \
761 "\1\352\354\345\377\251\350\354\340\377\204.46\377\1SXY\377\377\350\354" \
762 "\340\377\312\350\354\340\377\1\235\237\240\377\216.46\377\1eik\377\224" \
763 "\350\354\340\377\1kpq\377\215.46\377\1ptv\377\223\350\354\340\377\1\256" \
764 "\260\261\377\204.46\377\1\217\222\223\377\220\350\354\340\377\1\235\237" \
765 "\240\377\204.46\377\1\246\250\251\377\223\350\354\340\377\1SXY\377\204" \
766 ".46\377\224\350\354\340\377\1GLN\377\215.46\377\1\265\267\270\377\221" \
767 "\350\354\340\377\1""179\377\203.46\377\1""39;\377\252\350\354\340\377" \
768 "\204.46\377\1SXY\377\377\350\354\340\377\312\350\354\340\377\1\235\237" \
769 "\240\377\215.46\377\1ptu\377\225\350\354\340\377\1kpq\377\213.46\377" \
770 "\2:@B\377\255\257\260\377\224\350\354\340\377\1\236\241\242\377\204." \
771 "46\377\1\235\237\240\377\220\350\354\340\377\1\251\253\254\377\204.4" \
772 "6\377\1\231\233\234\377\223\350\354\340\377\1SXY\377\204.46\377\224\350" \
773 "\354\340\377\1GLN\377\215.46\377\1\265\267\270\377\221\350\354\340\377" \
774 "\204.46\377\1:@B\377\252\350\354\340\377\204.46\377\1SXY\377\377\350" \
775 "\354\340\377\312\350\354\340\377\1\235\237\240\377\212.46\377\3""8>\77" \
776 "\377ost\377\310\312\312\377\226\350\354\340\377\1kpq\377\213.46\377\2" \
777 "7=\77\377\352\354\350\377\224\350\354\340\377\1\257\262\263\377\204." \
778 "46\377\1\214\220\221\377\220\350\354\340\377\1\231\234\235\377\204.4" \
779 "6\377\1\251\253\254\377\223\350\354\340\377\1SXY\377\204.46\377\224\350" \
780 "\354\340\377\1GLN\377\215.46\377\1\265\267\270\377\221\350\354\340\377" \
781 "\1""5;=\377\203.46\377\1""068\377\252\350\354\340\377\204.46\377\1SX" \
782 "Y\377\377\350\354\340\377\312\350\354\340\377\1\235\237\240\377\204." \
783 "46\377\1x|}\377\202\253\256\257\377\3\254\257\257\377\300\302\302\377" \
784 "\326\327\330\377\231\350\354\340\377\1kpq\377\204.46\377\1\302\303\304" \
785 "\377\202\325\326\327\377\1\204\210\211\377\204.46\377\1\202\206\207\377" \
786 "\224\350\354\340\377\1\304\306\306\377\204.46\377\1kpq\377\220\350\354" \
787 "\340\377\1z~\177\377\204.46\377\1\275\277\277\377\223\350\354\340\377" \
788 "\1SXY\377\204.46\377\224\350\354\340\377\1GLN\377\203.46\377\1""6<>\377" \
789 "\211\271\273\274\377\1\346\347\347\377\221\350\354\340\377\1INP\377\204" \
790 ".46\377\1\331\332\333\377\251\350\354\340\377\204.46\377\1SXY\377\377" \
791 "\350\354\340\377\312\350\354\340\377\1\235\237\240\377\204.46\377\1\251" \
792 "\253\254\377\236\350\354\340\377\1kpq\377\204.46\377\1\346\347\347\377" \
793 "\202\350\354\340\377\2\350\354\342\3779\77A\377\203.46\377\2""179\377" \
794 "\336\337\337\377\223\350\354\340\377\2\351\352\350\377068\377\203.46" \
795 "\377\1""5;=\377\220\350\354\340\377\1=BD\377\203.46\377\2/57\377\347" \
796 "\350\350\377\223\350\354\340\377\1SXY\377\204.46\377\224\350\354\340" \
797 "\377\1GLN\377\203.46\377\1:@B\377\233\350\354\340\377\1swx\377\204.4" \
798 "6\377\1\235\240\241\377\251\350\354\340\377\204.46\377\1SXY\377\377\350" \
799 "\354\340\377\312\350\354\340\377\1\235\237\240\377\204.46\377\1\251\253" \
800 "\254\377\236\350\354\340\377\1kpq\377\204.46\377\1\346\347\347\377\203" \
801 "\350\354\340\377\1\224\230\231\377\204.46\377\1ptu\377\224\350\354\340" \
802 "\377\1\\ab\377\204.46\377\1\242\244\245\377\216\350\354\340\377\1\260" \
803 "\263\263\377\204.46\377\1Y^`\377\224\350\354\340\377\1SXY\377\204.46" \
804 "\377\224\350\354\340\377\1GLN\377\203.46\377\1:@B\377\233\350\354\340" \
805 "\377\1\250\253\253\377\204.46\377\1HMO\377\251\350\354\340\377\204.4" \
806 "6\377\1SXY\377\377\350\354\340\377\312\350\354\340\377\1\235\237\240" \
807 "\377\204.46\377\1\251\253\254\377\236\350\354\340\377\1kpq\377\204.4" \
808 "6\377\1\346\347\347\377\204\350\354\340\377\1<BC\377\204.46\377\1\317" \
809 "\320\320\377\223\350\354\340\377\1\245\247\250\377\204.46\377\2<BC\377" \
810 "\346\347\347\377\214\350\354\340\377\2\351\354\343\377FKM\377\204.46" \
811 "\377\1\243\246\247\377\224\350\354\340\377\1SXY\377\204.46\377\224\350" \
812 "\354\340\377\1GLN\377\203.46\377\1:@B\377\234\350\354\340\377\1""5:<" \
813 "\377\204.46\377\1\230\233\234\377\250\350\354\340\377\204.46\377\1SX" \
814 "Y\377\377\350\354\340\377\312\350\354\340\377\1\235\237\240\377\204." \
815 "46\377\1\251\253\254\377\236\350\354\340\377\1kpq\377\204.46\377\1\346" \
816 "\347\347\377\204\350\354\340\377\1\233\236\237\377\204.46\377\1^bd\377" \
817 "\224\350\354\340\377\1INP\377\204.46\377\1W\\]\377\214\350\354\340\377" \
818 "\1chi\377\204.46\377\1HMO\377\225\350\354\340\377\1SXY\377\204.46\377" \
819 "\224\350\354\340\377\1GLN\377\203.46\377\1:@B\377\234\350\354\340\377" \
820 "\1\205\210\212\377\204.46\377\2""068\377\267\271\272\377\215\350\354" \
821 "\340\377\1\330\332\332\377\231\350\354\340\377\204.46\377\1SXY\377\377" \
822 "\350\354\340\377\312\350\354\340\377\1\235\237\240\377\204.46\377\1\251" \
823 "\253\254\377\236\350\354\340\377\1kpq\377\204.46\377\1\346\347\347\377" \
824 "\205\350\354\340\377\1@FG\377\204.46\377\1\274\276\276\377\223\350\354" \
825 "\340\377\1\274\276\276\377\205.46\377\2MRT\377\327\330\330\377\210\350" \
826 "\354\340\377\2\335\336\336\377UY[\377\205.46\377\1\272\274\275\377\225" \
827 "\350\354\340\377\1=BD\377\203.46\377\1""6<>\377\224\350\354\340\377\1" \
828 "GLN\377\203.46\377\1:@B\377\235\350\354\340\377\1AFH\377\204.46\377\2" \
829 "/57\377\217\222\223\377\212\350\354\340\377\4\274\276\276\377bgh\377" \
830 ".46\377\327\330\330\377\230\350\354\340\377\204.46\377\1SXY\377\377\350" \
831 "\354\340\377\312\350\354\340\377\1\235\237\240\377\204.46\377\1\251\253" \
832 "\254\377\236\350\354\340\377\1kpq\377\204.46\377\1\346\347\347\377\205" \
833 "\350\354\340\377\1\240\243\244\377\204.46\377\1MRT\377\224\350\354\340" \
834 "\377\1\220\224\225\377\205.46\377\3""068\377y}\177\377\302\304\305\377" \
835 "\204\350\354\340\377\3\306\307\310\377\200\204\205\377179\377\205.46" \
836 "\377\1\220\223\224\377\223\350\354\340\377\3\306\307\310\377\257\261" \
837 "\262\377hmn\377\204.46\377\1_de\377\224\350\354\340\377\1GLN\377\203" \
838 ".46\377\1""9>@\377\213\343\344\344\377\222\350\354\340\377\2\313\315" \
839 "\315\37739;\377\205.46\377\12@FG\377\212\215\216\377\302\303\304\377" \
840 "\341\342\342\377\350\354\340\377\347\350\350\377\320\322\322\377\253" \
841 "\256\257\377w{|\377=BD\377\203.46\377\1\212\215\216\377\230\350\354\340" \
842 "\377\204.46\377\1SXY\377\377\350\354\340\377\312\350\354\340\377\1\235" \
843 "\237\240\377\204.46\377\1\264\266\266\377\236\350\354\340\377\1kpq\377" \
844 "\204.46\377\1\346\347\347\377\206\350\354\340\377\1BHJ\377\204.46\377" \
845 "\1\251\253\254\377\224\350\354\340\377\1txz\377\210.46\377\2""7=\77\377" \
846 "8>\77\377\210.46\377\1txz\377\224\350\354\340\377\1SXY\377\206.46\377" \
847 "\1\251\253\254\377\224\350\354\340\377\1GLN\377\217.46\377\1\320\322" \
848 "\322\377\222\350\354\340\377\2\276\300\301\3775;=\377\221.46\377\1@F" \
849 "G\377\230\350\354\340\377\204.46\377\1SXY\377\377\350\354\340\377\312" \
850 "\350\354\340\377\1\235\237\240\377\204.46\377\1\265\267\270\377\236\350" \
851 "\354\340\377\1kpq\377\204.46\377\1\346\347\347\377\206\350\354\340\377" \
852 "\1\246\251\252\377\204.46\377\1AFH\377\225\350\354\340\377\2\232\235" \
853 "\236\377068\377\216.46\377\2""068\377\232\235\236\377\225\350\354\340" \
854 "\377\1X]^\377\205.46\377\1LQS\377\225\350\354\340\377\1GLN\377\217.4" \
855 "6\377\1\316\317\320\377\223\350\354\340\377\2\324\325\325\377NSU\377" \
856 "\220.46\377\2""068\377\321\322\323\377\227\350\354\340\377\204.46\377" \
857 "\1SXY\377\377\350\354\340\377\312\350\354\340\377\1\235\237\240\377\204" \
858 ".46\377\1\265\267\270\377\236\350\354\340\377\1kpq\377\204.46\377\1\346" \
859 "\347\347\377\207\350\354\340\377\1GLN\377\204.46\377\1\226\231\232\377" \
860 "\225\350\354\340\377\2\317\320\320\377`ef\377\214.46\377\2bgh\377\317" \
861 "\321\321\377\226\350\354\340\377\1_de\377\204.46\377\2:@B\377\332\333" \
862 "\334\377\225\350\354\340\377\1GLN\377\217.46\377\1\316\317\320\377\225" \
863 "\350\354\340\377\2\236\241\242\377BGI\377\214.46\377\3""8>\77\377~\201" \
864 "\202\377\335\336\337\377\230\350\354\340\377\204.46\377\1SXY\377\377" \
865 "\350\354\340\377\312\350\354\340\377\1\235\237\240\377\204.46\377\1\265" \
866 "\267\270\377\236\350\354\340\377\1kpq\377\204.46\377\1\346\347\347\377" \
867 "\207\350\354\340\377\1\254\257\257\377\204.46\377\2""8>\77\377\352\354" \
868 "\350\377\226\350\354\340\377\3\311\312\313\377\200\204\205\377EJL\377" \
869 "\206.46\377\3EJL\377\203\207\210\377\313\314\315\377\230\350\354\340" \
870 "\377\1_de\377\202.46\377\3/57\377fjl\377\342\343\343\377\226\350\354" \
871 "\340\377\1SXY\377\217<BC\377\1\307\311\311\377\227\350\354\340\377\4" \
872 "\275\277\300\377~\201\202\377OTV\377068\377\204.46\377\4""39;\377QVX" \
873 "\377\201\204\206\377\270\272\272\377\233\350\354\340\377\204.46\377\1" \
874 "SXY\377\377\350\354\340\377\377\350\354\340\377\234\350\354\340\377\2" \
875 "\345\346\346\377\317\321\321\377\202\275\277\300\377\2\317\321\321\377" \
876 "\345\346\346\377\233\350\354\340\377\4\302\304\305\377\255\257\260\377" \
877 "\301\302\303\377\346\346\347\377\304\350\354\340\377\4\346\347\347\377" \
878 "\327\330\330\377\335\336\337\377\347\350\350\377\377\350\354\340\377" \
879 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
880 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
881 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
882 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
883 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
884 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
885 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
886 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
887 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
888 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
889 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
890 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
891 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
892 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
893 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
894 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
895 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
896 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
897 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
898 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
899 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
900 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
901 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
902 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
903 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
904 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
905 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
906 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
907 "\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354" \
908 "\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377" \
909 "\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350" \
910 "\354\340\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340" \
911 "\377\377\350\354\340\377\377\350\354\340\377\377\350\354\340\377\377" \
912 "\350\354\340\377\377\350\354\340\377\246\350\354\340\377")
913
914
diff --git a/meta-yocto/recipes-core/psplash/psplash_git.bbappend b/meta-yocto/recipes-core/psplash/psplash_git.bbappend
new file mode 100644
index 0000000000..433ef66977
--- /dev/null
+++ b/meta-yocto/recipes-core/psplash/psplash_git.bbappend
@@ -0,0 +1,2 @@
1FILESEXTRAPATHS_prepend_poky := "${THISDIR}/files:"
2
diff --git a/meta-yocto/recipes-core/tiny-init/files/init b/meta-yocto/recipes-core/tiny-init/files/init
new file mode 100644
index 0000000000..9140e9558e
--- /dev/null
+++ b/meta-yocto/recipes-core/tiny-init/files/init
@@ -0,0 +1,26 @@
1#!/bin/sh
2
3# Mount the Linux kernel virtual filesystems
4mount none -t proc /proc
5mount none -t sysfs /sys
6
7# Ensure devtmpfs is mounted, it must be done manually with initramfs
8mount none -t devtmpfs /dev
9
10# Setup PTY infrastructure
11mkdir /dev/pts
12mount none -t devpts /dev/pts
13
14ifup lo
15
16# Allow for distro or local customizations
17if [ -f /etc/rc.local ] ; then
18 . /etc/rc.local
19fi
20
21# Become session leader and try to find a real tty (e.g. ttyS0)
22while true; do
23 setsid cttyhack sh
24 echo "Console sh exited with $?, respawning..."
25 sleep 1
26done
diff --git a/meta-yocto/recipes-core/tiny-init/files/rc.local.sample b/meta-yocto/recipes-core/tiny-init/files/rc.local.sample
new file mode 100644
index 0000000000..d9e198a200
--- /dev/null
+++ b/meta-yocto/recipes-core/tiny-init/files/rc.local.sample
@@ -0,0 +1,23 @@
1#!/bin/sh
2
3# Start services and customize the boot process here.
4echo "Running /etc/rc.local..."
5
6# Use init scripts included with packages such as dropbear
7#/etc/init.d/dropbear start
8
9# Spawn a getty manually
10#setsid /sbin/getty 115200 ttyS2
11
12# Print a banner
13#echo "You are running a poky-tiny image brought to you by the Yocto Project."
14
15# Setup a debugging environment
16#mkdir /debugfs
17#mount none -t debugfs /debugfs
18
19# Load modules (note: linux-yocto-tiny does not have module support by default)
20#modprobe yourdriver
21
22# DO NOT run any long running tasks or loops as these will delay
23# the /init script and the console shell.
diff --git a/meta-yocto/recipes-core/tiny-init/tiny-init.bb b/meta-yocto/recipes-core/tiny-init/tiny-init.bb
new file mode 100644
index 0000000000..5d90051b1d
--- /dev/null
+++ b/meta-yocto/recipes-core/tiny-init/tiny-init.bb
@@ -0,0 +1,28 @@
1SUMMARY = "Poky-tiny init"
2DESCRIPTION = "Basic init system for poky-tiny"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5
6PR = "r2"
7
8RDEPENDS_${PN} = "busybox"
9
10SRC_URI = "file://init \
11 file://rc.local.sample \
12 "
13
14do_configure() {
15 :
16}
17
18do_compile() {
19 :
20}
21
22do_install() {
23 install -d ${D}${sysconfdir}
24 install -m 0755 ${WORKDIR}/init ${D}
25 install -m 0755 ${WORKDIR}/rc.local.sample ${D}${sysconfdir}
26}
27
28FILES_${PN} = "/init ${sysconfdir}/rc.local.sample"