raspi-utils_git.bb 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. SUMMARY = "A collection of scripts and simple applications"
  2. LICENSE = "BSD-3-Clause"
  3. LIC_FILES_CHKSUM = "file://LICENCE;md5=4c01239e5c3a3d133858dedacdbca63c"
  4. RCONFLICTS:${PN} = "userland"
  5. DEPENDS:append = " dtc"
  6. PACKAGES =+ " ${PN}-raspinfo"
  7. PACKAGES =+ " ${PN}-ovmerge"
  8. RDEPENDS:${PN}-raspinfo += " bash"
  9. RDEPENDS:${PN}-ovmerge += " perl"
  10. PV = "1.0+git"
  11. SRC_URI = "git://github.com/raspberrypi/utils;protocol=https;branch=master"
  12. SRCREV = "b9c63214c535d7df2b0fa6743b7b3e508363c25a"
  13. FILES:${PN}:append = " \
  14. ${datadir}/bash-completion/completions/pinctrl \
  15. ${datadir}/bash-completion/completions/vcgencmd \
  16. "
  17. FILES:${PN}-raspinfo += "${bindir}/raspinfo"
  18. FILES:${PN}-ovmerge += "${bindir}/ovmerge"
  19. OECMAKE_TARGET_COMPILE = "\
  20. dtmerge/all \
  21. eeptools/all \
  22. otpset/all \
  23. overlaycheck/all \
  24. ovmerge/all \
  25. pinctrl/all \
  26. raspinfo/all \
  27. vcgencmd/all \
  28. vclog/all \
  29. vcmailbox/all \
  30. "
  31. OECMAKE_TARGET_INSTALL = "\
  32. dtmerge/install \
  33. eeptools/install \
  34. otpset/install \
  35. overlaycheck/install \
  36. ovmerge/install \
  37. pinctrl/install \
  38. raspinfo/install \
  39. vcgencmd/install \
  40. vclog/install \
  41. vcmailbox/install \
  42. "
  43. inherit cmake