mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
This includes the following changes: 2eaa8b8 Initialise hwbase so that access without /dev/gpiomem works again f36777c Whitespace tidyup (and re-ran astyle). No functional changes. 80fa7d0 Add support for 2711 bf7f4c8 Reformat with astyle (cosmetic change) aa55bbd Autoreconf for Buster 5e453d0 raspi-gpio: Fix handling of "funcs" mode 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 = "2eaa8b8755a550e34d07c898b90b0d9b3d66fd81"
|
|
SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|