diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-11-19 00:59:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:55 +0000 |
commit | c4207ee4d9b1f4e49dec7f738459fcb7afd8b3b5 (patch) | |
tree | 7fb84c33d0c01e14b851c0466152ab281e4cb67f /meta/recipes-core | |
parent | 083d9d1e58c08e850bfde1ae16dc1e68323be8ec (diff) | |
download | poky-c4207ee4d9b1f4e49dec7f738459fcb7afd8b3b5.tar.gz |
busybox: Add config for musl
Default config is enabling additional features that dont compile with
musl so lets disable them for musl case
(From OE-Core rev: 7568e432890d828fec59134e14d7f60445ff4a1a)
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/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox/musl.cfg | 12 | ||||
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.24.1.bb | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox/musl.cfg b/meta/recipes-core/busybox/busybox/musl.cfg new file mode 100644 index 0000000000..facfe85445 --- /dev/null +++ b/meta/recipes-core/busybox/busybox/musl.cfg | |||
@@ -0,0 +1,12 @@ | |||
1 | # CONFIG_EXTRA_COMPAT is not set | ||
2 | # CONFIG_SELINUX is not set | ||
3 | # CONFIG_FEATURE_HAVE_RPC is not set | ||
4 | # CONFIG_WERROR is not set | ||
5 | # CONFIG_FEATURE_SYSTEMD is not set | ||
6 | # CONFIG_FEATURE_VI_REGEX_SEARCH is not set | ||
7 | # CONFIG_PAM is not set | ||
8 | # CONFIG_FEATURE_INETD_RPC is not set | ||
9 | # CONFIG_SELINUXENABLED is not set | ||
10 | # CONFIG_FEATURE_MOUNT_NFS is not set | ||
11 | # CONFIG_FEATURE_UTMP is not set | ||
12 | |||
diff --git a/meta/recipes-core/busybox/busybox_1.24.1.bb b/meta/recipes-core/busybox/busybox_1.24.1.bb index 02e8a4959f..5e19d9c605 100644 --- a/meta/recipes-core/busybox/busybox_1.24.1.bb +++ b/meta/recipes-core/busybox/busybox_1.24.1.bb | |||
@@ -40,6 +40,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | |||
40 | file://getopts.cfg \ | 40 | file://getopts.cfg \ |
41 | file://resize.cfg \ | 41 | file://resize.cfg \ |
42 | " | 42 | " |
43 | SRC_URI_append_libc-musl = " file://musl.cfg " | ||
43 | 44 | ||
44 | SRC_URI[tarball.md5sum] = "be98a40cadf84ce2d6b05fa41a275c6a" | 45 | SRC_URI[tarball.md5sum] = "be98a40cadf84ce2d6b05fa41a275c6a" |
45 | SRC_URI[tarball.sha256sum] = "37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d" | 46 | SRC_URI[tarball.sha256sum] = "37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d" |