mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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>
9 lines
217 B
PHP
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"
|