blob: 621c94f651f534fa591e92639e574ab0d8b1deb7 [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
Andrew Geissler5f350902021-07-23 13:09:54 -04005# when DISTRO = "mydistro" is defined in your conf/local.conf file.
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006#
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
Patrick Williams213cb262021-08-07 19:21:33 -05009FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
Patrick Williams213cb262021-08-07 19:21:33 -050011SRC_URI:append:mydistro += " \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012 file://no_rfkill.cfg \
13 "