xref: /OK3568_Linux_fs/yocto/poky/meta-skeleton/recipes-core/busybox/busybox_%.bbappend (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Example use of configuration fragments for busybox, which uses the same
2# mechanism as the linux-yocto kernel recipe.
3#
4# The entries here will override any entries in the base busybox recipe
5# when DISTRO = "mydistro" is defined in your conf/local.conf file.
6#
7# More details can be found in the Kernel Dev Manual
8# http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
9FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
10
11SRC_URI:append:mydistro = " \
12	    file://no_rfkill.cfg \
13           "
14