summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-05 11:49:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-11 15:57:08 +0100
commit155cff6c9ea796d47fa4d69fce9cdcaf7f39afeb (patch)
treed15c06ce3d99c126e4b421aa84b096b16457f1c0 /meta/conf
parentc08247e3c7c004a40281d4010186a9ace86e0e47 (diff)
downloadpoky-155cff6c9ea796d47fa4d69fce9cdcaf7f39afeb.tar.gz
world-broken.inc: Remove packages which are now buildable on musl
Delete the pinnings which are no longer required during world builds becasue they have been fixed to build on musl (From OE-Core rev: b82bc7f003d2133e818be5bd473e9c640d4b10bf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/world-broken.inc25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc
index d4bdddfcfe..49e9516d53 100644
--- a/meta/conf/distro/include/world-broken.inc
+++ b/meta/conf/distro/include/world-broken.inc
@@ -7,28 +7,14 @@ EXCLUDE_FROM_WORLD_pn-rt-tests_libc-musl = "1"
7 7
8# error: no member named 'sin_port' in 'struct sockaddr_in6' 8# error: no member named 'sin_port' in 'struct sockaddr_in6'
9# this is due to libtirpc using ipv6 but portmap rpc expecting ipv4 9# this is due to libtirpc using ipv6 but portmap rpc expecting ipv4
10EXCLUDE_FROM_WORLD_pn-portmap_libc-musl = "1"
11EXCLUDE_FROM_WORLD_pn-unfs3_libc-musl = "1" 10EXCLUDE_FROM_WORLD_pn-unfs3_libc-musl = "1"
12 11
13# error: use of undeclared identifier '_STAT_VER' 12# error: use of undeclared identifier '_STAT_VER'
14EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1" 13EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1"
15 14
16# error: Need to implement custom I/O
17EXCLUDE_FROM_WORLD_pn-libsolv_libc-musl = "1"
18
19# undefined reference to `pthread_tryjoin_np'
20EXCLUDE_FROM_WORLD_pn-btrfs-tools_libc-musl = "1"
21
22# error: error.h: No such file or directory 15# error: error.h: No such file or directory
23EXCLUDE_FROM_WORLD_pn-prelink_libc-musl = "1" 16EXCLUDE_FROM_WORLD_pn-prelink_libc-musl = "1"
24 17
25# error: use of undeclared identifier 'O_CREAT'
26EXCLUDE_FROM_WORLD_pn-libbsd_libc-musl = "1"
27
28# error: expected declaration specifiers before '__nonnull'
29EXCLUDE_FROM_WORLD_pn-lttng-ust_libc-musl = "1"
30EXCLUDE_FROM_WORLD_pn-lttng-tools_libc-musl = "1"
31
32# error: obstack.h: No such file or directory 18# error: obstack.h: No such file or directory
33EXCLUDE_FROM_WORLD_pn-systemtap_libc-musl = "1" 19EXCLUDE_FROM_WORLD_pn-systemtap_libc-musl = "1"
34EXCLUDE_FROM_WORLD_pn-systemtap-uprobes_libc-musl = "1" 20EXCLUDE_FROM_WORLD_pn-systemtap-uprobes_libc-musl = "1"
@@ -37,20 +23,9 @@ EXCLUDE_FROM_WORLD_pn-systemtap-uprobes_libc-musl = "1"
37# void (*_function)(sigval_t); 23# void (*_function)(sigval_t);
38EXCLUDE_FROM_WORLD_pn-qemu_libc-musl = "1" 24EXCLUDE_FROM_WORLD_pn-qemu_libc-musl = "1"
39 25
40# glibc specific funcrions
41# error: storage size of 'mi' isn't known struct mallinfo mi
42EXCLUDE_FROM_WORLD_pn-valgrind_libc-musl = "1"
43
44# error: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Werror=format=] 26# error: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Werror=format=]
45# snprintf(buf, size, "%s", strerror_r(err, sbuf, sizeof(sbuf))); 27# snprintf(buf, size, "%s", strerror_r(err, sbuf, sizeof(sbuf)));
46EXCLUDE_FROM_WORLD_pn-perf_libc-musl = "1" 28EXCLUDE_FROM_WORLD_pn-perf_libc-musl = "1"
47 29
48# error: 'RTLD_NEXT' was not declared in this scope 30# error: 'RTLD_NEXT' was not declared in this scope
49EXCLUDE_FROM_WORLD_pn-gcc-sanitizers_libc-musl = "1" 31EXCLUDE_FROM_WORLD_pn-gcc-sanitizers_libc-musl = "1"
50
51# gcc fails to build when libuwind is staged before building gcc since
52# it then finds the unwind.h header from libunwind and not from libgcc
53# and on arm specially they are different since libgcc defines some functions
54# as macros which are functions in libunwind and it fails during linking
55# libbacktrace/backtrace.c:76: undefined reference to `_Unwind_GetIP'
56EXCLUDE_FROM_WORLD_pn-libunwind_libc-musl_arm = "1"