[yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.9.bb: Upgrade to 4.9.5

2017-01-26 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index cffea1a..1f8fe11 100644 ---

[yocto] [meta-raspberrypi][PATCH 2/2] userland: Upgrade to latest and implement triple buffering for wayland

2017-01-26 Thread Khem Raj
Signed-off-by: Khem Raj --- ...13-Implement-triple-buffering-for-wayland.patch | 85 ++ recipes-graphics/userland/userland_git.bb | 3 +- 2 files changed, 87 insertions(+), 1 deletion(-) create mode 100644

Re: [yocto] QEMU with host USB serial

2017-01-26 Thread colin.helliwell
Hi, That gives: Continuing with the following parameters: KERNEL: [/home/colin/100051-karo/fsl-community-bsp/buildq/tmp/deploy/images/qemux86- 64/bzImage-qemux86-64.bin] ROOTFS: [/home/colin/100051-karo/fsl-community-bsp/buildq/tmp/deploy/images/qemux86-

Re: [yocto] QEMU with host USB serial

2017-01-26 Thread Khem Raj
On 1/26/17 6:22 AM, colin.helliw...@ln-systems.com wrote: > I’m investigating using qemu to give us some test capability, for which > we need to use the host’s serial devices. > > I have a qemu build which boots up fine; I’m trying to give it access to > the host USB. To keep it simple(r), I’ve

Re: [yocto] Exception in bitbake during build of openjdk-8 using meta-linaro

2017-01-26 Thread Khem Raj
On 1/26/17 5:54 AM, SMITH Peter T wrote: > Hi, I am trying to build openjdk-8 from the meta-linaro layer (I’m > specifically interested in building for aarch64), everything proceeds > well with gathering and building the dependencies until poky/bitbake > attempts to fetch sources using hg when I

Re: [yocto] mips64 with 'seh' instruction?

2017-01-26 Thread Khem Raj
On 1/26/17 2:26 AM, Jason Cooper wrote: > Folks, > > I'm trying to build a mips64 toolchain and qemu runtime. I can build and > run code but if I link with a third-party library that contains the > 'seh' assembly instruction the executable is killed with SIGILL Illegal > Instruction, when run

Re: [yocto] Is it possible NOT to split kernel modules in multiple packages

2017-01-26 Thread Khem Raj
On 1/25/17 11:29 PM, Prasant J wrote: > Hi, > > I'm using Morty release to create my custom BSP package for cortex-a5 > based processor. > > I'm using my own custom kernel recipe that inherits kernel.bbclass > (which inherits kernel-module-split.bbclass) > > > All the modules are split in

Re: [yocto] [OE-core] OpenEmbedded Stand at FOSDEM

2017-01-26 Thread Andreas Müller
On Thu, Jan 5, 2017 at 4:30 PM, Philip Balister wrote: > On 01/03/2017 08:13 PM, Andreas Müller wrote: >> On Tue, Jan 3, 2017 at 4:32 PM, Philip Balister wrote: >>> Every year since 2007, OpenEmbedded has a stand at FOSDEM >>> (http://www.fosdem.org) >>>

[yocto] [meta-mingw][PATCH] pthreads-win32: fix dependencies

2017-01-26 Thread Juro Bystricky
This commit fixes the build error: make[1]: x86_64-pokysdk-mingw32-gcc: Command not found The build error appeared after oe-core switched to Recipe Specific Sysroots. [YOCTO#10971] Signed-off-by: Juro Bystricky ---

Re: [yocto] QEMU with host USB serial

2017-01-26 Thread colin.helliwell
'chown' that is, not 'chmod'! From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of colin.helliw...@ln-systems.com Sent: 26 January 2017 14:22 To: 'Yocto discussion list' Subject: [yocto] QEMU with host USB serial .. I've done a

[yocto] QEMU with host USB serial

2017-01-26 Thread colin.helliwell
I'm investigating using qemu to give us some test capability, for which we need to use the host's serial devices. I have a qemu build which boots up fine; I'm trying to give it access to the host USB. To keep it simple(r), I've seen mention of FTDI's device (0403:6001) in the qemu source so

[yocto] Exception in bitbake during build of openjdk-8 using meta-linaro

2017-01-26 Thread SMITH Peter T
Hi, I am trying to build openjdk-8 from the meta-linaro layer (I'm specifically interested in building for aarch64), everything proceeds well with gathering and building the dependencies until poky/bitbake attempts to fetch sources using hg when I see the error below. Anyone seen this before or

[linux-yocto] [PATCH 3/4] Filesystem encryption support

2017-01-26 Thread Jussi Laako
This patch enables ext4 filesystem encryption and also layered filesystem encryption. Signed-off-by: Jussi Laako --- cfg/fs/ext4.cfg | 2 ++ ktypes/preempt-rt/preempt-rt.cfg | 8 ktypes/standard/standard.cfg | 8 3 files

[linux-yocto] [PATCH 4/4] Add support and drivers for CAN bus as feature

2017-01-26 Thread Jussi Laako
This feature adds support for CAN bus and drivers for CAN bus adapters. Signed-off-by: Jussi Laako --- features/can/can.cfg | 32 features/can/can.scc | 4 2 files changed, 36 insertions(+) create mode 100644

[linux-yocto] [PATCH 2/4] Update NFC support

2017-01-26 Thread Jussi Laako
Update set of NFC drivers. Also correct scc and module dependencies. Signed-off-by: Jussi Laako --- features/nfc/nfc-generic.cfg | 3 +++ features/nfc/nfc-vendor.cfg | 25 + features/nfc/nfc-vendor.scc | 2 +- 3 files changed, 29

[linux-yocto] [PATCH 1/4] Add eCryptFS filesystem feature

2017-01-26 Thread Jussi Laako
Add layered encrypted filesystem eCryptFS support feature. Signed-off-by: Jussi Laako --- features/ecryptfs/ecryptfs.cfg | 2 ++ features/ecryptfs/ecryptfs.scc | 4 2 files changed, 6 insertions(+) create mode 100644 features/ecryptfs/ecryptfs.cfg create mode

[linux-yocto] [yocto-kernel-cache] [PATCH] Updates from Ostro project

2017-01-26 Thread Jussi Laako
This set of patches targets yocto-kernel-cache master/4.9 branches. This is part of ongoing effort to update some parts of yocto-kernel-cache based on refreshed items from the Ostro project. 1: Adds eCryptFS layered filesystem encryption support as a feature 2: Updates NFC support feature and

[yocto] mips64 with 'seh' instruction?

2017-01-26 Thread Jason Cooper
Folks, I'm trying to build a mips64 toolchain and qemu runtime. I can build and run code but if I link with a third-party library that contains the 'seh' assembly instruction the executable is killed with SIGILL Illegal Instruction, when run with qemu. If I run the program on the target it

[yocto] [PATCH] kernel-yocto: Update source tree with kgit-meta

2017-01-26 Thread David Vincent
kgit-meta processes a file called meta-series to update the source tree (create, merge branches, ...). This fixes the merging of feature branches using the new merge command of yocto-kernel-tools. Signed-off-by: David Vincent --- meta/classes/kernel-yocto.bbclass | 13

[yocto] Is it possible NOT to split kernel modules in multiple packages

2017-01-26 Thread Prasant J
Hi, I'm using Morty release to create my custom BSP package for cortex-a5 based processor. I'm using my own custom kernel recipe that inherits kernel.bbclass (which inherits kernel-module-split.bbclass) All the modules are split in their own rpm packages. Is it possible that only one RPM