[yocto] [meta-raspberrypi] rpi0-w wifi problem

2017-05-15 Thread 김재환
Hi. i build core-image-minimal for rpi0-w. it works nicely but not working wlan0 and bluetooth. so i tried this post. but still not working. the error was $ifup wlan0 Successfully initialized wpa_supplicant rfkill: cannot get wiphy information Could not read interface wlan0 flags: No such

Re: [yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-05-15 Thread Andre McCurdy
On Mon, May 15, 2017 at 10:23 AM, Khem Raj wrote: > On Mon, May 15, 2017 at 9:33 AM, Trevor Woerner wrote: >> On Sat 2017-05-13 @ 06:20:35 PM, Romain Perier wrote: >>> Clearly a NAK here. I don't want yet another image for this, that's a >>> bsp meta

Re: [yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-05-15 Thread Khem Raj
On Mon, May 15, 2017 at 9:33 AM, Trevor Woerner wrote: > On Sat 2017-05-13 @ 06:20:35 PM, Romain Perier wrote: >> Clearly a NAK here. I don't want yet another image for this, that's a >> bsp meta layer, it is supposed to contain the recipes and rules to >> propose support for

Re: [yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-05-15 Thread Trevor Woerner
On Sat 2017-05-13 @ 06:20:35 PM, Romain Perier wrote: > Clearly a NAK here. I don't want yet another image for this, that's a > bsp meta layer, it is supposed to contain the recipes and rules to > propose support for Rockchip SocS in in yocto/oe and its reference > distros. But it is also supposed

Re: [yocto] [meta-raspberrypi] Pyro branch

2017-05-15 Thread Khem Raj
On Mon, May 15, 2017 at 2:14 AM, Paul Barker wrote: > Hi all, > > Yocto Project 2.3 has now been released so I think it's time to create > a pyro branch for meta-raspberrypi. > > I've briefly discussed stable branch maintainership with Andrei and > I'd like to volunteer as

Re: [yocto] [meta-rockchip][PATCH] linux: version bump to 4.11

2017-05-15 Thread Trevor Woerner
Thanks! Tested on the firefly-rk3288 and applied. On Sat, May 13, 2017 at 11:58 AM, Romain Perier wrote: > Linux v4.11 has been released, bump the version to 4.11. > > Signed-off-by: Romain Perier > --- >

[yocto] Yocto Project Status WW20’17

2017-05-15 Thread Jolley, Stephen K
Current Dev Position: Planning for YP 2.4 Next Deadline: YP 2.1.3 Cut off May 15, 2017 – Still TBD SWAT team rotation: Ross -> Leo on May 12, 2017. SWAT team rotation: Leo -> Juro, on May 19, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·

Re: [yocto] dhcp eth0 network

2017-05-15 Thread Drew Moseley
I think the /etc/network/interfaces file is supported if you are using the busybox udhcpc client but if your configuration uses systemd-networkd or connman, there is a different mechanism. Without more details on your Yocto configuration it is not possible to give a definitive answer. Do you

Re: [linux-yocto] [PATCH 0/8] Intel Axxia updates to linux-yocto-3.14

2017-05-15 Thread Bruce Ashfield
On 2017-05-12 7:41 AM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings some improvements to the Intel Axxia drivers from linux-yocto-3.14, including patches ported from 3.4 kernel for Erratum 47 and 48, Parity Errors and some warning and no-smp compiling fixes. If all the

Re: [yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.3 (pyro 17.0.0) Released

2017-05-15 Thread Burton, Ross
On 13 May 2017 at 01:20, Tracy Graydon wrote: > The latest release of the Yocto Project 2.3 (pyro-17.0.0) is now available > for download at: > Thanks to everyone who contributed to this over the last six months! Ross -- ___

Re: [yocto] python-opencv module

2017-05-15 Thread Burton, Ross
On 13 May 2017 at 12:24, Peter Balazovic wrote: > How do I include python-opencv module? > http://www.yoctoproject.org/docs/2.3/dev-manual/dev-manual.html#usingpoky-extend-customimage Ross -- ___ yocto mailing list

Re: [yocto] kernel/ libc compatibility problems

2017-05-15 Thread Paul Roy
Thanks Herman I´m using kernel 3.10 and glibc 2.17. For this last one, i don´t see same restrictions as in the page you sent. I´m confused about where in Yocto, is the key to this ...because using same library/kernel combination works for x86_64. Regards Paul --

Re: [yocto] kernel/ libc compatibility problems

2017-05-15 Thread Herman van Hazendonk
Hi Paul, As per glibc 2.24 you'll need the a 3.2 kernel at least (https://abi-laboratory.pro/tracker/changelog/glibc/2.24/log.html): "The minimum Linux kernel version that this version of the GNU C Library can be used with is 3.2, except on i[4567]86 and x86_64, where Linux kernel version

[yocto] kernel/ libc compatibility problems

2017-05-15 Thread Paul Roy
Hi I´m using Yocto to create a new machine definition for a Gedeon-LX board. I can compile the kernel and all the rootfs binaries, but kernel boot crashes exactly at the /sbin/init load moment. It seems a problem with some mismatch among kernel and libc library present in my rootfs, because if I

[yocto] [meta-raspberrypi] Pyro branch

2017-05-15 Thread Paul Barker
Hi all, Yocto Project 2.3 has now been released so I think it's time to create a pyro branch for meta-raspberrypi. I've briefly discussed stable branch maintainership with Andrei and I'd like to volunteer as maintainer of the pyro branch. That should spread the workload out a little bit. Does

[yocto] Error during kernel module compilation

2017-05-15 Thread Nicolas Salmin
Hi all, I have some trouble during kernel module compilation, in fact the module is build successfully only if I have built the kernel before... it makes sense but the the recipe inherit from module bbclass: