meta-virtualization/recipes-core/busybox/busybox_vmsep.inc
Bruce Ashfield 40f158dbf8 busybox: vmsep distro feature modifications
If "vmsep" is in distro features, we need to configure busybox
as a static build. This allows for it to be used as party of an
initrd.

We also ensure that the installer support is added to busybox, so
it can be installed to the initrd via: busybox --install

Signed-off-by: Bruce Ashfield <bruce.ashfield@xilinx.com>
2020-03-11 12:20:04 -04:00

9 lines
217 B
PHP

FILESEXTRAPATHS_prepend := "${THISDIR}/busybox:"
SRC_URI += " \
file://static.cfg \
"
# we do this to get the target binary available to recipes that
# depend on busybox
SYSROOT_DIRS += "/bin"