Skip to content

Commit 49a2d12

Browse files
stuartwestermankraj
authored andcommitted
raspi-utils: add the following utilities
* dtmerge * eeptools * otpset * overlaycheck * ovmerge * raspinfo * vcgencmd * vclog * vcmailbox Signed-off-by: stu westerman <stuartwesterman@gmail.com>
1 parent c489c75 commit 49a2d12

1 file changed

Lines changed: 33 additions & 2 deletions

File tree

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

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ SUMMARY = "A collection of scripts and simple applications"
22
LICENSE = "BSD-3-Clause"
33
LIC_FILES_CHKSUM = "file://LICENCE;md5=4c01239e5c3a3d133858dedacdbca63c"
44

5+
RCONFLICTS:${PN} = "userland"
56
DEPENDS:append = " dtc"
7+
PACKAGES =+ " ${PN}-raspinfo"
8+
PACKAGES =+ " ${PN}-ovmerge"
9+
RDEPENDS:${PN}-raspinfo += " bash"
10+
RDEPENDS:${PN}-ovmerge += " perl"
611

712
PV = "1.0+git"
813

@@ -14,9 +19,35 @@ S = "${WORKDIR}/git"
1419

1520
FILES:${PN}:append = " \
1621
${datadir}/bash-completion/completions/pinctrl \
22+
${datadir}/bash-completion/completions/vcgencmd \
23+
"
24+
FILES:${PN}-raspinfo += "${bindir}/raspinfo"
25+
FILES:${PN}-ovmerge += "${bindir}/ovmerge"
26+
27+
OECMAKE_TARGET_COMPILE = "\
28+
dtmerge/all \
29+
eeptools/all \
30+
otpset/all \
31+
overlaycheck/all \
32+
ovmerge/all \
33+
pinctrl/all \
34+
raspinfo/all \
35+
vcgencmd/all \
36+
vclog/all \
37+
vcmailbox/all \
1738
"
1839

19-
OECMAKE_TARGET_COMPILE = "pinctrl/all dtmerge/all"
20-
OECMAKE_TARGET_INSTALL = "pinctrl/install dtmerge/install"
40+
OECMAKE_TARGET_INSTALL = "\
41+
dtmerge/install \
42+
eeptools/install \
43+
otpset/install \
44+
overlaycheck/install \
45+
ovmerge/install \
46+
pinctrl/install \
47+
raspinfo/install \
48+
vcgencmd/install \
49+
vclog/install \
50+
vcmailbox/install \
51+
"
2152

2253
inherit cmake

0 commit comments

Comments
 (0)