blob: 566cd6d5ac44bd572b224dd1e4e5dde61f6176c0 (
plain)
1
2
3
4
5
6
7
8
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"
|