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 @@ -2,7 +2,12 @@ SUMMARY = "A collection of scripts and simple applications"
22LICENSE = "BSD-3-Clause"
33LIC_FILES_CHKSUM = "file://LICENCE;md5=4c01239e5c3a3d133858dedacdbca63c"
44
5+ RCONFLICTS :${PN} = "userland"
56DEPENDS :append = " dtc"
7+ PACKAGES = + " ${PN} -raspinfo"
8+ PACKAGES = + " ${PN} -ovmerge"
9+ RDEPENDS :${PN} -raspinfo += " bash"
10+ RDEPENDS :${PN} -ovmerge += " perl"
611
712PV = "1.0+git"
813
@@ -14,9 +19,35 @@ S = "${WORKDIR}/git"
1419
1520FILES :${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
2253inherit cmake
You can’t perform that action at this time.
0 commit comments