summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r--meta/conf/distro/include/as-needed.inc16
-rw-r--r--meta/conf/distro/include/default-distrovars.inc50
-rw-r--r--meta/conf/distro/include/default-providers.inc47
-rw-r--r--meta/conf/distro/include/default-versions.inc14
-rw-r--r--meta/conf/distro/include/security_flags.inc85
-rw-r--r--meta/conf/distro/include/seperatebuilddir.inc768
-rw-r--r--meta/conf/distro/include/tclibc-eglibc.inc40
-rw-r--r--meta/conf/distro/include/tclibc-uclibc.inc28
-rw-r--r--meta/conf/distro/include/tcmode-default.inc60
-rw-r--r--meta/conf/distro/include/world-broken.inc5
10 files changed, 1113 insertions, 0 deletions
diff --git a/meta/conf/distro/include/as-needed.inc b/meta/conf/distro/include/as-needed.inc
new file mode 100644
index 0000000000..9d2056e17a
--- /dev/null
+++ b/meta/conf/distro/include/as-needed.inc
@@ -0,0 +1,16 @@
1
2ASNEEDED = "-Wl,--as-needed"
3
4ASNEEDED_pn-console-tools = ""
5ASNEEDED_pn-distcc = ""
6ASNEEDED_pn-openobex = ""
7ASNEEDED_pn-icu = ""
8ASNEEDED_pn-xserver-kdrive-xomap = ""
9ASNEEDED_pn-minimo = ""
10ASNEEDED_pn-pciutils = ""
11ASNEEDED_pn-puzzles = ""
12ASNEEDED_pn-dialer = ""
13ASNEEDED_pn-pulseaudio = ""
14ASNEEDED_pn-rpm = ""
15
16TARGET_LDFLAGS += "${ASNEEDED}"
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
new file mode 100644
index 0000000000..5ef9c32c39
--- /dev/null
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -0,0 +1,50 @@
1QA_LOGFILE = "${TMPDIR}/qa.log"
2
3OEINCLUDELOGS ?= "yes"
4KERNEL_CONSOLE ?= "ttyS0"
5KEEPUIMAGE ??= "yes"
6
7IMAGE_LINGUAS ?= "en-us en-gb"
8LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB"
9ENABLE_BINARY_LOCALE_GENERATION ?= "1"
10LOCALE_UTF8_ONLY ?= "0"
11
12DISTRO_FEATURES_DEFAULT ?= "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11"
13DISTRO_FEATURES_LIBC_DEFAULT ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \
14 libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg libc-fstab libc-ftraverse \
15 libc-getlogin libc-idn libc-inet-anl libc-libm libc-locales libc-locale-code \
16 libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc \
17 libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc \
18 libc-posix-wchar-io"
19DISTRO_FEATURES_LIBC ?= "${DISTRO_FEATURES_LIBC_DEFAULT}"
20DISTRO_FEATURES_LIBC_class-nativesdk = "${DISTRO_FEATURES_LIBC_DEFAULT}"
21DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}"
22
23IMAGE_FEATURES ?= ""
24
25# This is a list of packages that are used by the build system to build the distribution, they are not
26# directly part of the distribution.
27HOSTTOOLS_WHITELIST_GPLv3 ?= ""
28WHITELIST_GPLv3 ?= "less"
29LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime"
30
31COMMERCIAL_AUDIO_PLUGINS ?= ""
32# COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"
33COMMERCIAL_VIDEO_PLUGINS ?= ""
34# COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse"
35COMMERCIAL_QT ?= ""
36# COMMERCIAL_QT ?= "qmmp"
37# Set of common licenses used for license.bbclass
38COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses"
39
40BB_GENERATE_MIRROR_TARBALLS ??= "0"
41
42NO32LIBS ??= "1"
43
44# Default to emitting logfiles if a build fails.
45BBINCLUDELOGS ??= "yes"
46SDK_VERSION ??= "nodistro.0"
47DISTRO_VERSION ??= "nodistro.0"
48
49# Missing checksums should raise an error
50BB_STRICT_CHECKSUM = "1"
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc
new file mode 100644
index 0000000000..419ffcdaf2
--- /dev/null
+++ b/meta/conf/distro/include/default-providers.inc
@@ -0,0 +1,47 @@
1#
2# Default virtual providers
3#
4PREFERRED_PROVIDER_virtual/db ?= "db"
5PREFERRED_PROVIDER_virtual/db-native ?= "db-native"
6PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
7PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg"
8PREFERRED_PROVIDER_virtual/egl ?= "mesa"
9PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
10PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa"
11PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
12PREFERRED_PROVIDER_virtual/mesa ?= "mesa"
13PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-utils"
14PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native"
15PREFERRED_PROVIDER_virtual/libx11 ?= "libx11"
16PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel"
17
18#
19# Default virtual runtime providers
20#
21VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-opkg"
22VIRTUAL-RUNTIME_apm ?= "apm"
23VIRTUAL-RUNTIME_alsa-state ?= "alsa-state"
24
25#
26# Default recipe providers
27#
28PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib"
29PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native"
30PREFERRED_PROVIDER_gdk-pixbuf ?= "gdk-pixbuf"
31PREFERRED_PROVIDER_libgcc ?= "libgcc"
32PREFERRED_PROVIDER_nativesdk-libgcc ?= "nativesdk-libgcc"
33PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers"
34PREFERRED_PROVIDER_nativesdk-linux-libc-headers ?= "nativesdk-linux-libc-headers"
35PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2"
36PREFERRED_PROVIDER_opkg ?= "opkg"
37PREFERRED_PROVIDER_opkg-native ?= "opkg-native"
38PREFERRED_PROVIDER_nativesdk-opkg ?= "nativesdk-opkg"
39PREFERRED_PROVIDER_console-tools ?= "kbd"
40PREFERRED_PROVIDER_gzip-native ?= "pigz-native"
41PREFERRED_PROVIDER_make ?= "make"
42PREFERRED_PROVIDER_udev ?= "${@base_contains('DISTRO_FEATURES','systemd','systemd','udev',d)}"
43# There are issues with runtime packages and PREFERRED_PROVIDER, see YOCTO #5044 for details
44# on this rather strange entry.
45PREFERRED_PROVIDER_bluez4 ?= "bluez4"
46# Alternative is ltp-ddt in meta-oe: meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
47PREFERRED_PROVIDER_ltp ?= "ltp"
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc
new file mode 100644
index 0000000000..a9a931d772
--- /dev/null
+++ b/meta/conf/distro/include/default-versions.inc
@@ -0,0 +1,14 @@
1#
2# Default preferred versions
3#
4
5# Force the python versions in one place
6PYTHON_BASEVERSION ?= "2.7"
7PREFERRED_VERSION_python ?= "2.7.3"
8PREFERRED_VERSION_python-native ?= "2.7.3"
9
10# Force the older version of liberation-fonts until we fix the fontforge issue
11PREFERRED_VERSION_liberation-fonts ?= "1.04"
12
13# Intel video stack 2013Q3 and newer need a version >=2.99.902
14PREFERRED_VERSION_xf86-video-intel ?= "2.99.910"
diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc
new file mode 100644
index 0000000000..60f3049e6b
--- /dev/null
+++ b/meta/conf/distro/include/security_flags.inc
@@ -0,0 +1,85 @@
1SECURITY_CFLAGS ?= "-fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2"
2SECURITY_NO_PIE_CFLAGS ?= "-fstack-protector-all -D_FORTIFY_SOURCE=2"
3SECURITY_LDFLAGS ?= "-Wl,-z,relro,-z,now"
4SECURITY_X_LDFLAGS ?= "-Wl,-z,relro"
5
6# powerpc does not get on with pie for reasons not looked into as yet
7SECURITY_CFLAGS_powerpc = "-fstack-protector-all -D_FORTIFY_SOURCE=2"
8# Deal with ppc specific linker failures when using the cflags
9SECURITY_CFLAGS_pn-dbus_powerpc = ""
10SECURITY_CFLAGS_pn-dbus-ptest_powerpc = ""
11SECURITY_CFLAGS_pn-libmatchbox_powerpc = ""
12SECURITY_CFLAGS_pn-webkit-gtk_powerpc = ""
13
14# arm specific security flag issues
15SECURITY_CFLAGS_pn-lttng-tools_arm = "${SECURITY_NO_PIE_CFLAGS}"
16
17SECURITY_CFLAGS_pn-aspell = "${SECURITY_NO_PIE_CFLAGS}"
18SECURITY_CFLAGS_pn-beecrypt = "${SECURITY_NO_PIE_CFLAGS}"
19# Curl seems to check for FORTIFY_SOURCE in CFLAGS, but even assigned
20# to CPPFLAGS it gets picked into CFLAGS in bitbake.
21#TARGET_CPPFLAGS_pn-curl += "-D_FORTIFY_SOURCE=2"
22SECURITY_CFLAGS_pn-cups = "${SECURITY_NO_PIE_CLAGS}"
23SECURITY_CFLAGS_pn-curl = "-fstack-protector-all -pie -fpie"
24SECURITY_CFLAGS_pn-db = "${SECURITY_NO_PIE_CFLAGS}"
25SECURITY_CFLAGS_pn-directfb = "${SECURITY_NO_PIE_CFLAGS}"
26SECURITY_CFLAGS_pn-eglibc = ""
27SECURITY_CFLAGS_pn-eglibc-initial = ""
28SECURITY_CFLAGS_pn-enchant = "${SECURITY_NO_PIE_CFLAGS}"
29SECURITY_CFLAGS_pn-flac = "${SECURITY_NO_PIE_CFLAGS}"
30SECURITY_CFLAGS_pn-gcc-runtime = "${SECURITY_NO_PIE_CFLAGS}"
31SECURITY_CFLAGS_pn-gdb = "${SECURITY_NO_PIE_CFLAGS}"
32SECURITY_CFLAGS_pn-gmp = "${SECURITY_NO_PIE_CFLAGS}"
33SECURITY_CFLAGS_pn-gnutls = "${SECURITY_NO_PIE_CFLAGS}"
34SECURITY_CFLAGS_pn-grub = ""
35SECURITY_CFLAGS_pn-grub-efi = ""
36SECURITY_CFLAGS_pn-grub-efi-native = ""
37SECURITY_CFLAGS_pn-grub-efi-x86-native = ""
38SECURITY_CFLAGS_pn-grub-efi-x86-64-native = ""
39SECURITY_CFLAGS_pn-grub-efi-i586-native = ""
40SECURITY_CFLAGS_pn-grub-efi-x86-64-native = ""
41SECURITY_CFLAGS_pn-gst-plugins-bad = "${SECURITY_NO_PIE_CFLAGS}"
42SECURITY_CFLAGS_pn-gst-plugins-gl = "${SECURITY_NO_PIE_CFLAGS}"
43SECURITY_CFLAGS_pn-gstreamer1.0-plugins-good = "${SECURITY_NO_PIE_CFLAGS}"
44SECURITY_CFLAGS_pn-harfbuzz = "${SECURITY_NO_PIE_CFLAGS}"
45SECURITY_CFLAGS_pn-kexec-tools = "${SECURITY_NO_PIE_CFLAGS}"
46SECURITY_CFLAGS_pn-libcap = "${SECURITY_NO_PIE_CFLAGS}"
47SECURITY_CFLAGS_pn-libgcc = "${SECURITY_NO_PIE_CFLAGS}"
48SECURITY_CFLAGS_pn-libid3tag = "${SECURITY_NO_PIE_CFLAGS}"
49SECURITY_CFLAGS_pn-libnewt = "${SECURITY_NO_PIE_CFLAGS}"
50SECURITY_CFLAGS_pn-libglu = "${SECURITY_NO_PIE_CFLAGS}"
51SECURITY_CFLAGS_pn-libpcap = "${SECURITY_NO_PIE_CFLAGS}"
52SECURITY_CFLAGS_pn-libpcre = "${SECURITY_NO_PIE_CFLAGS}"
53SECURITY_CFLAGS_pn-libproxy = "${SECURITY_NO_PIE_CFLAGS}"
54SECURITY_CFLAGS_pn-lttng-ust = "${SECURITY_NO_PIE_CFLAGS}"
55SECURITY_CFLAGS_pn-mesa = "${SECURITY_NO_PIE_CFLAGS}"
56SECURITY_CFLAGS_pn-mesa-gl = "${SECURITY_NO_PIE_CFLAGS}"
57SECURITY_CFLAGS_pn-openssl = "${SECURITY_NO_PIE_CFLAGS}"
58SECURITY_CFLAGS_pn-opensp = "${SECURITY_NO_PIE_CFLAGS}"
59SECURITY_CFLAGS_pn-ppp = "${SECURITY_NO_PIE_CFLAGS}"
60SECURITY_CFLAGS_pn-python = "${SECURITY_NO_PIE_CFLAGS}"
61SECURITY_CFLAGS_pn-python-imaging = "${SECURITY_NO_PIE_CFLAGS}"
62SECURITY_CFLAGS_pn-python-pycurl = "${SECURITY_NO_PIE_CFLAGS}"
63SECURITY_CFLAGS_pn-python-smartpm = "${SECURITY_NO_PIE_CFLAGS}"
64SECURITY_CFLAGS_pn-tcl = "${SECURITY_NO_PIE_CFLAGS}"
65SECURITY_CFLAGS_pn-tiff = "${SECURITY_NO_PIE_CFLAGS}"
66SECURITY_CFLAGS_pn-valgrind = "${SECURITY_NO_PIE_CFLAGS}"
67SECURITY_CFLAGS_pn-webkit-gtk = "${SECURITY_NO_PIE_CFLAGS}"
68SECURITY_CFLAGS_pn-zlib = "${SECURITY_NO_PIE_CFLAGS}"
69SECURITY_CFLAGS_pn-lvm2 = "${SECURITY_NO_PIE_CFLAGS}"
70SECURITY_CFLAGS_pn-expect = "${SECURITY_NO_PIE_CFLAGS}"
71
72# These 2 have text relco errors with the pie options enabled
73SECURITY_CFLAGS_pn-ltp = "${SECURITY_NO_PIE_CFLAGS}"
74SECURITY_CFLAGS_pn-pulseaudio = "${SECURITY_NO_PIE_CFLAGS}"
75
76TARGET_CFLAGS_append = " ${SECURITY_CFLAGS}"
77TARGET_LDFLAGS_append = " ${SECURITY_LDFLAGS}"
78
79SECURITY_LDFLAGS_pn-xf86-video-fbdev = "${SECURITY_X_LDFLAGS}"
80SECURITY_LDFLAGS_pn-xf86-video-intel = "${SECURITY_X_LDFLAGS}"
81SECURITY_LDFLAGS_pn-xf86-video-omapfb = "${SECURITY_X_LDFLAGS}"
82SECURITY_LDFLAGS_pn-xf86-video-omap = "${SECURITY_X_LDFLAGS}"
83SECURITY_LDFLAGS_pn-xf86-video-vesa = "${SECURITY_X_LDFLAGS}"
84SECURITY_LDFLAGS_pn-xf86-video-vmware = "${SECURITY_X_LDFLAGS}"
85SECURITY_LDFLAGS_pn-xserver-xorg = "${SECURITY_X_LDFLAGS}"
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc
new file mode 100644
index 0000000000..cf90c10fe9
--- /dev/null
+++ b/meta/conf/distro/include/seperatebuilddir.inc
@@ -0,0 +1,768 @@
1# List of autotools recipes which support building with external build directories
2# i.e. ${B} != ${S}
3SEPB = "${WORKDIR}/build"
4
5# Makefile based, no out of tree support
6#B_pn-acl = "${SEPB}"
7#B_pn-acl-native = "${SEPB}"
8B_pn-alsa-lib = "${SEPB}"
9B_pn-alsa-lib-native = "${SEPB}"
10# Not autotools
11#B_pn-alsa-tools = "${SEPB}"
12# Has header issues at compile, likely fixable
13#B_pn-alsa-utils = "${SEPB}"
14B_pn-apache2 = "${SEPB}"
15# No working out of tree support
16#B_pn-apr = "${SEPB}"
17#B_pn-apr-native = "${SEPB}"
18#B_pn-apr-util = "${SEPB}"
19#B_pn-apr-util-native = "${SEPB}"
20B_pn-apt = "${SEPB}"
21B_pn-apt-native = "${SEPB}"
22# support for out of tree broken at compile, likely fixable
23#B_pn-aspell = "${SEPB}"
24# No support for out of tree builds
25#B_pn-at = "${SEPB}"
26B_pn-atk = "${SEPB}"
27B_pn-atk-native = "${SEPB}"
28# Makefile based, no out of tree support
29#B_pn-attr = "${SEPB}"
30#B_pn-attr-native = "${SEPB}"
31B_pn-augeas = "${SEPB}"
32B_pn-autoconf = "${SEPB}"
33B_pn-autoconf-native = "${SEPB}"
34B_pn-autogen-native = "${SEPB}"
35B_pn-automake = "${SEPB}"
36B_pn-automake-native = "${SEPB}"
37B_pn-avahi = "${SEPB}"
38B_pn-avahi-ui = "${SEPB}"
39B_pn-babeltrace = "${SEPB}"
40B_pn-base-passwd = "${SEPB}"
41#B_pn-bash = "${SEPB}"
42B_pn-bc = "${SEPB}"
43B_pn-bdwgc = "${SEPB}"
44B_pn-bdwgc-native = "${SEPB}"
45B_pn-beecrypt = "${SEPB}"
46B_pn-beecrypt-native = "${SEPB}"
47B_pn-bigreqsproto = "${SEPB}"
48B_pn-bigreqsproto-native = "${SEPB}"
49#| make[3]: Entering directory `/media/build1/poky/build/tmp/work/i586-poky-linux/bind/9.8.1-r5/build/bin/named'
50#| i586-poky-linux-gcc -m32 -march=i586 --sysroot=/media/build1/poky/build/tmp/sysroots/qemux86 -O2 -pipe -g -feliminate-unused-debug-types -c -o named-symtbl.o named-symtbl.c
51#| named-symtbl.c:4:27: fatal error: isc/backtrace.h: No such file or directory
52#B_pn-bind = "${SEPB}"
53B_pn-bison = "${SEPB}"
54B_pn-bison-native = "${SEPB}"
55B_pn-blktool = "${SEPB}"
56# ln: failed to create symbolic link 'lib/bluetooth/bluetooth.h': File exists
57#B_pn-bluez4 = "${SEPB}"
58B_pn-bluez-hcidump = "${SEPB}"
59B_pn-byacc = "${SEPB}"
60B_pn-byacc-native = "${SEPB}"
61B_pn-bzip2 = "${SEPB}"
62B_pn-bzip2-native = "${SEPB}"
63B_pn-cairo = "${SEPB}"
64B_pn-cairo-native = "${SEPB}"
65B_pn-calibrateproto = "${SEPB}"
66B_pn-ccache = "${SEPB}"
67B_pn-ccache-native = "${SEPB}"
68B_pn-chrpath = "${SEPB}"
69B_pn-chrpath-native = "${SEPB}"
70B_pn-clutter-1.0 = "${SEPB}"
71B_pn-clutter-gst-1.0 = "${SEPB}"
72B_pn-clutter-gtk-1.0 = "${SEPB}"
73#B_pn-cmake = "${SEPB}"
74#B_pn-cmake-native = "${SEPB}"
75B_pn-cogl-1.0 = "${SEPB}"
76B_pn-compositeproto = "${SEPB}"
77B_pn-compositeproto-native = "${SEPB}"
78#B_pn-connman = "${SEPB}"
79#B_pn-connman-gnome = "${SEPB}"
80B_pn-consolekit = "${SEPB}"
81B_pn-console-tools = "${SEPB}"
82B_pn-coreutils = "${SEPB}"
83B_pn-coreutils-native = "${SEPB}"
84B_pn-courier-authlib = "${SEPB}"
85B_pn-courier-imap = "${SEPB}"
86B_pn-cpio = "${SEPB}"
87B_pn-cracklib = "${SEPB}"
88B_pn-cronie = "${SEPB}"
89B_pn-cross-localedef-native = "${SEPB}"
90#No autoconf and no support for separate build
91#B_pn-cups = "${SEPB}"
92B_pn-curl = "${SEPB}"
93B_pn-curl-native = "${SEPB}"
94B_pn-damageproto = "${SEPB}"
95B_pn-damageproto-native = "${SEPB}"
96B_pn-db = "${SEPB}"
97B_pn-db-native = "${SEPB}"
98B_pn-dbus = "${SEPB}"
99B_pn-dbus-glib = "${SEPB}"
100B_pn-dbus-glib-native = "${SEPB}"
101B_pn-dbus-native = "${SEPB}"
102B_pn-dbus-ptest = "${SEPB}"
103B_pn-dbus-wait = "${SEPB}"
104B_pn-desktop-file-utils-native = "${SEPB}"
105B_pn-dhcp = "${SEPB}"
106B_pn-diffstat = "${SEPB}"
107B_pn-diffutils = "${SEPB}"
108B_pn-directfb = "${SEPB}"
109B_pn-directfb-examples = "${SEPB}"
110B_pn-distcc = "${SEPB}"
111B_pn-dmxproto = "${SEPB}"
112B_pn-docbook-utils-native = "${SEPB}"
113B_pn-dpkg = "${SEPB}"
114B_pn-dpkg-native = "${SEPB}"
115B_pn-dri2proto = "${SEPB}"
116B_pn-dropbear = "${SEPB}"
117## Makefile based not autotools
118##B_pn-dtc = "${SEPB}"
119##B_pn-dtc-native = "${SEPB}"
120B_pn-e2fsprogs = "${SEPB}"
121B_pn-e2fsprogs-native = "${SEPB}"
122B_pn-ed = "${SEPB}"
123B_pn-elfutils = "${SEPB}"
124B_pn-elfutils-native = "${SEPB}"
125B_pn-enchant = "${SEPB}"
126B_pn-encodings = "${SEPB}"
127B_pn-ethtool = "${SEPB}"
128B_pn-expat = "${SEPB}"
129B_pn-expat-native = "${SEPB}"
130B_pn-fetchmail = "${SEPB}"
131B_pn-file = "${SEPB}"
132B_pn-file-native = "${SEPB}"
133B_pn-findutils = "${SEPB}"
134B_pn-findutils-native = "${SEPB}"
135B_pn-fixesproto = "${SEPB}"
136B_pn-fixesproto-native = "${SEPB}"
137# /bin/bash: line 0: cd: api: No such file or directory
138#B_pn-flac = "${SEPB}"
139B_pn-flex = "${SEPB}"
140B_pn-flex-native = "${SEPB}"
141B_pn-font-alias = "${SEPB}"
142B_pn-fontconfig = "${SEPB}"
143B_pn-fontconfig-native = "${SEPB}"
144B_pn-fontsproto = "${SEPB}"
145B_pn-fontsproto-native = "${SEPB}"
146B_pn-font-util = "${SEPB}"
147B_pn-font-util-native = "${SEPB}"
148B_pn-foomatic-filters = "${SEPB}"
149## run.do_configure.4694: 88: cd: can't cd to builds/unix
150##B_pn-freetype = "${SEPB}"
151##B_pn-freetype-native = "${SEPB}"
152B_pn-fstests = "${SEPB}"
153B_pn-gaku = "${SEPB}"
154B_pn-gamin = "${SEPB}"
155B_pn-gawk = "${SEPB}"
156B_pn-gccmakedep = "${SEPB}"
157B_pn-gconf = "${SEPB}"
158B_pn-gconf-native = "${SEPB}"
159B_pn-gdb = "${SEPB}"
160B_pn-gdb-cross = "${SEPB}"
161B_pn-gdb-cross-canadian-i586 = "${SEPB}"
162B_pn-gdbm = "${SEPB}"
163B_pn-gdbm-native = "${SEPB}"
164B_pn-gdk-pixbuf = "${SEPB}"
165B_pn-gdk-pixbuf-native = "${SEPB}"
166B_pn-gettext = "${SEPB}"
167B_pn-gettext-native = "${SEPB}"
168#checking for system lcms2 library... checking for cmsCreateXYZProfile in -llcms2... no
169#checking for local lcms library source... configure: error: LittleCMS source not found!
170#B_pn-ghostscript = "${SEPB}"
171#B_pn-ghostscript-native = "${SEPB}"
172# No out of tree build support (manual makefile)
173#B_pn-git = "${SEPB}"
174#B_pn-git-native = "${SEPB}"
175B_pn-glew = "${SEPB}"
176B_pn-glib-2.0 = "${SEPB}"
177B_pn-glib-2.0-native = "${SEPB}"
178B_pn-glib-networking = "${SEPB}"
179B_pn-glproto = "${SEPB}"
180B_pn-gmp = "${SEPB}"
181B_pn-gmp-native = "${SEPB}"
182B_pn-gnome-common = "${SEPB}"
183B_pn-gnome-common-native = "${SEPB}"
184B_pn-gnome-desktop = "${SEPB}"
185#B_pn-gnome-doc-utils = "${SEPB}"
186#B_pn-gnome-doc-utils-native = "${SEPB}"
187B_pn-gnome-icon-theme = "${SEPB}"
188B_pn-gnome-mime-data = "${SEPB}"
189B_pn-gnupg = "${SEPB}"
190## libtool: link: warning: library `.../usr/lib/libgcrypt.la' was moved.
191##B_pn-gnutls = "${SEPB}"
192B_pn-gnutls-native = "${SEPB}"
193B_pn-gperf = "${SEPB}"
194B_pn-gperf-native = "${SEPB}"
195B_pn-gpgme = "${SEPB}"
196B_pn-grep = "${SEPB}"
197B_pn-groff = "${SEPB}"
198B_pn-groff-native = "${SEPB}"
199B_pn-grub = "${SEPB}"
200B_pn-grub-efi-i586-native = "${SEPB}"
201B_pn-gsettings-desktop-schemas = "${SEPB}"
202#| ./config.status: line 2219: /media/build1/poky/build/tmp/work/i586-poky-linux/gst-ffmpeg/0.10.13-r4/build//media/build1/poky/build/tmp/work/i586-poky-linux/gst-ffmpeg/0.10.13-r4/gst-ffmpeg-0.10.13/gst-libs/ext/libav/configure: No such file or directory
203#| config.status: error: Failed to configure embedded Libav tree
204#B_pn-gst-ffmpeg = "${SEPB}"
205B_pn-gst-fluendo-mp3 = "${SEPB}"
206B_pn-gst-fluendo-mpegdemux = "${SEPB}"
207B_pn-gst-openmax = "${SEPB}"
208# Has races/confusion over file/symbolic link creation
209#B_pn-gst-plugin-bluetooth = "${SEPB}"
210B_pn-gst-plugins-bad = "${SEPB}"
211B_pn-gst-plugins-base = "${SEPB}"
212B_pn-gst-plugins-gl = "${SEPB}"
213B_pn-gst-plugins-good = "${SEPB}"
214B_pn-gst-plugins-ugly = "${SEPB}"
215B_pn-gstreamer = "${SEPB}"
216B_pn-gtk+ = "${SEPB}"
217B_pn-gtk+3 = "${SEPB}"
218B_pn-gtk-doc-stub = "${SEPB}"
219B_pn-gtk-doc-stub-native = "${SEPB}"
220B_pn-gtk-engines = "${SEPB}"
221##make[1]: *** No rule to make target `data/gtkrc', needed by `all-am'. Stop
222##B_pn-gtk-sato-engine = "${SEPB}"
223B_pn-guile = "${SEPB}"
224B_pn-guile-native = "${SEPB}"
225B_pn-gzip = "${SEPB}"
226B_pn-gzip-native = "${SEPB}"
227B_pn-harfbuzz = "${SEPB}"
228B_pn-harfbuzz-native = "${SEPB}"
229B_pn-help2man-native = "${SEPB}"
230## Hand coded makefiles don't support out-of-tree
231##B_pn-hicolor-icon-theme = "${SEPB}"
232B_pn-icon-naming-utils-native = "${SEPB}"
233B_pn-icu = "${SEPB}"
234B_pn-icu-native = "${SEPB}"
235B_pn-inputproto = "${SEPB}"
236B_pn-inputproto-native = "${SEPB}"
237B_pn-intltool = "${SEPB}"
238B_pn-intltool-native = "${SEPB}"
239B_pn-iptables = "${SEPB}"
240#B_pn-irda-utils = "${SEPB}"
241B_pn-jpeg = "${SEPB}"
242B_pn-jpeg-native = "${SEPB}"
243#B_pn-js = "${SEPB}"
244B_pn-json-glib = "${SEPB}"
245B_pn-kbd = "${SEPB}"
246B_pn-kbd-native = "${SEPB}"
247B_pn-kbproto = "${SEPB}"
248B_pn-kbproto-native = "${SEPB}"
249B_pn-kconfig-frontends = "${SEPB}"
250B_pn-kconfig-frontends-native = "${SEPB}"
251##kexec-tools-2.0.3/kexec/arch/ppc/Makefile:4: kexec/arch/ppc/libfdt/Makefile.libfdt: No such file or directory
252##B_pn-kexec-tools = "${SEPB}"
253B_pn-kmod = "${SEPB}"
254B_pn-kmod-native = "${SEPB}"
255B_pn-lame = "${SEPB}"
256B_pn-leafpad = "${SEPB}"
257B_pn-less = "${SEPB}"
258B_pn-liba52 = "${SEPB}"
259#| cat /media/build1/poky/build/tmp/work/i586-poky-linux/libarchive/2.8.5-r0/libarchive-2.8.5/libarchive/test/test_*.c | grep DEFINE_TEST > libarchive/test/list.h
260#| cat /media/build1/poky/build/tmp/work/i586-poky-linux/libarchive/2.8.5-r0/libarchive-2.8.5/tar/test/test_*.c | grep DEFINE_TEST > tar/test/list.h
261#| cat /media/build1/poky/build/tmp/work/i586-poky-linux/libarchive/2.8.5-r0/libarchive-2.8.5/cpio/test/test_*.c | grep DEFINE_TEST > cpio/test/list.h
262#| /bin/bash: tar/test/list.h: No such file or directory
263#| /bin/bash: libarchive/test/list.h: No such file or directory
264#| /bin/bash: cpio/test/list.h: No such file or directory
265#B_pn-libarchive = "${SEPB}"
266B_pn-libart-lgpl = "${SEPB}"
267B_pn-libassuan = "${SEPB}"
268B_pn-libatomics-ops = "${SEPB}"
269B_pn-libcgroup = "${SEPB}"
270B_pn-libcheck = "${SEPB}"
271B_pn-libcroco = "${SEPB}"
272B_pn-libdaemon = "${SEPB}"
273B_pn-libdmx = "${SEPB}"
274B_pn-libdrm = "${SEPB}"
275B_pn-libevent = "${SEPB}"
276B_pn-libexif = "${SEPB}"
277B_pn-libfakekey = "${SEPB}"
278B_pn-libffi = "${SEPB}"
279B_pn-libffi-native = "${SEPB}"
280##i586-poky-linux-libtool: link: cannot find the library `/media/build1/poky/build/tmp/work/i586-poky-linux/libfm/1.1.0-r0/libfm-1.1.0/src/actions/libfmactions.la' or unhandled argument `/media/build1/poky/build/tmp/work/i586-poky-linux/libfm/1.1.0-r0/libfm-1.1.0/src/actions/libfmactions.la'
281##B_pn-libfm = "${SEPB}"
282B_pn-libfontenc = "${SEPB}"
283B_pn-libfontenc-native = "${SEPB}"
284B_pn-libgcc = "${SEPB}"
285#B_pn-libgcrypt = "${SEPB}"
286#B_pn-libgcrypt-native = "${SEPB}"
287B_pn-libglade = "${SEPB}"
288B_pn-libglu = "${SEPB}"
289B_pn-libgpg-error = "${SEPB}"
290B_pn-libgpg-error-native = "${SEPB}"
291B_pn-libice = "${SEPB}"
292B_pn-libice-native = "${SEPB}"
293B_pn-libid3tag = "${SEPB}"
294B_pn-libidn = "${SEPB}"
295B_pn-json-c = "${SEPB}"
296B_pn-libksba = "${SEPB}"
297B_pn-libmad = "${SEPB}"
298B_pn-libmatchbox = "${SEPB}"
299B_pn-libmpc = "${SEPB}"
300B_pn-libmpc-native = "${SEPB}"
301# CMake Error: The source directory "[...]libmusicbrainz-5.0.1[...]/build" does not appear to contain CMakeLists.txt.
302#B_pn-libmusicbrainz = "${SEPB}"
303# Not automake and no support for out of tree
304#B_pn-libnewt = "${SEPB}"
305B_pn-libnfsidmap = "${SEPB}"
306# flex.real: could not create route/cls/ematch_grammar.c
307#B_pn-libnl = "${SEPB}"
308B_pn-libnss-mdns = "${SEPB}"
309B_pn-libogg = "${SEPB}"
310B_pn-liboil = "${SEPB}"
311B_pn-libomxil = "${SEPB}"
312B_pn-libowl = "${SEPB}"
313B_pn-libowl-av = "${SEPB}"
314B_pn-libpam = "${SEPB}"
315B_pn-libpcap = "${SEPB}"
316B_pn-libpciaccess = "${SEPB}"
317B_pn-libpcre = "${SEPB}"
318B_pn-libpcre-native = "${SEPB}"
319B_pn-libpng = "${SEPB}"
320B_pn-libpng-native = "${SEPB}"
321B_pn-libpthread-stubs = "${SEPB}"
322B_pn-libpthread-stubs-native = "${SEPB}"
323B_pn-librsvg = "${SEPB}"
324B_pn-librsvg-native = "${SEPB}"
325B_pn-libsamplerate0 = "${SEPB}"
326B_pn-libsdl = "${SEPB}"
327B_pn-libsm = "${SEPB}"
328B_pn-libsm-native = "${SEPB}"
329B_pn-libsndfile1 = "${SEPB}"
330B_pn-libsoup-2.4 = "${SEPB}"
331B_pn-libtasn1 = "${SEPB}"
332B_pn-libtasn1-native = "${SEPB}"
333B_pn-libtelepathy = "${SEPB}"
334B_pn-libtheora = "${SEPB}"
335B_pn-libtirpc = "${SEPB}"
336B_pn-libtool = "${SEPB}"
337B_pn-libtool-cross = "${SEPB}"
338B_pn-libtool-native = "${SEPB}"
339B_pn-libunique = "${SEPB}"
340B_pn-libunistring = "${SEPB}"
341B_pn-libunistring-native = "${SEPB}"
342B_pn-liburcu = "${SEPB}"
343B_pn-libusb1 = "${SEPB}"
344B_pn-libusb1-native = "${SEPB}"
345B_pn-libusb-compat = "${SEPB}"
346B_pn-libusb-compat-native = "${SEPB}"
347B_pn-libuser = "${SEPB}"
348B_pn-libva-intel-driver = "${SEPB}"
349B_pn-libvorbis = "${SEPB}"
350B_pn-libx11 = "${SEPB}"
351B_pn-libx11-diet = "${SEPB}"
352B_pn-libx11-native = "${SEPB}"
353B_pn-libxau = "${SEPB}"
354B_pn-libxau-native = "${SEPB}"
355B_pn-libxcalibrate = "${SEPB}"
356B_pn-libxcb = "${SEPB}"
357B_pn-libxcb-native = "${SEPB}"
358B_pn-libxcomposite = "${SEPB}"
359B_pn-libxcomposite-native = "${SEPB}"
360B_pn-libxcursor = "${SEPB}"
361B_pn-libxcursor-native = "${SEPB}"
362B_pn-libxdamage = "${SEPB}"
363B_pn-libxdamage-native = "${SEPB}"
364B_pn-libxdmcp = "${SEPB}"
365B_pn-libxdmcp-native = "${SEPB}"
366B_pn-libxext = "${SEPB}"
367B_pn-libxext-native = "${SEPB}"
368B_pn-libxfixes = "${SEPB}"
369B_pn-libxfixes-native = "${SEPB}"
370B_pn-libxfont = "${SEPB}"
371B_pn-libxfont-native = "${SEPB}"
372B_pn-libxft = "${SEPB}"
373B_pn-libxft-native = "${SEPB}"
374B_pn-libxi = "${SEPB}"
375B_pn-libxinerama = "${SEPB}"
376B_pn-libxkbcommon = "${SEPB}"
377B_pn-libxkbfile = "${SEPB}"
378B_pn-libxkbfile-native = "${SEPB}"
379B_pn-libxml2 = "${SEPB}"
380B_pn-libxml2-native = "${SEPB}"
381B_pn-libxmu = "${SEPB}"
382B_pn-libxmu-native = "${SEPB}"
383B_pn-libxpm = "${SEPB}"
384B_pn-libxpm-native = "${SEPB}"
385B_pn-libxrandr = "${SEPB}"
386B_pn-libxrandr-native = "${SEPB}"
387B_pn-libxrender = "${SEPB}"
388B_pn-libxrender-native = "${SEPB}"
389B_pn-libxres = "${SEPB}"
390B_pn-libxscrnsaver = "${SEPB}"
391B_pn-libxsettings-client = "${SEPB}"
392B_pn-libxslt = "${SEPB}"
393B_pn-libxslt-native = "${SEPB}"
394B_pn-libxt = "${SEPB}"
395B_pn-libxt-native = "${SEPB}"
396B_pn-libxtst = "${SEPB}"
397B_pn-libxv = "${SEPB}"
398B_pn-libxvmc = "${SEPB}"
399B_pn-libxxf86dga = "${SEPB}"
400B_pn-libxxf86misc = "${SEPB}"
401B_pn-libxxf86vm = "${SEPB}"
402B_pn-lighttpd = "${SEPB}"
403# Doesn't use automake so no separate build support
404#B_pn-linuxdoc-tools-native = "${SEPB}"
405B_pn-lrzsz = "${SEPB}"
406# Doesn't use automake
407#B_pn-ltp = "${SEPB}"
408##/media/build1/poky/build1/tmp/work/i586-poky-linux/lttng-tools/v2.1.0-r0/git/tests/tools/health/health_check.c:20:25: fatal error: lttng/lttng.h: No such file or directory
409##B_pn-lttng-tools = "${SEPB}"
410B_pn-lttng-ust = "${SEPB}"
411B_pn-lzo = "${SEPB}"
412B_pn-lzo-native = "${SEPB}"
413B_pn-lzop = "${SEPB}"
414B_pn-lzop-native = "${SEPB}"
415B_pn-m4 = "${SEPB}"
416B_pn-m4-native = "${SEPB}"
417# Makefile only, no out of tree support
418#B_pn-mailx = "${SEPB}"
419B_pn-make = "${SEPB}"
420B_pn-makedepend = "${SEPB}"
421B_pn-makedepend-native = "${SEPB}"
422B_pn-make-native = "${SEPB}"
423B_pn-matchbox-config-gtk = "${SEPB}"
424B_pn-matchbox-desktop = "${SEPB}"
425B_pn-matchbox-desktop-sato = "${SEPB}"
426B_pn-matchbox-keyboard = "${SEPB}"
427B_pn-matchbox-panel-2 = "${SEPB}"
428B_pn-matchbox-terminal = "${SEPB}"
429B_pn-matchbox-theme-sato = "${SEPB}"
430B_pn-matchbox-wm = "${SEPB}"
431B_pn-mc = "${SEPB}"
432#makefile only, no out of tree support
433#B_pn-mdadm = "${SEPB}"
434B_pn-menu-cache = "${SEPB}"
435B_pn-mesa-demos = "${SEPB}"
436# src/mapi/mapi/stub.c:51:39: error: 'MAPI_TABLE_NUM_DYNAMIC' undeclared here (not in a function)
437B_pn-mesa = "${SEPB}"
438B_pn-mesa-gl = "${SEPB}"
439B_pn-minicom = "${SEPB}"
440# Not automake, no external tree support
441#B_pn-mkelfimage = "${SEPB}"
442#B_pn-mkelfimage-native = "${SEPB}"
443B_pn-mkfontdir = "${SEPB}"
444B_pn-mkfontdir-native = "${SEPB}"
445B_pn-mkfontscale = "${SEPB}"
446B_pn-mkfontscale-native = "${SEPB}"
447B_pn-mklibs-native = "${SEPB}"
448B_pn-mktemp = "${SEPB}"
449B_pn-mobile-broadband-provider-info = "${SEPB}"
450B_pn-mpeg2dec = "${SEPB}"
451B_pn-mpfr = "${SEPB}"
452B_pn-mpfr-native = "${SEPB}"
453B_pn-msmtp = "${SEPB}"
454B_pn-mtdev = "${SEPB}"
455B_pn-mtools = "${SEPB}"
456B_pn-mtools-native = "${SEPB}"
457B_pn-mx = "${SEPB}"
458# /media/build1/poky/build1/tmp/work/x86_64-linux/nasm-native/2.10.07-r0/nasm-2.10.07/compiler.h:47:21: fatal error: config.h: No such file or directory
459#B_pn-nasm = "${SEPB}"
460#B_pn-nasm-native = "${SEPB}"
461B_pn-nativesdk-alsa-lib = "${SEPB}"
462B_pn-nativesdk-autoconf = "${SEPB}"
463B_pn-nativesdk-automake = "${SEPB}"
464B_pn-nativesdk-bash = "${SEPB}"
465B_pn-nativesdk-bdwgc = "${SEPB}"
466B_pn-nativesdk-bigreqsproto = "${SEPB}"
467B_pn-nativesdk-bison = "${SEPB}"
468B_pn-nativesdk-bzip2 = "${SEPB}"
469B_pn-nativesdk-chrpath = "${SEPB}"
470B_pn-nativesdk-cmake = "${SEPB}"
471B_pn-nativesdk-curl = "${SEPB}"
472B_pn-nativesdk-db = "${SEPB}"
473B_pn-nativesdk-dbus = "${SEPB}"
474## Makefile based not autotools
475##B_pn-nativesdk-dtc = "${SEPB}"
476B_pn-nativesdk-eglibc = "${SEPB}"
477B_pn-nativesdk-eglibc-initial = "${SEPB}"
478B_pn-nativesdk-elfutils = "${SEPB}"
479B_pn-nativesdk-expat = "${SEPB}"
480B_pn-nativesdk-fixesproto = "${SEPB}"
481B_pn-nativesdk-flex = "${SEPB}"
482B_pn-nativesdk-gcc-runtime = "${SEPB}"
483B_pn-nativesdk-gdbm = "${SEPB}"
484B_pn-nativesdk-gettext = "${SEPB}"
485B_pn-nativesdk-glib-2.0 = "${SEPB}"
486B_pn-nativesdk-glproto = "${SEPB}"
487B_pn-nativesdk-gmp = "${SEPB}"
488B_pn-nativesdk-inputproto = "${SEPB}"
489B_pn-nativesdk-kbproto = "${SEPB}"
490#B_pn-nativesdk-libarchive = "${SEPB}"
491B_pn-nativesdk-libffi = "${SEPB}"
492B_pn-nativesdk-libgcc = "${SEPB}"
493B_pn-nativesdk-libmpc = "${SEPB}"
494B_pn-nativesdk-libpcre = "${SEPB}"
495B_pn-nativesdk-libpng = "${SEPB}"
496B_pn-nativesdk-libpthread-stubs = "${SEPB}"
497B_pn-nativesdk-libsdl = "${SEPB}"
498B_pn-nativesdk-libtool = "${SEPB}"
499B_pn-nativesdk-libunistring = "${SEPB}"
500B_pn-nativesdk-libusb1 = "${SEPB}"
501B_pn-nativesdk-libusb-compat = "${SEPB}"
502B_pn-nativesdk-libx11 = "${SEPB}"
503B_pn-nativesdk-libxau = "${SEPB}"
504B_pn-nativesdk-libxcb = "${SEPB}"
505B_pn-nativesdk-libxdmcp = "${SEPB}"
506B_pn-nativesdk-libxext = "${SEPB}"
507B_pn-nativesdk-libxfixes = "${SEPB}"
508B_pn-nativesdk-libxml2 = "${SEPB}"
509B_pn-nativesdk-libxrandr = "${SEPB}"
510B_pn-nativesdk-libxrender = "${SEPB}"
511B_pn-nativesdk-lzo = "${SEPB}"
512B_pn-nativesdk-lzop = "${SEPB}"
513B_pn-nativesdk-m4 = "${SEPB}"
514B_pn-nativesdk-mpfr = "${SEPB}"
515B_pn-nativesdk-ncurses = "${SEPB}"
516B_pn-nativesdk-opkg = "${SEPB}"
517B_pn-nativesdk-pixman = "${SEPB}"
518B_pn-nativesdk-pkgconfig = "${SEPB}"
519# run.do_compile: 89: cd: can't cd to Lib/plat-linux2
520#B_pn-nativesdk-python = "${SEPB}"
521##B_pn-nativesdk-qemu = "${SEPB}"
522B_pn-nativesdk-randrproto = "${SEPB}"
523B_pn-nativesdk-readline = "${SEPB}"
524B_pn-nativesdk-renderproto = "${SEPB}"
525B_pn-nativesdk-sqlite3 = "${SEPB}"
526B_pn-nativesdk-systemtap = "${SEPB}"
527B_pn-nativesdk-unfs3 = "${SEPB}"
528B_pn-nativesdk-util-macros = "${SEPB}"
529B_pn-nativesdk-xcb-proto = "${SEPB}"
530B_pn-nativesdk-xcmiscproto = "${SEPB}"
531B_pn-nativesdk-xextproto = "${SEPB}"
532B_pn-nativesdk-xproto = "${SEPB}"
533B_pn-nativesdk-xtrans = "${SEPB}"
534B_pn-ncurses = "${SEPB}"
535B_pn-ncurses-native = "${SEPB}"
536B_pn-neon = "${SEPB}"
537B_pn-neon-native = "${SEPB}"
538##Weird as configure exits with error code despite apparent success
539##B_pn-nfs-utils = "${SEPB}"
540B_pn-npth = "${SEPB}"
541#B_pn-nspr = "${SEPB}"
542B_pn-ofono = "${SEPB}"
543B_pn-oh-puzzles = "${SEPB}"
544## make[2]: openjade-1.3.2/grove/../Makefile.comm: No such file or directory
545##B_pn-openjade-native = "${SEPB}"
546B_pn-opensp = "${SEPB}"
547B_pn-opensp-native = "${SEPB}"
548##/media/build1/poky/build1/tmp/work/i586-poky-linux/openssh/6.1p1-r0/openssh-6.1p1/configure: line 5674: syntax error near unexpected token `-Wall'
549##/media/build1/poky/build1/tmp/work/i586-poky-linux/openssh/6.1p1-r0/openssh-6.1p1/configure: line 5674: ` OSSH_CHECK_CFLAG_COMPILE(-Wall)'
550##Configure failed. The contents of all config.log files follows to aid debugging
551#B_pn-openssh = "${SEPB}"
552B_pn-openvpn = "${SEPB}"
553B_pn-opkg = "${SEPB}"
554B_pn-opkg-native = "${SEPB}"
555#B_pn-oprofile = "${SEPB}"
556B_pn-oprofileui = "${SEPB}"
557B_pn-oprofileui-server = "${SEPB}"
558B_pn-ossp-uuid = "${SEPB}"
559B_pn-ossp-uuid-native = "${SEPB}"
560B_pn-owl-video = "${SEPB}"
561B_pn-pango = "${SEPB}"
562B_pn-pango-native = "${SEPB}"
563B_pn-parted = "${SEPB}"
564B_pn-parted-native = "${SEPB}"
565B_pn-patch = "${SEPB}"
566B_pn-pax = "${SEPB}"
567B_pn-pcmanfm = "${SEPB}"
568B_pn-pixman = "${SEPB}"
569B_pn-pixman-native = "${SEPB}"
570B_pn-pkgconfig = "${SEPB}"
571B_pn-pkgconfig-native = "${SEPB}"
572B_pn-pm-utils = "${SEPB}"
573B_pn-polkit = "${SEPB}"
574B_pn-polkit-gnome = "${SEPB}"
575B_pn-popt = "${SEPB}"
576B_pn-popt-native = "${SEPB}"
577#B_pn-ppp = "${SEPB}"
578B_pn-prelink = "${SEPB}"
579B_pn-prelink-native = "${SEPB}"
580# Makefile only, no out of tree support
581#B_pn-procps = "${SEPB}"
582B_pn-psmisc = "${SEPB}"
583B_pn-psplash = "${SEPB}"
584B_pn-pth = "${SEPB}"
585B_pn-pulseaudio = "${SEPB}"
586#B_pn-python = "${SEPB}"
587B_pn-python-dbus = "${SEPB}"
588B_pn-python-gst = "${SEPB}"
589B_pn-python-native = "${SEPB}"
590B_pn-python-pygobject = "${SEPB}"
591B_pn-python-pygobject-native = "${SEPB}"
592B_pn-python-pygtk = "${SEPB}"
593## Not autotools
594##B_pn-qemu = "${SEPB}"
595##B_pn-qemu-native = "${SEPB}"
596##| /bin/bash: ./git-desc: No such file or directory
597##| /usr/bin/find: `compat': No such file or directory
598##| /bin/bash: /media/build1/poky/build1/tmp/work/x86_64-linux/quilt-native/0.60-r0/build/test/test.quiltrc: No such file or directory
599##| make: *** No rule to make target `Makefile.in', needed by `Makefile'. Stop.
600##B_pn-quilt = "${SEPB}"
601##B_pn-quilt-native = "${SEPB}"
602#B_pn-quota = "${SEPB}"
603B_pn-randrproto = "${SEPB}"
604B_pn-randrproto-native = "${SEPB}"
605B_pn-readline = "${SEPB}"
606B_pn-readline-native = "${SEPB}"
607B_pn-recordproto = "${SEPB}"
608B_pn-remake = "${SEPB}"
609B_pn-remake-native = "${SEPB}"
610B_pn-renderproto = "${SEPB}"
611B_pn-renderproto-native = "${SEPB}"
612B_pn-resourceproto = "${SEPB}"
613B_pn-rgb = "${SEPB}"
614B_pn-rpcbind = "${SEPB}"
615B_pn-rpm = "${SEPB}"
616B_pn-rpm-native = "${SEPB}"
617B_pn-rsync = "${SEPB}"
618B_pn-rxvt-unicode = "${SEPB}"
619B_pn-sato-icon-theme = "${SEPB}"
620B_pn-sato-screenshot = "${SEPB}"
621B_pn-sbc = "${SEPB}"
622B_pn-screen = "${SEPB}"
623B_pn-scrnsaverproto = "${SEPB}"
624B_pn-sed = "${SEPB}"
625B_pn-sed-native = "${SEPB}"
626# Wierd out of tree support, could probably be fixed
627#i586-poky-linux-gcc: error: setserial.c: No such file or directory
628#i586-poky-linux-gcc: fatal error: no input files
629#compilation terminated.
630#B_pn-setserial = "${SEPB}"
631B_pn-settings-daemon = "${SEPB}"
632B_pn-sgml-common = "${SEPB}"
633B_pn-sgml-common-native = "${SEPB}"
634B_pn-shadow = "${SEPB}"
635B_pn-shadow-native = "${SEPB}"
636B_pn-shared-mime-info = "${SEPB}"
637B_pn-shared-mime-info-native = "${SEPB}"
638##configure: error: "This software does not support configuring from another directory. See the INSTALL file"
639##B_pn-slang = "${SEPB}"
640B_pn-socat = "${SEPB}"
641B_pn-speex = "${SEPB}"
642B_pn-sqlite3 = "${SEPB}"
643B_pn-sqlite3-native = "${SEPB}"
644B_pn-startup-notification = "${SEPB}"
645B_pn-strace = "${SEPB}"
646B_pn-strace-native = "${SEPB}"
647B_pn-subversion = "${SEPB}"
648B_pn-subversion-native = "${SEPB}"
649B_pn-sudo = "${SEPB}"
650B_pn-sysfsutils = "${SEPB}"
651B_pn-sysprof = "${SEPB}"
652# No automake, no separate build support
653#B_pn-sysstat = "${SEPB}"
654B_pn-systemd = "${SEPB}"
655B_pn-systemtap = "${SEPB}"
656B_pn-systemtap-native = "${SEPB}"
657B_pn-tar = "${SEPB}"
658B_pn-tar-replacement-native = "${SEPB}"
659B_pn-tcl = "${SEPB}"
660B_pn-tcl-native = "${SEPB}"
661B_pn-telepathy-glib = "${SEPB}"
662B_pn-telepathy-idle = "${SEPB}"
663B_pn-telepathy-mission-control = "${SEPB}"
664B_pn-telepathy-python = "${SEPB}"
665B_pn-texi2html = "${SEPB}"
666B_pn-texinfo = "${SEPB}"
667B_pn-texinfo-native = "${SEPB}"
668B_pn-tiff = "${SEPB}"
669B_pn-tiff-native = "${SEPB}"
670B_pn-time = "${SEPB}"
671B_pn-tremor = "${SEPB}"
672B_pn-tslib = "${SEPB}"
673B_pn-udev = "${SEPB}"
674B_pn-unfs3 = "${SEPB}"
675B_pn-unfs3-native = "${SEPB}"
676B_pn-usbutils = "${SEPB}"
677B_pn-util-linux = "${SEPB}"
678B_pn-util-linux-native = "${SEPB}"
679B_pn-util-macros = "${SEPB}"
680B_pn-util-macros-native = "${SEPB}"
681B_pn-valgrind = "${SEPB}"
682B_pn-videoproto = "${SEPB}"
683B_pn-vte = "${SEPB}"
684B_pn-watchdog = "${SEPB}"
685B_pn-wayland = "${SEPB}"
686B_pn-wayland-native = "${SEPB}"
687# Not even going there
688#B_pn-webkit-gtk = "${SEPB}"
689B_pn-weston = "${SEPB}"
690B_pn-wget = "${SEPB}"
691B_pn-which = "${SEPB}"
692B_pn-x11perf = "${SEPB}"
693#B_pn-x11vnc = "${SEPB}"
694B_pn-xauth = "${SEPB}"
695B_pn-xcb-proto = "${SEPB}"
696B_pn-xcb-proto-native = "${SEPB}"
697B_pn-xcb-util = "${SEPB}"
698B_pn-xcb-util-image = "${SEPB}"
699B_pn-xcb-util-keysyms = "${SEPB}"
700B_pn-xcb-util-renderutil = "${SEPB}"
701B_pn-xcb-util-wm = "${SEPB}"
702B_pn-xcmiscproto = "${SEPB}"
703B_pn-xcmiscproto-native = "${SEPB}"
704B_pn-xcursor-transparent-theme = "${SEPB}"
705# No out of tree support, no automake
706#/usr/bin/install: cannot stat `xdg-desktop-menu': No such file or directory
707#/usr/bin/install: cannot stat `xdg-desktop-icon': No such file or directory
708#/usr/bin/install: cannot stat `xdg-mime': No such file or directory
709#/usr/bin/install: cannot stat `xdg-icon-resource': No such file or directory
710#/usr/bin/install: cannot stat `xdg-open': No such file or directory
711#/usr/bin/install: cannot stat `xdg-email': No such file or directory
712#/usr/bin/install: cannot stat `xdg-screensaver': No such file or directory
713#make[1]: *** [install] Error 1
714#Probably fixable
715#B_pn-xdg-utils = "${SEPB}"
716B_pn-xdpyinfo = "${SEPB}"
717B_pn-xev = "${SEPB}"
718B_pn-xextproto = "${SEPB}"
719B_pn-xextproto-native = "${SEPB}"
720B_pn-xeyes = "${SEPB}"
721B_pn-xf86dgaproto = "${SEPB}"
722B_pn-xf86driproto = "${SEPB}"
723B_pn-xf86-input-evdev = "${SEPB}"
724B_pn-xf86-input-keyboard = "${SEPB}"
725B_pn-xf86-input-mouse = "${SEPB}"
726B_pn-xf86-input-synaptics = "${SEPB}"
727B_pn-xf86-input-vmmouse = "${SEPB}"
728B_pn-xf86miscproto = "${SEPB}"
729B_pn-xf86-video-fbdev = "${SEPB}"
730B_pn-xf86-video-imxfb = "${SEPB}"
731B_pn-xf86-video-intel = "${SEPB}"
732B_pn-xf86-video-mga = "${SEPB}"
733B_pn-xf86-video-modesetting = "${SEPB}"
734B_pn-xf86-video-omap = "${SEPB}"
735B_pn-xf86-video-omapfb = "${SEPB}"
736B_pn-xf86-video-vesa = "${SEPB}"
737B_pn-xf86-video-vmware = "${SEPB}"
738B_pn-xf86vidmodeproto = "${SEPB}"
739B_pn-xhost = "${SEPB}"
740B_pn-xineramaproto = "${SEPB}"
741B_pn-xinetd = "${SEPB}"
742B_pn-xinit = "${SEPB}"
743B_pn-xinput = "${SEPB}"
744B_pn-xkbcomp = "${SEPB}"
745B_pn-xkbcomp-native = "${SEPB}"
746B_pn-xkeyboard-config = "${SEPB}"
747B_pn-xmodmap = "${SEPB}"
748B_pn-xprop = "${SEPB}"
749B_pn-xproto = "${SEPB}"
750B_pn-xproto-native = "${SEPB}"
751B_pn-xrandr = "${SEPB}"
752B_pn-xrestop = "${SEPB}"
753B_pn-xserver-xorg = "${SEPB}"
754B_pn-xset = "${SEPB}"
755B_pn-xtrans = "${SEPB}"
756B_pn-xtrans-native = "${SEPB}"
757B_pn-xtscal = "${SEPB}"
758B_pn-xvideo-tests = "${SEPB}"
759B_pn-xvinfo = "${SEPB}"
760B_pn-xwininfo = "${SEPB}"
761B_pn-xz = "${SEPB}"
762B_pn-xz-native = "${SEPB}"
763B_pn-yasm = "${SEPB}"
764B_pn-yasm-native = "${SEPB}"
765B_pn-zaurusd = "${SEPB}"
766
767# Recipes that cannot by design use a separate build directory:
768# wpa-supplicant
diff --git a/meta/conf/distro/include/tclibc-eglibc.inc b/meta/conf/distro/include/tclibc-eglibc.inc
new file mode 100644
index 0000000000..15f5ee5a30
--- /dev/null
+++ b/meta/conf/distro/include/tclibc-eglibc.inc
@@ -0,0 +1,40 @@
1#
2# eglibc specific configuration
3#
4
5LIBCEXTENSION = "${@['', '-gnu'][(d.getVar('ABIEXTENSION', True) or '') != '']}"
6
7# Add glibc overrides to the overrides for eglibc.
8LIBCOVERRIDE = ":libc-glibc"
9OVERRIDES .= "${LIBCOVERRIDE}"
10
11PREFERRED_PROVIDER_virtual/libiconv ?= "eglibc"
12PREFERRED_PROVIDER_virtual/nativesdk-libiconv ?= "nativesdk-eglibc"
13PREFERRED_PROVIDER_virtual/nativesdk-libintl ?= "nativesdk-eglibc"
14PREFERRED_PROVIDER_virtual/libintl ?= "eglibc"
15PREFERRED_PROVIDER_virtual/libc ?= "eglibc"
16PREFERRED_PROVIDER_virtual/nativesdk-libc ?= "nativesdk-eglibc"
17PREFERRED_PROVIDER_virtual/libc-locale ?= "eglibc-locale"
18
19CXXFLAGS += "-fvisibility-inlines-hidden"
20
21LIBC_DEPENDENCIES = "libsegfault \
22 eglibc \
23 eglibc-dbg \
24 eglibc-dev \
25 eglibc-utils \
26 eglibc-thread-db \
27 ${@get_libc_locales_dependencies(d)}"
28
29LIBC_LOCALE_DEPENDENCIES = "\
30 eglibc-localedata-i18n \
31 eglibc-gconv-ibm850 \
32 eglibc-gconv-cp1252 \
33 eglibc-gconv-iso8859-1 \
34 eglibc-gconv-iso8859-15"
35
36def get_libc_locales_dependencies(d):
37 if 'libc-locales' in (d.getVar('DISTRO_FEATURES', True) or '').split() :
38 return d.getVar('LIBC_LOCALE_DEPENDENCIES', True) or ''
39 else:
40 return ''
diff --git a/meta/conf/distro/include/tclibc-uclibc.inc b/meta/conf/distro/include/tclibc-uclibc.inc
new file mode 100644
index 0000000000..a4d8c3920d
--- /dev/null
+++ b/meta/conf/distro/include/tclibc-uclibc.inc
@@ -0,0 +1,28 @@
1#
2# uclibc specific configuration
3#
4
5LIBCEXTENSION = "-uclibc"
6
7# Add uclibc overrides to the overrides.
8LIBCOVERRIDE = ":libc-uclibc"
9OVERRIDES .= "${LIBCOVERRIDE}"
10
11PREFERRED_PROVIDER_virtual/libc ?= "uclibc"
12PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"
13PREFERRED_PROVIDER_virtual/libintl ?= "gettext"
14PREFERRED_PROVIDER_virtual/nativesdk-libintl ?= "nativesdk-eglibc"
15PREFERRED_PROVIDER_virtual/nativesdk-libiconv ?= "nativesdk-eglibc"
16
17USE_NLS ?= "no"
18
19CXXFLAGS += "-fvisibility-inlines-hidden"
20
21IMAGE_LINGUAS = ""
22
23LIBC_DEPENDENCIES = "\
24 uclibc \
25 uclibc-dbg \
26 uclibc-dev \
27 uclibc-thread-db \
28 "
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
new file mode 100644
index 0000000000..300deeaf5f
--- /dev/null
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -0,0 +1,60 @@
1#
2# Default toolchain configuration
3#
4
5PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross"
6PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
7PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-intermediate = "gcc-cross-intermediate"
8PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
9PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
10PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs = "gcc-runtime"
11PREFERRED_PROVIDER_gdb = "gdb"
12
13# Default libc config
14PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "${TCLIBC}"
15PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-for-gcc ?= "nativesdk-${TCLIBC}"
16PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
17PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial"
18PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
19
20GCCVERSION ?= "4.8%"
21SDKGCCVERSION ?= "${GCCVERSION}"
22BINUVERSION ?= "2.24"
23EGLIBCVERSION ?= "2.19"
24UCLIBCVERSION ?= "0.9.33+git%"
25LINUXLIBCVERSION ?= "3.14"
26
27PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
28PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"
29PREFERRED_VERSION_gcc-cross-initial ?= "${GCCVERSION}"
30PREFERRED_VERSION_gcc-cross-intermediate ?= "${GCCVERSION}"
31PREFERRED_VERSION_gcc-crosssdk ?= "${SDKGCCVERSION}"
32PREFERRED_VERSION_gcc-crosssdk-initial ?= "${SDKGCCVERSION}"
33PREFERRED_VERSION_gcc-crosssdk-intermediate ?= "${SDKGCCVERSION}"
34PREFERRED_VERSION_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${GCCVERSION}"
35PREFERRED_VERSION_gcc-runtime ?= "${GCCVERSION}"
36PREFERRED_VERSION_nativesdk-gcc-runtime ?= "${SDKGCCVERSION}"
37PREFERRED_VERSION_libgcc ?= "${GCCVERSION}"
38PREFERRED_VERSION_nativesdk-libgcc ?= "${SDKGCCVERSION}"
39PREFERRED_VERSION_binutils ?= "${BINUVERSION}"
40PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}"
41PREFERRED_VERSION_binutils-crosssdk ?= "${BINUVERSION}"
42PREFERRED_VERSION_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${BINUVERSION}"
43PREFERRED_VERSION_linux-libc-headers ?= "${LINUXLIBCVERSION}"
44PREFERRED_VERSION_nativesdk-linux-libc-headers ?= "${LINUXLIBCVERSION}"
45PREFERRED_VERSION_eglibc ?= "${EGLIBCVERSION}"
46PREFERRED_VERSION_eglibc-locale ?= "${EGLIBCVERSION}"
47PREFERRED_VERSION_nativesdk-eglibc ?= "${EGLIBCVERSION}"
48PREFERRED_VERSION_eglibc-initial ?= "${EGLIBCVERSION}"
49PREFERRED_VERSION_nativesdk-eglibc-initial ?= "${EGLIBCVERSION}"
50PREFERRED_VERSION_cross-localedef-native ?= "${EGLIBCVERSION}"
51PREFERRED_VERSION_uclibc ?= "${UCLIBCVERSION}"
52PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}"
53PREFERRED_VERSION_elfutils ?= "0.148"
54# don't use version earlier than 1.4 for gzip-native, as it's necessary for
55# some packages using an archive format incompatible with earlier gzip
56PREFERRED_VERSION_gzip-native ?= "1.6"
57
58# Setup suitable toolchain flags
59require conf/distro/include/as-needed.inc
60
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc
new file mode 100644
index 0000000000..ab0c2dc863
--- /dev/null
+++ b/meta/conf/distro/include/world-broken.inc
@@ -0,0 +1,5 @@
1#
2# Exclude known broken packages
3#
4
5