Re: [yocto] Compiling different version of IGB as a kernel module

2016-01-30 Thread Jonathan Haws
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

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Adjust for libexecdir changes

2016-01-30 Thread Khem Raj
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

[yocto] [meta-raspberrypi][PATCH] python-rtimu: Fix build with musl

2016-01-30 Thread Khem Raj
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

[yocto] [meta-raspberrypi][PATCH] wiringPi: Fix build with musl

2016-01-30 Thread Khem Raj
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

[yocto] [meta-raspberrypi][PATCH] rpio: Include sys/types.h for caddr_t

2016-01-30 Thread Khem Raj
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