mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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 <chandana.kalluri@xilinx.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
3c4c50462c
commit
6912417eac
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user