mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 05:04:45 +02:00
raspi-utils: add the following utilities
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
* dtmerge * eeptools * otpset * overlaycheck * ovmerge * raspinfo * vcgencmd * vclog * vcmailbox Signed-off-by: stu westerman <stuartwesterman@gmail.com>
This commit is contained in:
parent
c489c75260
commit
49a2d12489
|
@ -2,7 +2,12 @@ SUMMARY = "A collection of scripts and simple applications"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=4c01239e5c3a3d133858dedacdbca63c"
|
LIC_FILES_CHKSUM = "file://LICENCE;md5=4c01239e5c3a3d133858dedacdbca63c"
|
||||||
|
|
||||||
|
RCONFLICTS:${PN} = "userland"
|
||||||
DEPENDS:append = " dtc"
|
DEPENDS:append = " dtc"
|
||||||
|
PACKAGES =+ " ${PN}-raspinfo"
|
||||||
|
PACKAGES =+ " ${PN}-ovmerge"
|
||||||
|
RDEPENDS:${PN}-raspinfo += " bash"
|
||||||
|
RDEPENDS:${PN}-ovmerge += " perl"
|
||||||
|
|
||||||
PV = "1.0+git"
|
PV = "1.0+git"
|
||||||
|
|
||||||
|
@ -14,9 +19,35 @@ S = "${WORKDIR}/git"
|
||||||
|
|
||||||
FILES:${PN}:append = " \
|
FILES:${PN}:append = " \
|
||||||
${datadir}/bash-completion/completions/pinctrl \
|
${datadir}/bash-completion/completions/pinctrl \
|
||||||
|
${datadir}/bash-completion/completions/vcgencmd \
|
||||||
|
"
|
||||||
|
FILES:${PN}-raspinfo += "${bindir}/raspinfo"
|
||||||
|
FILES:${PN}-ovmerge += "${bindir}/ovmerge"
|
||||||
|
|
||||||
|
OECMAKE_TARGET_COMPILE = "\
|
||||||
|
dtmerge/all \
|
||||||
|
eeptools/all \
|
||||||
|
otpset/all \
|
||||||
|
overlaycheck/all \
|
||||||
|
ovmerge/all \
|
||||||
|
pinctrl/all \
|
||||||
|
raspinfo/all \
|
||||||
|
vcgencmd/all \
|
||||||
|
vclog/all \
|
||||||
|
vcmailbox/all \
|
||||||
"
|
"
|
||||||
|
|
||||||
OECMAKE_TARGET_COMPILE = "pinctrl/all dtmerge/all"
|
OECMAKE_TARGET_INSTALL = "\
|
||||||
OECMAKE_TARGET_INSTALL = "pinctrl/install dtmerge/install"
|
dtmerge/install \
|
||||||
|
eeptools/install \
|
||||||
|
otpset/install \
|
||||||
|
overlaycheck/install \
|
||||||
|
ovmerge/install \
|
||||||
|
pinctrl/install \
|
||||||
|
raspinfo/install \
|
||||||
|
vcgencmd/install \
|
||||||
|
vclog/install \
|
||||||
|
vcmailbox/install \
|
||||||
|
"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
Loading…
Reference in New Issue
Block a user