Re: [yocto] Morty 2.2.1 build failure

2017-03-21 Thread akuster808
Greg, On 03/21/2017 04:29 PM, Greg Wilson-Lindberg wrote: Hello List, I got a copy of the book "Embedded Linux Systems with the Yocto Project" at the SCALE 15x conference and this prompted me to try building the Yocto Poky build before getting the Boot to Qt Yocto build environment. I

Re: [yocto] How to use *.bb file to select different kernel config/feature?

2017-03-21 Thread Richard Zhang
So, maybe I should take a KERNEL_CONFIG into my own kernel recipe. Thanks Richard From: Bruce Ashfield Sent: Tuesday, March 21, 2017 8:33:09 PM To: Richard Zhang Cc: yocto@yoctoproject.org Subject: Re: [yocto] How to use *.bb file to

[yocto] Morty 2.2.1 build failure

2017-03-21 Thread Greg Wilson-Lindberg
Hello List, I got a copy of the book "Embedded Linux Systems with the Yocto Project" at the SCALE 15x conference and this prompted me to try building the Yocto Poky build before getting the Boot to Qt Yocto build environment. I tried building on 2 x86 systems, a 64 bit system at work and a 32

[linux-yocto] v4.8.x - stable updates comprising v4.8.21

2017-03-21 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is yet another 4.8.x stable update. Continuing on the previously released v4.8.20 kernel, we now have the appropriate content from 4.9.8 to 4.9.11 applied on top of our latest 4.8 baseline. Once again, I've combined several 4.9.x which results in about 150

Re: [yocto] [meta-raspberrypi] WiFi on rpi3?

2017-03-21 Thread Andrei Gherzan
On Thu, Feb 16, 2017 at 06:09:02PM -0800, Khem Raj wrote: > > > On 1/20/17 3:52 AM, Gary Thomas wrote: > > On 2017-01-20 12:30, Gary Thomas wrote: > >> Can someone give me pointers to get the onboard WiFi on the > >> RaspberryPi3 going? What kernel settings/hoops I need to do, > >> what packages

Re: [yocto] [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native

2017-03-21 Thread Andrei Gherzan
On Tue, Mar 21, 2017 at 09:48:52AM -0700, Khem Raj wrote: > On Tue, Mar 21, 2017 at 9:18 AM, Andrei Gherzan wrote: > > Internal ffmpeg configure uses pr which is provided by coreutils-native: > > | ./configure: line 471: pr: command not found > > this should probably we added

Re: [yocto] [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native

2017-03-21 Thread Khem Raj
On Tue, Mar 21, 2017 at 9:18 AM, Andrei Gherzan wrote: > Internal ffmpeg configure uses pr which is provided by coreutils-native: > | ./configure: line 471: pr: command not found this should probably we added to OE-core allowed binaries whitelist. > > Signed-off-by: Andrei

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: remove bbappend for version 1.2.0

2017-03-21 Thread Andrei Gherzan
On Fri, Mar 10, 2017 at 05:36:19PM -0800, Khem Raj wrote: > > > On 3/7/17 4:07 AM, Paul Barker wrote: > > On Mon, 6 Mar 2017 17:28:03 +0200 > > "Maxin B. John" wrote: > > > >> OE-Core rev: aa06a18d59eb391d1a7ace9daa0681bdf8daf17f > >> removed gstreamer1.0-omx_1.2.0 recipe.

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-03-21 Thread Andrei Gherzan
On Thu, Feb 16, 2017 at 12:49:01PM +0100, Andreas Müller wrote: > xorg-xserver recommends xf86-input-libinput since oe-core's commit > > | commit 2d005faff6341a81a2afae28860101ba9db51ae8 > | Author: Jussi Kukkonen > | Date: Wed Oct 26 11:37:38 2016 +0300 > | > |

Re: [yocto] [meta-raspberrypi][PATCH] userland_git.bb: remove libgl RPROVIDES

2017-03-21 Thread Andrei Gherzan
On Wed, Mar 15, 2017 at 01:02:37PM -0400, Trevor Woerner wrote: > On Wed, Mar 15, 2017 at 10:30 AM, Paul Barker wrote: > > I think Khem already has a similar patch staged for this: > > https://github.com/kraj/meta-raspberrypi/commit/e070005aa8251c81323b393d49fd87f92e74cae1

Re: [yocto] [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native

2017-03-21 Thread Andrei Gherzan
On Tue, Mar 21, 2017 at 04:18:04PM +, Andrei Gherzan wrote: > Internal ffmpeg configure uses pr which is provided by coreutils-native: > | ./configure: line 471: pr: command not found > > Signed-off-by: Andrei Gherzan > --- > recipes-multimedia/omxplayer/omxplayer_git.bb |

Re: [yocto] [meta-raspberrypi] Consolidated pull

2017-03-21 Thread Andrei Gherzan
On Sun, Mar 12, 2017 at 03:18:45AM -0700, Khem Raj wrote: > The following changes since commit c768a3d1aed8d16d08afe12fddb359914e0a203a: > > linux-raspberrypi_dev: Fix build on rpi3 64bit (2017-02-16 20:53:18 +0100) > > are available in the git repository at: > >

Re: [yocto] Bumping all packages versions

2017-03-21 Thread Leonardo Sandoval
have you tried the 'bitbake-layes show-recipes' script? that scripts list the recipes, layer it belongs and the recipe's PV, unfortunately not in a single line, but data is there. Leo On Mon, 2017-03-20 at 11:35 -0600, Matthew Stanger wrote: > No Thanks I'm a rookie :) > > On Mon, Mar 20,

[yocto] [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native

2017-03-21 Thread Andrei Gherzan
Internal ffmpeg configure uses pr which is provided by coreutils-native: | ./configure: line 471: pr: command not found Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-yocto] [PATCH 2/2] bsp/axxiaarm64: Add initial fragments

2017-03-21 Thread Daniel Dragomir
Fragments were ported from yocto-4.1 branch. Signed-off-by: Daniel Dragomir --- bsp/axxiaarm64/axxiaarm64-preempt-rt.scc | 8 + bsp/axxiaarm64/axxiaarm64-standard.scc | 8 + bsp/axxiaarm64/axxiaarm64.cfg| 250 +++

[linux-yocto] [PATCH 1/2] bsp/axxiaarm: Add initial fragments

2017-03-21 Thread Daniel Dragomir
Fragments were ported from yocto-4.1 branch. Signed-off-by: Daniel Dragomir --- bsp/axxiaarm/axxiaarm-preempt-rt.scc | 8 + bsp/axxiaarm/axxiaarm-standard.scc | 8 + bsp/axxiaarm/axxiaarm.cfg| 282 +++

[linux-yocto] [PATCH 0/2] Intel Axxia updates to yocto-kernel-cache yocto-4.9

2017-03-21 Thread Daniel Dragomir
Hello Bruce! Please apply those patches on the 'yocto-4.9' branch from git.yoctoproject.org/yocto-kernel-cache This is a porting from 4.1 for AXXIA bsp fragments. Thank you, Daniel Dragomir (2): bsp/axxiaarm: Add initial fragments bsp/axxiaarm64: Add initial fragments

Re: [yocto] Random failure

2017-03-21 Thread Gary Thomas
On 2017-03-16 13:08, Gary Thomas wrote: I've been running the same sequence many times today - basically updating a source file for a recipe, then rebuilding it. Out of the 40+ times I've run it, I get these intermittent errors about 1 in 10 times. Nothing changed except for one of the source

Re: [yocto] How to use *.bb file to select different kernel config/feature?

2017-03-21 Thread Bruce Ashfield
On Tue, Mar 21, 2017 at 3:15 AM, Richard Zhang wrote: > Hi all > > > I want to use one linux-kernel-myown.bb file to select different config > for several boxes. > > I think when I give MACHINE to box1\box2\box3, the kernel config and > features select can be done. > >

[yocto] [meta-java][PATCH] commons-collections3: upgrade from 3.2.1 to 3.2.2

2017-03-21 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo --- .../{commons-collections3_3.2.1.bb => commons-collections3_3.2.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename recipes-core/jakarta-commons/{commons-collections3_3.2.1.bb => commons-collections3_3.2.2.bb} (63%) diff

[yocto] How to use *.bb file to select different kernel config/feature?

2017-03-21 Thread Richard Zhang
Hi all I want to use one linux-kernel-myown.bb file to select different config for several boxes. I think when I give MACHINE to box1\box2\box3, the kernel config and features select can be done. Is it correct : when use MACHINE=box1\box2\box3 and so on: KERNEL_FEATURES_append_box1="