blob: 64cdefc76d0262eeafef237d907adcb4576787f8 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# 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#
6# More details can be found in the Kernel Dev Manual
7# http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
8FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
9
10SRC_URI += " \
11 file://no_rfkill.cfg \
12 "