raspi-utils_git.bb 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. S = "${WORKDIR}/git"
  14. FILES:${PN}:append = " \
  15. ${datadir}/bash-completion/completions/pinctrl \
  16. ${datadir}/bash-completion/completions/vcgencmd \
  17. "
  18. FILES:${PN}-raspinfo += "${bindir}/raspinfo"
  19. FILES:${PN}-ovmerge += "${bindir}/ovmerge"
  20. OECMAKE_TARGET_COMPILE = "\
  21. dtmerge/all \
  22. eeptools/all \
  23. otpset/all \
  24. overlaycheck/all \
  25. ovmerge/all \
  26. pinctrl/all \
  27. raspinfo/all \
  28. vcgencmd/all \
  29. vclog/all \
  30. vcmailbox/all \
  31. "
  32. OECMAKE_TARGET_INSTALL = "\
  33. dtmerge/install \
  34. eeptools/install \
  35. otpset/install \
  36. overlaycheck/install \
  37. ovmerge/install \
  38. pinctrl/install \
  39. raspinfo/install \
  40. vcgencmd/install \
  41. vclog/install \
  42. vcmailbox/install \
  43. "
  44. inherit cmake