diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2019-11-04 22:48:09 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-11-08 11:15:39 +0100 |
commit | 8672b8656dab6f4dfded8fe8e4f2cf95dea97a11 (patch) | |
tree | 2d804fdd6942c1c60223e1ac79c355cf5999c902 | |
parent | b0600bf1eec8fe10a5efde9b59cfee0a28d80807 (diff) | |
download | meta-raspberrypi-8672b8656dab6f4dfded8fe8e4f2cf95dea97a11.tar.gz |
raspi-gpio: bump to revision 2eaa8b8
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>
-rw-r--r-- | recipes-devtools/raspi-gpio/raspi-gpio_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/raspi-gpio/raspi-gpio_git.bb b/recipes-devtools/raspi-gpio/raspi-gpio_git.bb index 0de775c..c2d7f59 100644 --- a/recipes-devtools/raspi-gpio/raspi-gpio_git.bb +++ b/recipes-devtools/raspi-gpio/raspi-gpio_git.bb | |||
@@ -8,7 +8,7 @@ COMPATIBLE_MACHINE = "^rpi$" | |||
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||
11 | SRCREV = "2df7b8684e2e36b080cda315d78d5ba16f8f18b0" | 11 | SRCREV = "2eaa8b8755a550e34d07c898b90b0d9b3d66fd81" |
12 | SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \ | 12 | SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \ |
13 | " | 13 | " |
14 | 14 | ||