diff options
| author | Andrea Galbusera <gizero@gmail.com> | 2017-04-03 22:07:27 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-05 16:37:13 +0100 |
| commit | 4b0bc450e08e6836744c97d21e72600f8320fc05 (patch) | |
| tree | 0bcbf964713f1e3b14751dfb021fbf53c1be4523 /recipes-devtools/wiringPi/wiringpi_git.bb | |
| parent | d0c152d7f88d9d0d6c85904c6143a189f3caa380 (diff) | |
| download | meta-raspberrypi-4b0bc450e08e6836744c97d21e72600f8320fc05.tar.gz | |
wiringpi: uprev to 2.44
This upgrade is required to solve the following runtime hardware detection
issue when calling wiringPiSetup() on the Pi3:
Unable to determine hardware version. I see: Hardware : BCM2835
,
- expecting BCM2708 or BCM2709.
This was triggered by the recent kernel upgrade to 4.9 that introduced
"BCM2835" as the hardware signature in /proc/cpuinfo.
Patches reworked as follow:
* 0001-Add-initial-cross-compile-support.patch: rebase to current upstream
* 0001-include-asm-ioctl.h-directly-for-_IOC_SIZEBITS.patch: drop since is now
upstream
Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Diffstat (limited to 'recipes-devtools/wiringPi/wiringpi_git.bb')
| -rw-r--r-- | recipes-devtools/wiringPi/wiringpi_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-devtools/wiringPi/wiringpi_git.bb b/recipes-devtools/wiringPi/wiringpi_git.bb index c337b19..7953a55 100644 --- a/recipes-devtools/wiringPi/wiringpi_git.bb +++ b/recipes-devtools/wiringPi/wiringpi_git.bb | |||
| @@ -4,14 +4,13 @@ SECTION = "devel/libs" | |||
| 4 | LICENSE = "LGPLv3+" | 4 | LICENSE = "LGPLv3+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" | 5 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" |
| 6 | 6 | ||
| 7 | # tag 2.32 | 7 | # tag 2.44 |
| 8 | SRCREV = "b0a60c3302973ca1878d149d61f2f612c8f27fac" | 8 | SRCREV = "96344ff7125182989f98d3be8d111952a8f74e15" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://git.drogon.net/wiringPi \ | 12 | SRC_URI = "git://git.drogon.net/wiringPi \ |
| 13 | file://0001-Add-initial-cross-compile-support.patch \ | 13 | file://0001-Add-initial-cross-compile-support.patch \ |
| 14 | file://0001-include-asm-ioctl.h-directly-for-_IOC_SIZEBITS.patch \ | ||
| 15 | " | 14 | " |
| 16 | 15 | ||
| 17 | COMPATIBLE_MACHINE = "raspberrypi" | 16 | COMPATIBLE_MACHINE = "raspberrypi" |
