aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox/busybox_vmsep.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/busybox/busybox_vmsep.inc')
-rw-r--r--recipes-core/busybox/busybox_vmsep.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-core/busybox/busybox_vmsep.inc b/recipes-core/busybox/busybox_vmsep.inc
new file mode 100644
index 00000000..566cd6d5
--- /dev/null
+++ b/recipes-core/busybox/busybox_vmsep.inc
@@ -0,0 +1,9 @@
+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"
+BUSYBOX_SPLIT_SUID = "0"