11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||
|
|
|
||
|
|
SRC_URI += " \
|
||
|
|
file://busybox.cfg \
|
||
|
|
file://flash.cfg \
|
||
|
|
file://less.cfg \
|
||
|
|
file://mountpoint.cfg \
|
||
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'obmc-ubi-fs', \
|
||
|
|
'', 'file://reboot.cfg', d)} \
|
||
|
|
"
|