File tree Expand file tree Collapse file tree
recipes-devtools/raspi-utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,24 +3,28 @@ LICENSE = "BSD-3-Clause"
33LIC_FILES_CHKSUM = "file://LICENCE;md5=4c01239e5c3a3d133858dedacdbca63c"
44
55RCONFLICTS :${PN} = "userland"
6- DEPENDS :append = " dtc"
6+ DEPENDS :append = " dtc gnutls "
77PACKAGES = + " ${PN} -raspinfo"
88PACKAGES = + " ${PN} -ovmerge"
9+ PACKAGES = + "${PN} -rpifwcrypto"
10+ PACKAGES = + "${PN} -rpieepromab"
911RDEPENDS :${PN} -raspinfo += " bash"
1012RDEPENDS :${PN} -ovmerge += " perl"
1113
1214PV = "1.0+git"
1315
1416SRC_URI = "git://github.com/raspberrypi/utils;protocol=https;branch=master"
1517
16- SRCREV = "e923ccad57d2a22f606c8fe0d1096e782a090fc9 "
18+ SRCREV = "8903f297141461854ad421bdf90846ad030bdcc7 "
1719
1820FILES :${PN} :append = " \
1921 ${datadir} /bash-completion/completions/pinctrl \
2022 ${datadir} /bash-completion/completions/vcgencmd \
2123"
2224FILES :${PN} -raspinfo += "${bindir} /raspinfo"
2325FILES :${PN} -ovmerge += "${bindir} /ovmerge"
26+ FILES :${PN} -rpifwcrypto = "${bindir} /rpi-fw-crypto"
27+ FILES :${PN} -rpieepromab = "${bindir} /rpi-eeprom-ab"
2428
2529OECMAKE_TARGET_COMPILE = "\
2630 dtmerge/all \
@@ -33,6 +37,8 @@ OECMAKE_TARGET_COMPILE = "\
3337 vcgencmd/all \
3438 vclog/all \
3539 vcmailbox/all \
40+ rpifwcrypto/all \
41+ rpieepromab/all \
3642"
3743
3844OECMAKE_TARGET_INSTALL = "\
@@ -46,6 +52,8 @@ OECMAKE_TARGET_INSTALL = "\
4652 vcgencmd/install \
4753 vclog/install \
4854 vcmailbox/install \
55+ rpifwcrypto/install \
56+ rpieepromab/install \
4957"
5058
5159inherit cmake
You can’t perform that action at this time.
0 commit comments