mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 23:52:25 +08:00

(From OE-Core rev: 619273ecb6c17efd0b4d01f17688f1b211991ca2) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
533 B
Plaintext
14 lines
533 B
Plaintext
# Example use of configuration fragments for busybox, which uses the same
|
|
# mechanism as the linux-yocto kernel recipe.
|
|
#
|
|
# The entries here will override any entries in the base busybox recipe
|
|
# when DISTRO = "mydistro" is defined in your conf/local.conf file.
|
|
#
|
|
# More details can be found in the Kernel Dev Manual
|
|
# http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
|
|
|
SRC_URI:append:mydistro = " \
|
|
file://no_rfkill.cfg \
|
|
"
|