Chris,
I have, but the problem there is that the driver patch I have apples to version
5.3.2 or newer. I'll look into it more, but I'd like to understand what is
going on in the build and why it is falling.
Thanks!
Jon
Sent from my Verizon Wireless 4G LTE smartphone
Original messa
libexecdir has changed its location in latest OE core, it used to be
pointing to /usr/lib which was essentially same as libdir and when
hardcoded in do_rpiboot_mkimage it worked.
Fixes kernel build failures e.g.
DEBUG: Executing shell function do_rpiboot_mkimage
/a/builder/mnt/build-oe/tmp-musl/w
ioctl(3) needs to include asm/ioctl.h for its signature
Signed-off-by: Khem Raj
---
...0001-include-asm-ioctl.h-for-ioctl-define.patch | 33 ++
recipes-devtools/python/python-rtimu_git.bb| 4 ++-
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644
r
Include asm/ioctl.h for _IOC_SIZEBITS
Signed-off-by: Khem Raj
---
...de-asm-ioctl.h-directly-for-_IOC_SIZEBITS.patch | 58 ++
recipes-devtools/wiringPi/wiringpi_git.bb | 8 +--
2 files changed, 62 insertions(+), 4 deletions(-)
create mode 100644
recipes-devtools/w
Fixes build with musl
Signed-off-by: Khem Raj
---
...-types.h-explicitly-for-getting-caddr_t-d.patch | 30 ++
recipes-devtools/python/rpio_0.10.0.bb | 6 ++---
2 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644
recipes-devtools/python/rpio/000