From 1c32ed6a9a73fcf174205e5790443a5fb32f9123 Mon Sep 17 00:00:00 2001 From: Sai Hari Chandana Kalluri Date: Fri, 1 May 2020 21:20:37 -0700 Subject: busybox_vmsep.inc: busybox changes for runx support Runx needs busybox static binary that contains symlinks to mount. However, in zeus, busybox by default uses BUSYBOX_SPLIT_SUID = 1. With the variable set, busybox binary gets split into two busybox.suid and busybox.nosuid busybox.suid contains links to mount while runx recipes pulls in busybox.nosuid. When vmsep is enabled, set BUSYBOX_SPLIT_SUID = 0 so that an unstripped busybox binary is generated which contains all the required links including mount. Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Bruce Ashfield --- recipes-core/busybox/busybox_vmsep.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core') diff --git a/recipes-core/busybox/busybox_vmsep.inc b/recipes-core/busybox/busybox_vmsep.inc index b70a065c..d4b1e6cc 100644 --- a/recipes-core/busybox/busybox_vmsep.inc +++ b/recipes-core/busybox/busybox_vmsep.inc @@ -6,3 +6,4 @@ SRC_URI += " \ # we do this to get the target binary available to recipes that # depend on busybox SYSROOT_DIRS += "/bin" +BUSYBOX_SPLIT_SUID = "0" -- cgit v1.2.3-54-g00ecf