Re: [yocto] [meta-raspberry] Raspberry Pi 3

2016-04-01 Thread Trevor Woerner
On Fri 2016-04-01 @ 03:55:31 PM, Khem Raj wrote: > > > On Apr 1, 2016, at 3:46 PM, Trevor Woerner wrote: > > > > On Fri 2016-04-01 @ 03:17:29 PM, Trevor Woerner wrote: > >> As far as I can tell there are two raspberry pi OE layers which include > >> this > >> commit: > >> > >> 1. git://git.yoc

Re: [yocto] [meta-raspberry] Raspberry Pi 3

2016-04-01 Thread Khem Raj
> On Apr 1, 2016, at 3:46 PM, Trevor Woerner wrote: > > On Fri 2016-04-01 @ 03:17:29 PM, Trevor Woerner wrote: >> As far as I can tell there are two raspberry pi OE layers which include this >> commit: >> >> 1. git://git.yoctoproject.org/meta-raspberrypi::master >> 2. https://github.com/kraj/me

Re: [yocto] [meta-raspberry] Raspberry Pi 3

2016-04-01 Thread Trevor Woerner
On Fri 2016-04-01 @ 03:17:29 PM, Trevor Woerner wrote: > As far as I can tell there are two raspberry pi OE layers which include this > commit: > > 1. git://git.yoctoproject.org/meta-raspberrypi::master > 2. https://github.com/kraj/meta-raspberrypi.git::kraj/master [...] > - Using 1 (the official

Re: [yocto] [meta-raspberry] Raspberry Pi 3

2016-04-01 Thread Trevor Woerner
On Thu 2016-03-31 @ 09:36:16 AM, Khem Raj wrote: > > > On Mar 31, 2016, at 8:26 AM, Trevor Woerner wrote: > > > > On Fri 2016-03-18 @ 10:15:39 AM, David Weisgerber wrote: > >> Hi, > >> did anyone succeed in building an image that runs on Raspberry Pi 3? I set > >> my > >> conf/local.conf to > >

Re: [yocto] Adding Utilities to /proc

2016-04-01 Thread Bruce Ashfield
On 2016-04-01 12:07 PM, Haleigh Novak wrote: Hello All, Firstly I would like to say that I am new here and fairly new to Yocto, so I do apologize if this is the wrong board for this question. (And if it is could someone direct me to the correct board?) Background on me: graduated OSU before

Re: [yocto] Debian Stretch build error "Install SDL devel"

2016-04-01 Thread Fred Ollinger
Confirmed that commenting out the following in my build/conf/local.conf allowed me to build qemu-native. (I don't need qemu at all). # PACKAGECONFIG_append_pn-qemu-native = " sdl" # PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" # ASSUME_PROVIDED += "libsdl-native" Thank-you for the quick and

[yocto] Adding Utilities to /proc

2016-04-01 Thread Haleigh Novak
Hello All, Firstly I would like to say that I am new here and fairly new to Yocto, so I do apologize if this is the wrong board for this question. (And if it is could someone direct me to the correct board?) Background on me: graduated OSU before Fall 2015 started with a BA Computer Science Co

[yocto] Yocto Project Status WW14

2016-04-01 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M4 (Stabilization only milestone.) Next Deadline: YP 2.1 M3 Target release date is March 18, 2016 (Is late, see status) SWAT team rotation: Beth -> Saul https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *YP 2.1 M3.rc2 i

Re: [yocto] [PATCH][opkg-utils] opkg-build: Exit when fail to list files.

2016-04-01 Thread Aníbal Limón
Hi, Comments below, alimon On 03/31/2016 11:26 PM, Mike Looijmans wrote: > On 31-03-16 23:27, Aníbal Limón wrote: >> We have an issue when ls segfaults in some cases [1] so it's >> better to detect the failure at this level instead of continue >> the build process. >> >> [YOCTO #8926] >

[yocto] Cannot Build gstreamer1.0-plugins-imx

2016-04-01 Thread Paul DeMetrotion
Trying to build gstreamer1.0-plugins-imx but get the following errors. Have not been able to resolve the issue so would appreciate some guidance. Thanks. ERROR: Multiple .bb files are due to be built which each provide virtual/libg2d (/home/pauldemet/fsl-arm-yocto-bsp/sources/meta-fsl-arm/recipe

[yocto] Append to bblayers.conf and local.conf

2016-04-01 Thread Olsson Rikard (RBSN/ESW1)
Hello Yocto team, We are receiving bblayer.conf and local.conf from external supplier which already have layers/configuration added. Now we want to add our own layers/configuration by appending to these files this to avoid manual merge work each time a delivery from external supplier is made.

Re: [yocto] How to enforce installation of image specific config file/package

2016-04-01 Thread Isak Lichtenstein
Hi Joël, > > Hi, > > One idea may be to create one recipe per configuration file. > So in each image recipe, you would add one of those recipes to > IMAGE_INSTALL_append. That's exactly what I'm doing now. But as my base package "A" is in a layer that is used by other developers, I would like t

Re: [yocto] How to enforce installation of image specific config file/package

2016-04-01 Thread Mike Looijmans
On 01-04-16 11:34, Isak Lichtenstein wrote: Hi, I've got a package "A" that has a runtime dependency to a configuration file. This configuration file is image specific. For each image I've got a specific configuration package "config-image-X" that installs this needed configuration file and I

Re: [yocto] How to enforce installation of image specific config file/package

2016-04-01 Thread Esponde, Joel
Hi, One idea may be to create one recipe per configuration file. So in each image recipe, you would add one of those recipes to IMAGE_INSTALL_append. Interested in other ideas for this use case! Joël Esponde Honeywell | Sensing and Productivity Solutions > -Message d'origine- > De : yo

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Fix tearing effect seen with wayland compositors

2016-04-01 Thread Andrei Gherzan
On Tue, Mar 29, 2016 at 08:44:31PM -0700, Khem Raj wrote: > Introduce EGL flush in few more places > > Signed-off-by: Khem Raj > --- > ...Fix-for-framerate-with-nested-composition.patch | 46 > ++ > 1 file changed, 39 insertions(+), 7 deletions(-) > > diff --git > a/recipes-

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Update to 20160326

2016-04-01 Thread Andrei Gherzan
On Tue, Mar 29, 2016 at 08:44:30PM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > recipes-bsp/common/firmware.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc > index 2c4f497..c1117d6 10064

[yocto] [PATCH 1/1] userland: In case of wayland configuration build needs wayland-native

2016-04-01 Thread Andrei Gherzan
Building wayland support requires availability of wayland-scanner to avoid build errors like: | /bin/sh: | /home/andrei/work/yocto/build-rpi-master/tmp/sysroots/x86_64-linux/usr/bin/wayland-scanner: | No such file or directory Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userlan

[yocto] How to enforce installation of image specific config file/package

2016-04-01 Thread Isak Lichtenstein
Hi, I've got a package "A" that has a runtime dependency to a configuration file. This configuration file is image specific. For each image I've got a specific configuration package "config-image-X" that installs this needed configuration file and I build multiple image in the same build direct

Re: [yocto] Can wic split rootfs files across partitions?

2016-04-01 Thread Ed Bartosh
On Wed, Mar 30, 2016 at 11:48:21AM -0700, Karl Voelker wrote: > I am trying to build a multi-partition image with wic, with separate > partitions for / and /var. So, the / partition should get all the files > except those under /var, and the /var partition should get the files > under /var. > > I

Re: [yocto] [PATCH][opkg-utils] opkg-build: Exit when fail to list files.

2016-04-01 Thread Mike Looijmans
On 31-03-16 23:27, Aníbal Limón wrote: We have an issue when ls segfaults in some cases [1] so it's better to detect the failure at this level instead of continue the build process. [YOCTO #8926] [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=8926#c0 Signed-off-by: Aníbal Limón ---