mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00

This includes the following changes: 4edfde1 Update raw output to show pull registers on 2711 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
17 lines
459 B
BlitzBasic
17 lines
459 B
BlitzBasic
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 = "4edfde183ff3ac9ed66cdc015ae25e45f3a5502d"
|
|
SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|