summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
blob: 64cdefc76d0262eeafef237d907adcb4576787f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
#
# 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 += " \
	    file://no_rfkill.cfg \
           "