busybox_%.bbappend 541 B

12345678910111213141516
  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://netcat_server_opt.cfg \
  11. file://mkfs.cfg \
  12. file://resize.cfg \
  13. file://top.cfg \
  14. file://wchar.cfg \
  15. "