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