From c4207ee4d9b1f4e49dec7f738459fcb7afd8b3b5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 19 Nov 2015 00:59:33 +0000 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox/musl.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox/musl.cfg (limited to 'meta/recipes-core/busybox/busybox') 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 @@ +# CONFIG_EXTRA_COMPAT is not set +# CONFIG_SELINUX is not set +# CONFIG_FEATURE_HAVE_RPC is not set +# CONFIG_WERROR is not set +# CONFIG_FEATURE_SYSTEMD is not set +# CONFIG_FEATURE_VI_REGEX_SEARCH is not set +# CONFIG_PAM is not set +# CONFIG_FEATURE_INETD_RPC is not set +# CONFIG_SELINUXENABLED is not set +# CONFIG_FEATURE_MOUNT_NFS is not set +# CONFIG_FEATURE_UTMP is not set + -- cgit v1.2.3-54-g00ecf