Skip to content

Commit 1aeda3f

Browse files
vermaeteagherzan
authored andcommitted
raspi-utils: added new recipe
For now only the 'dtmerge' (including 'dtoverlay' and 'dtparam') and 'pinctrl' utilities are included. Added the 'raspi-' prefix to make it less conflicting with other 'utils' recipes. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
1 parent 1b6de69 commit 1aeda3f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
SUMMARY = "A collection of scripts and simple applications"
2+
LICENSE = "BSD-3-Clause"
3+
LIC_FILES_CHKSUM = "file://LICENCE;md5=4c01239e5c3a3d133858dedacdbca63c"
4+
5+
DEPENDS:append = " dtc"
6+
7+
PV = "1.0+git"
8+
9+
SRC_URI = "git://github.com/raspberrypi/utils;protocol=https;branch=master"
10+
11+
SRCREV = "b9c63214c535d7df2b0fa6743b7b3e508363c25a"
12+
13+
S = "${WORKDIR}/git"
14+
15+
FILES:${PN}:append = " \
16+
${datadir}/bash-completion/completions/pinctrl \
17+
"
18+
19+
OECMAKE_TARGET_COMPILE = "pinctrl/all dtmerge/all"
20+
OECMAKE_TARGET_INSTALL = "pinctrl/install dtmerge/install"
21+
22+
inherit cmake

0 commit comments

Comments
 (0)