busybox_%.bbappend 533 B

12345678910111213
  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
  9. FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
  10. SRC_URI:append:mydistro = " \
  11. file://no_rfkill.cfg \
  12. "