Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER

2017-02-15 Thread Andreas Müller
On Thu, Feb 16, 2017 at 8:37 AM, Jussi Kukkonen wrote: > On 16 February 2017 at 04:14, Gary Thomas wrote: >> >> On 2017-02-16 02:45, Andrei Gherzan wrote: >>> >>> On Mon, Feb 13, 2017 at 12:25:48AM +0900, Yusuke Mitsuki wrote: In order to

Re: [yocto] meta-efl build?

2017-02-15 Thread Takashi Matsuzawa
Hello. Thank you very much for the pointer, but I think this image is x11 based.. I can see EFL project has some pages mentioning about booting EFL on wayland-only environment, but it is not yocto (or oe) based instruction. From: Khem Raj

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER

2017-02-15 Thread Gary Thomas
On 2017-02-16 08:37, Jussi Kukkonen wrote: On 16 February 2017 at 04:14, Gary Thomas > wrote: On 2017-02-16 02:45, Andrei Gherzan wrote: On Mon, Feb 13, 2017 at 12:25:48AM +0900, Yusuke Mitsuki wrote: In order to fix

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER

2017-02-15 Thread Jussi Kukkonen
On 16 February 2017 at 04:14, Gary Thomas wrote: > On 2017-02-16 02:45, Andrei Gherzan wrote: > >> On Mon, Feb 13, 2017 at 12:25:48AM +0900, Yusuke Mitsuki wrote: >> >>> In order to fix problem that mouse does not work. >>> >>> This is removed

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-15 Thread Andrei Gherzan
On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote: > On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj wrote: > > On Wed, Feb 15, 2017 at 6:09 PM, Andrei Gherzan wrote: > >> On Sat, Feb 11, 2017 at 09:26:47PM -0800, Khem Raj wrote: > >>> Signed-off-by: Khem

Re: [yocto] meta-efl build?

2017-02-15 Thread Khem Raj
Takashi-san On Wed, Feb 15, 2017 at 6:35 PM, Takashi Matsuzawa wrote: > Hello, Yocto. > > > I am trying to build EFL on top of my mayland environment (krogoth based). > > I thought it would be easy since there is meta-openembedded/meta-efl > recipes, but now I am stuck. > >

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-15 Thread Khem Raj
On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj wrote: > On Wed, Feb 15, 2017 at 6:09 PM, Andrei Gherzan wrote: >> On Sat, Feb 11, 2017 at 09:26:47PM -0800, Khem Raj wrote: >>> Signed-off-by: Khem Raj >>> --- >>>

[yocto] [meta-raspberrypi][PATCH 3/3] linux-raspberrypi_dev: Fix build on rpi3 64bit

2017-02-15 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb index f186ac0..97bd4ed 100644 ---

[yocto] [meta-raspberrypi][PATCH 2/3] raspberrypi3-64.conf: Add vc4graphics to MACHINE_FEATURES

2017-02-15 Thread Khem Raj
Userland wont work in 64bit mode Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index e7d9af2..0bf1397 100644 ---

[yocto] [meta-raspberrypi][PATCH 1/3] rpi-default-versions.inc: Use fallback weak assignment

2017-02-15 Thread Khem Raj
This lets machines use ?= to choose their preferred kernel e.g. 64bit rpi3 needs 4.9 minimum but default right now is 4.4 At the same time it keeps the option for user to override any of these settings via config metadata e.g. local.conf Signed-off-by: Khem Raj ---

[yocto] meta-efl build?

2017-02-15 Thread Takashi Matsuzawa
Hello, Yocto. I am trying to build EFL on top of my mayland environment (krogoth based). I thought it would be easy since there is meta-openembedded/meta-efl recipes, but now I am stuck. Specifically, I am experiencing x11 dependency (the recipes erquire x11 to be in DISTRO_FEATURES here

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-15 Thread Khem Raj
On Wed, Feb 15, 2017 at 6:09 PM, Andrei Gherzan wrote: > On Sat, Feb 11, 2017 at 09:26:47PM -0800, Khem Raj wrote: >> Signed-off-by: Khem Raj >> --- >> conf/machine/raspberrypi3-64.conf | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER

2017-02-15 Thread Gary Thomas
On 2017-02-16 02:45, Andrei Gherzan wrote: On Mon, Feb 13, 2017 at 12:25:48AM +0900, Yusuke Mitsuki wrote: In order to fix problem that mouse does not work. This is removed c40558173ffd96c499d101155f6c4c2be85d9f0f. However mouse does not worked from this. --- conf/machine/include/rpi-base.inc

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-15 Thread Andrei Gherzan
On Sat, Feb 11, 2017 at 09:26:47PM -0800, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > conf/machine/raspberrypi3-64.conf | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/conf/machine/raspberrypi3-64.conf > b/conf/machine/raspberrypi3-64.conf > index

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.4: Update to 4.4.48

2017-02-15 Thread Andrei Gherzan
On Mon, Feb 13, 2017 at 11:32:42PM +, p...@paulbarker.me.uk wrote: > From: Paul Barker > > Signed-off-by: Paul Barker > --- > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

[yocto] Change ssh key for meta-raspberrypi

2017-02-15 Thread Andrei Gherzan
Hello, I changed my SSH key for authenticating to the yocto git servers (https://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/). Who do I have to talk to get this configured? My new public key is: ssh-rsa

Re: [yocto] error: Can't install libxl-dev-1.0-r0@cortexa9hf_neon: no package provides libxl = 1.0-r0

2017-02-15 Thread Khem Raj
On 2/15/17 12:45 PM, Warren Harper wrote: > I am having trouble writing a recipe and including libxl-dev it in an image. > > The recipe is libxl_1.0.bb: > ``` > SUMMARY = "A C++ Excel Library to read/write xls/xlxs files" > DESCRIPTION = "A C++ Excel Library to read/write xls/xlxs

[yocto] error: Can't install libxl-dev-1.0-r0@cortexa9hf_neon: no package provides libxl = 1.0-r0

2017-02-15 Thread Warren Harper
I am having trouble writing a recipe and including libxl-dev it in an image. The recipe is libxl_1.0.bb: ``` SUMMARY = "A C++ Excel Library to read/write xls/xlxs files" DESCRIPTION = "A C++ Excel Library to read/write xls/xlxs files" LICENSE = "MIT" LIC_FILES_CHKSUM =

Re: [yocto] Set aside some packages as supplement to the rootfs creation

2017-02-15 Thread Paul Barker
On Wed, 15 Feb 2017 19:09:30 + Darcy Watkins wrote: > Hi, > > I want to be able to build an image target in such a way that 'bitbake > image-target' builds the target as follows: > > 1. All of the packages are built for this target, including the RPMs > 2.

[linux-yocto] Build Preempt-RT version of Linux for iMX6 sabre lite

2017-02-15 Thread Yuchen Zhou
Hi, I am following instructions in https://community.nxp.com/docs/DOC-95045 and https://boundarydevices.com/dizzy-release-yocto/ for compiling yocto build for iMX6. I would like to configure it for Preempt-RT linux kernel instead of the standard boundary linux kernel. I found that I could just

[yocto] Set aside some packages as supplement to the rootfs creation

2017-02-15 Thread Darcy Watkins
Hi, I want to be able to build an image target in such a way that 'bitbake image-target' builds the target as follows: 1. All of the packages are built for this target, including the RPMs 2. Some of the packages are designated as NOT to be installed into the rootfs generated for the target

[yocto] ANNOUNCEMENT] Milestone 2 for Yocto Project 2.3 now available.

2017-02-15 Thread Tracy Graydon
The second milestone release for Yocto Project 2.3 is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.3_M2/ eclipse-poky/mars-master 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky/neon-master

[yocto-announce] ANNOUNCEMENT] Milestone 2 for Yocto Project 2.3 now available.

2017-02-15 Thread Tracy Graydon
The second milestone release for Yocto Project 2.3 is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.3_M2/ eclipse-poky/mars-master 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky/neon-master

Re: [yocto] [meta-security][PATCH v2 0/9] tpm: virtual TPM for qemu

2017-02-15 Thread akuster808
On 02/14/2017 03:21 AM, Patrick Ohly wrote: On Fri, 2017-02-03 at 10:35 -0800, akuster808 wrote: On 2/3/17 12:46 AM, Patrick Ohly wrote: I recently started using swtpm-native in combination with the qemu-tpm patches to simulate a virtual TPM chip in qemu. The qemu-tpm patches should go into

Re: [linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-15 Thread Patrick Ohly
On Wed, 2017-02-15 at 09:02 -0500, Bruce Ashfield wrote: > On 2017-02-15 8:37 AM, Patrick Ohly wrote: > > On Thu, 2017-02-09 at 09:36 -0500, Bruce Ashfield wrote: > >> On 2017-02-08 05:07 AM, Patrick Ohly wrote: > >>> This should be applicable to all branches which have the tpm.cfg file > >>> that

Re: [yocto] Changing UID GID

2017-02-15 Thread Patrick Ohly
On Wed, 2017-02-15 at 15:43 +0100, Dominig ar Foll (Intel Open Source) wrote: > Hello, > > in AGL project we are facing an issue as when we create new images the > UID,GID of given packages can (and does) change depending of the > build. > This induces issues when we create partial update file

[yocto] Changing UID GID

2017-02-15 Thread Dominig ar Foll (Intel Open Source)
Hello, in AGL project we are facing an issue as when we create new images the UID,GID of given packages can (and does) change depending of the build. This induces issues when we create partial update file using image diffs. Could you let

Re: [linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-15 Thread Bruce Ashfield
On 2017-02-15 8:37 AM, Patrick Ohly wrote: On Thu, 2017-02-09 at 09:36 -0500, Bruce Ashfield wrote: On 2017-02-08 05:07 AM, Patrick Ohly wrote: This should be applicable to all branches which have the tpm.cfg file that I submitted recently. Sorry for missing the warning earlier - I must have

Re: [yocto] [[PATCH][yocto-autobuilder]] bin/forcebuild.py: Add a script to support force a build

2017-02-15 Thread Lock, Joshua G
On Wed, 2017-02-08 at 09:10 -0600, Aníbal Limón wrote: > > On 02/08/2017 08:12 AM, Lock, Joshua G wrote: > > On Wed, 2017-02-01 at 14:14 -0600, Aníbal Limón wrote: > > > I know we have the remote_kick.py [1] script but i don't know if > > > is > > > currently on use also this new script support

Re: [linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-15 Thread Patrick Ohly
On Thu, 2017-02-09 at 09:36 -0500, Bruce Ashfield wrote: > On 2017-02-08 05:07 AM, Patrick Ohly wrote: > > This should be applicable to all branches which have the tpm.cfg file > > that I submitted recently. Sorry for missing the warning earlier - I > > must have mentally blocked it out instead of