Skip to content

Commit

Permalink
devtools: Added raspi-gpio
Browse files Browse the repository at this point in the history
Added handy tool which can be used to trace down how gpio on RPI are
configured + add possibility to update.

Signed-off-by: Marek Belisko <[email protected]>
  • Loading branch information
nandra authored and agherzan committed Feb 8, 2019
1 parent 9cc89cb commit 89bc575
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions recipes-devtools/raspi-gpio/raspi-gpio_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
DESCRIPTION = "Tool to help debug / hack at the BCM283x GPIO"
HOMEPAGE = "https://github.com/RPi-Distro/raspi-gpio"
SECTION = "devel/libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a14affa234debc057b47cdca615b2192"

COMPATIBLE_MACHINE = "^rpi$"

inherit autotools

SRCREV = "2df7b8684e2e36b080cda315d78d5ba16f8f18b0"
SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \
"

S = "${WORKDIR}/git"

0 comments on commit 89bc575

Please sign in to comment.