busybox_%.bbappend 450 B

123456789101112
  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. #
  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
  8. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
  9. SRC_URI += " \
  10. file://no_rfkill.cfg \
  11. "