Skip to content

Commit 10882ec

Browse files
committed
raspi-utils: bump SRCREV and add rpi-fw-crypto and rpi-eeprom-ab tools
Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
1 parent 0c76b0f commit 10882ec

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

recipes-devtools/raspi-utils/raspi-utils_git.bb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,28 @@ LICENSE = "BSD-3-Clause"
33
LIC_FILES_CHKSUM = "file://LICENCE;md5=4c01239e5c3a3d133858dedacdbca63c"
44

55
RCONFLICTS:${PN} = "userland"
6-
DEPENDS:append = " dtc"
6+
DEPENDS:append = " dtc gnutls"
77
PACKAGES =+ " ${PN}-raspinfo"
88
PACKAGES =+ " ${PN}-ovmerge"
9+
PACKAGES =+ "${PN}-rpifwcrypto"
10+
PACKAGES =+ "${PN}-rpieepromab"
911
RDEPENDS:${PN}-raspinfo += " bash"
1012
RDEPENDS:${PN}-ovmerge += " perl"
1113

1214
PV = "1.0+git"
1315

1416
SRC_URI = "git://github.com/raspberrypi/utils;protocol=https;branch=master"
1517

16-
SRCREV = "e923ccad57d2a22f606c8fe0d1096e782a090fc9"
18+
SRCREV = "8903f297141461854ad421bdf90846ad030bdcc7"
1719

1820
FILES:${PN}:append = " \
1921
${datadir}/bash-completion/completions/pinctrl \
2022
${datadir}/bash-completion/completions/vcgencmd \
2123
"
2224
FILES:${PN}-raspinfo += "${bindir}/raspinfo"
2325
FILES:${PN}-ovmerge += "${bindir}/ovmerge"
26+
FILES:${PN}-rpifwcrypto = "${bindir}/rpi-fw-crypto"
27+
FILES:${PN}-rpieepromab = "${bindir}/rpi-eeprom-ab"
2428

2529
OECMAKE_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

3844
OECMAKE_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

5159
inherit cmake

0 commit comments

Comments
 (0)