busybox_1.22.1.bb 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. require busybox.inc
  2. SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
  3. file://get_header_tar.patch \
  4. file://busybox-appletlib-dependency.patch \
  5. file://busybox-udhcpc-no_deconfig.patch \
  6. file://find-touchscreen.sh \
  7. file://busybox-cron \
  8. file://busybox-httpd \
  9. file://busybox-udhcpd \
  10. file://default.script \
  11. file://simple.script \
  12. file://hwclock.sh \
  13. file://mount.busybox \
  14. file://syslog \
  15. file://syslog-startup.conf \
  16. file://syslog.conf \
  17. file://busybox-syslog.default \
  18. file://mdev \
  19. file://mdev.conf \
  20. file://umount.busybox \
  21. file://defconfig \
  22. file://busybox-syslog.service.in \
  23. file://busybox-klogd.service.in \
  24. file://fail_on_no_media.patch \
  25. file://run-ptest \
  26. file://inetd.conf \
  27. file://inetd \
  28. file://login-utilities.cfg \
  29. "
  30. SRC_URI[tarball.md5sum] = "337d1a15ab1cb1d4ed423168b1eb7d7e"
  31. SRC_URI[tarball.sha256sum] = "ae0b029d0a9e4dd71a077a790840e496dd838998e4571b87b60fed7462b6678b"
  32. EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"
  33. do_install_ptest () {
  34. cp -r ${B}/testsuite ${D}${PTEST_PATH}/
  35. cp ${B}/.config ${D}${PTEST_PATH}/
  36. ln -s /bin/busybox ${D}${PTEST_PATH}/busybox
  37. }