Skip to content

Commit

Permalink
raspi-utils: added new recipe
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vermaete committed Jun 30, 2024
1 parent eb8ffc4 commit 2bac54b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions recipes-devtools/raspi-utils/raspi-utils_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
SUMMARY = "A collection of scripts and simple applications"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENCE;md5=4c01239e5c3a3d133858dedacdbca63c"

DEPENDS:append = " dtc"

PV = "1.0+git"

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

SRCREV = "b9c63214c535d7df2b0fa6743b7b3e508363c25a"

S = "${WORKDIR}/git"

FILES:${PN}:append = " \
${datadir}/bash-completion/completions/pinctrl \
"

OECMAKE_TARGET_COMPILE = "pinctrl/all dtmerge/all"
OECMAKE_TARGET_INSTALL = "pinctrl/install dtmerge/install"

inherit cmake

0 comments on commit 2bac54b

Please sign in to comment.