[yocto] [Recipe reporting system] Upgradable recipe name list

2016-04-24 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version

Re: [yocto] [OE-core] Yocto Project Status WW17

2016-04-24 Thread Trevor Woerner
On Fri 2016-04-22 @ 08:29:19 PM, Burton, Ross wrote: > On 22 April 2016 at 18:04, Trevor Woerner wrote: > > > > Have the eSDK and CROPS projects been announced publicly? Are they > available > > for us to "play with"? > > > eSDK is the "extensible SDK', or what appears when

Re: [yocto] Customize login prompt text in Yocto

2016-04-24 Thread Rudolf Streif
> > the information shown is from the file /etc/issue. You can for example do > post-processing on this file and change the information. You can add this > to your image recipe. > > update_issue() { > echo "Your text" > ${IMAGE_ROOTFS}/etc/issue > } > > ROOTFS_POSTPROCESS_COMMAND += " update

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-24 Thread Julien Gueytat
Hi, you will find here two patches to get EGL enabled on RaspberryPi without any hack in meta-*bsp layers. Please note that it is just a proposition of correction as I'm not aware of the best correction you would like to implement. The result of those two patches on top of master for

Re: [yocto] Customize login prompt text in Yocto

2016-04-24 Thread Andreas Enbacka
Hi Peter, Thanks a lot for the info, I will try it out. Regards, Andreas > 24 apr. 2016 kl. 11:06 skrev Peter Bergin : > > Hi, > >> On 04/24/2016 09:42 AM, Andreas Enbacka wrote: >> Hello, >> >> Normally, when building e.g., a console-based image using Yocto, you

Re: [yocto] Customize login prompt text in Yocto

2016-04-24 Thread Peter Bergin
Hi, On 04/24/2016 09:42 AM, Andreas Enbacka wrote: Hello, Normally, when building e.g., a console-based image using Yocto, you will get at caption text ”Poky Reference Distribution”... at the login prompt. Is it easily possible to change / customize this caption text, and in such a case, which

[yocto] Customize login prompt text in Yocto

2016-04-24 Thread Andreas Enbacka
Hello, Normally, when building e.g., a console-based image using Yocto, you will get at caption text "Poky Reference Distribution"... at the login prompt. Is it easily possible to change / customize this caption text, and in such a case, which Yocto package / recipe requires change. Any