[yocto] if user space application compiles with a static library, does it need to be included in the yocto build ?

2016-10-21 Thread Davis Roman
Hello Yocto Community, As much as I like to advocate for code reuse and minimizing code bloat, there is one instance where our user space application will be compiled with a statically linked library. We don't do any development on our target boards themselves so I'm starting to think that I

Re: [yocto] no wlan interface on raspberry pi 3

2016-10-21 Thread Changhyeok Bae
Please see https://at.projects.genivi.org/jira/browse/GDP-399. Thanks Changhyeok 2016-10-21 13:17 GMT+09:00 adam paul : > Hi, > I have loaded yocto krogoth branch bsp to boot raspberry pi 3. After > the boot up, ifconfig lists only eth0 and lo. no wlan0 is listed. > i

[yocto] [eclipse-poky][PATCH] Update and enhance README.txt

2016-10-21 Thread Tim Orling
* Move scripts/readme.txt -> README.txt * Update information which had gotten out of date * Remove non-generic instructions * Augment the description of the work flow - Clarify command line options for the scripts - Describe how to update to a newer Eclipse release - Mention the Eclipse

Re: [yocto] 2.2 release note material

2016-10-21 Thread Paul Eggleton
On Fri, 21 Oct 2016 14:34:31 Paul Eggleton wrote: > On Thu, 20 Oct 2016 15:25:05 Paul Eggleton wrote: > > I've been gathering material for the 2.2 release notes, here is what I > > have > > at the moment. Things missing: > > > > * Any new features/enhancements for the kernel tools - Bruce, is

[yocto] no wlan interface on raspberry pi 3

2016-10-21 Thread adam paul
Hi, I have loaded yocto krogoth branch bsp to boot raspberry pi 3. After the boot up, ifconfig lists only eth0 and lo. no wlan0 is listed. i have checked the loaded modules, lsmod lists cfg80211. How to enable wlan0? -- ___ yocto mailing list

Re: [yocto] Attention all: patches for upstream source will be applied with stricter criteria for context

2016-10-21 Thread Khem Raj
> On Oct 21, 2016, at 5:55 AM, Alexander Kanavin > wrote: > > Hello all, > > while updating gnutls to a newer version I came across a rather serious > issue: the way we patch source code is very lenient about the context for the > lines to be changed.

[yocto] Yocto Project Status WW43

2016-10-21 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M4 Next Deadline: YP 2.2 M4 which was Oct. 3rd (5:00pm GMT) SWAT team rotation: Paul -> Ross https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *Travel for ELC-E did interrupt these status report, apologies for that.

Re: [yocto] Yocto Project Status WW43

2016-10-21 Thread akuster808
Stephen, On 10/21/2016 08:26 AM, Jolley, Stephen K wrote: Current Dev Position: YP 2.2 M4 Next Deadline: YP 2.2 M4 which was Oct. 3rd (5:00pm GMT) SWAT team rotation: Paul -> Ross https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·Travel for ELC-E did

Re: [linux-yocto] [yocto-kernel-cache] [PATCH] Add fragments to support fastboot configuration

2016-10-21 Thread Bruce Ashfield
On 2016-10-21 04:19 AM, Rebecca Chang Swee Fun wrote: Hi Bruce, This fragment are to disable a few video drivers and some IPU modules in order to achive fastboot for IPU. This configuration has passed internal build test. Please kindly review and merge for yocto-4.1 branch. merged to

[yocto] Attention all: patches for upstream source will be applied with stricter criteria for context

2016-10-21 Thread Alexander Kanavin
Hello all, while updating gnutls to a newer version I came across a rather serious issue: the way we patch source code is very lenient about the context for the lines to be changed. Basically, it's enough for one line before and after the changed line to match, because patch command's default

Re: [yocto] [meta-raspberrypi][question] how to setup alsa on rpi3?

2016-10-21 Thread Piotr Lewicki
On 21.10.2016 13:26, Tanu Kaskinen wrote: On Fri, 2016-10-21 at 12:08 +0200, Piotr Lewicki wrote: Hi, I want to use aplay to play a sound on raspberry pi 3, but for some reason it does not work for me. I have built a new "rpi-test-image" with only one difference from original- I added

Re: [yocto] [meta-raspberrypi][question] how to setup alsa on rpi3?

2016-10-21 Thread Tanu Kaskinen
On Fri, 2016-10-21 at 12:08 +0200, Piotr Lewicki wrote: > Hi, > > I want to use aplay to play a sound on raspberry pi 3, but for some > reason it does not work for me. > > I have built a new "rpi-test-image" with only one difference from > original- I added "alsa-utils" to the image. > > My

[yocto] [meta-raspberrypi][question] how to setup alsa on rpi3?

2016-10-21 Thread Piotr Lewicki
Hi, I want to use aplay to play a sound on raspberry pi 3, but for some reason it does not work for me. I have built a new "rpi-test-image" with only one difference from original- I added "alsa-utils" to the image. My steps: 1. I ssh'd to the board with the built image, 2. downloaded wav

[linux-yocto] [yocto-kernel-cache] [PATCH] Add fragments to support fastboot configuration

2016-10-21 Thread Rebecca Chang Swee Fun
Hi Bruce, This fragment are to disable a few video drivers and some IPU modules in order to achive fastboot for IPU. This configuration has passed internal build test. Please kindly review and merge for yocto-4.1 branch. Thank you very much. Regards, Rebecca Rebecca Chang Swee Fun (1):

[linux-yocto] [yocto-kernel-cache] [PATCH] bsp: leafhill: add fragment to support fastboot for IPU

2016-10-21 Thread Rebecca Chang Swee Fun
We disabled a few video driver and IPU modules to achieve fast boot in kernel. Signed-off-by: Rebecca Chang Swee Fun --- bsp/leafhill/ipu_fastboot.cfg | 13 + bsp/leafhill/ipu_fastboot.scc | 2 ++ 2 files changed, 15 insertions(+) create mode