[yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi_4.4.bb: Upgrade to 4.4.9

2016-05-12 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index f6e1005..ba47b22 100644 ---

[yocto] [meta-raspberrypi][PATCH 1/2] linux-rpi: Enable kconf options to enable initramfs support

2016-05-12 Thread Khem Raj
Additionally add few few file systems e.g. squashfs, overlayfs to support booting with initramfs Drop checking for target triplet to set EABI, rpi probaly should not have any legacy into OABI world. Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-rpi.inc | 22

Re: [linux-yocto] kernel-yocto integration into freescale kernel

2016-05-12 Thread Bruce Ashfield
On 2016-05-12 7:23 PM, Jate Sujjavanich wrote: I am attempting to incorporate kernel-yocto.bbclass into my Freescale kernel. I had to make some changes in the early tasks, but I got configuration fragments working (which was my main goal). My kernel recipe's patches stopped working, however.

[yocto] Release Candidate Build for yocto-1.8.2.rc3.rc3 now available.

2016-05-12 Thread Poky Build User
A release candidate build for yocto-1.8.2.rc3 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.8.2.rc3 Please begin QA on this build as soon as possible. Build hash information: meta-qt4 : 4058b0773381f894d915ea3dfac5fe052d82a9a7 meta-intel :

Re: [yocto] how to install a kernel module

2016-05-12 Thread Christian Ege
Hi, Hej I created a recipe for a own modul. It's similar to the example given at: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-skeleton/recipes-kernel/hello-mod I checked the bitbake process. A "kernel-module-" package is created and filled with the ko-file. Not sure what you

[yocto] [meta-mono][PATCH] mono-4.xx: Remove --disable-static from EXTRA_OECONF

2016-05-12 Thread Fabio Berton
As of commit OE-Core:773c9e18071d71454473dd81aff911104a2e9bc6 EXTRA_OECONF is appended with the option --disable-static on DISABLE_STATIC variable and this cause the error: __ / | mono_boehm-main.o: In function `main': | x86_64-linux/mono-native/4.4.0.122-r0/mono-4.4.0/mono/mini/main.c:51: |

[yocto] [PATCH] Rebase patch for xattr workaround against pseudo.

2016-05-12 Thread Igor Stoppa
The original patch was not applying cleanly anymore, due to changes in the list of included headers. This is a trivial cleanup. Signed-off-by: Igor Stoppa --- .../fullfiles.c-work-around-pseudo-bug.patch | 29 +- 1 file changed, 17 insertions(+),

[yocto] [PATCH] [meta-swupd] Rebase xattr workaround for pseudo.

2016-05-12 Thread Igor Stoppa
In the most recent version of swupd-server, a list of includes has changed a bit and an older patch won't apply cleanly. Igor Stoppa (1): Rebase patch for xattr workaround against pseudo. .../fullfiles.c-work-around-pseudo-bug.patch | 29 +- 1 file changed, 17

[yocto] how to install a kernel module

2016-05-12 Thread S . Jaritz
Hej I created a recipe for a own modul. It's similar to the example given at: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-skeleton/recipes-kernel/hello-mod I checked the bitbake process. A "kernel-module-" package is created and filled with the ko-file. Actually I am failing to