Re: [yocto] oracle-jse-jdk

2016-05-06 Thread Mihaylov, Emil
no i am not using PACKAGE_CLASSES ?= "package_rpm" i did downloaded the image from oracle and i am using it instead. unfortunate it still wants this damn libavcodec.so.52 i have to add another recipe that pulls that package also On 5/6/2016 10:49 AM, Mark Hatle wrote: On 5/6/16 4:10 AM,

Re: [yocto] oracle-jse-jdk

2016-05-06 Thread Mark Hatle
On 5/6/16 4:10 AM, Maxin B. John wrote: > Hi Emil, > > On Thu, May 05, 2016 at 10:43:08AM -0700, Mihaylov, Emil wrote: > >> hi Mark, >> >> my oracle-jse-jdk_1.7.0.bb >> >> looks like this >> >> --- >> >> # Automatically choose java package based on

Re: [yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-05-06 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) Nokia Networks - PL/Wroclaw On 06.05.2016 15:55, EXT Khem Raj wrote: On May 6, 2016, at 1:43 AM, Chris Z. > wrote: Hi, Any tips ? you need to insert your

Re: [yocto] [OE-core] [RFT] GCC 6 Recipes

2016-05-06 Thread Tom Rini
On Thu, Apr 28, 2016 at 02:01:31PM -0400, Tom Rini wrote: > On Thu, Apr 28, 2016 at 07:01:34AM -0700, Khem Raj wrote: > > On Thu, Apr 28, 2016 at 5:14 AM, Tom Rini wrote: > > > On Thu, Apr 28, 2016 at 12:08:46AM -0700, Khem Raj wrote: > > >> > > >> > On Apr 27, 2016, at 3:10

[yocto] Yocto Project Status WW19

2016-05-06 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M1 Next Deadline: YP 2.2 cut off: June 13, 2016 SWAT team rotation: Leo -> Juro https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *Patches started to be merged into master for YP 2.2 M1. *Experimentation with

Re: [yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-05-06 Thread Khem Raj
> On May 6, 2016, at 1:43 AM, Chris Z. wrote: > > Hi, > > Any tips ? you need to insert your non-standard install of gcc-4.9 and glibc into OE build via BUILD_CFLAGS and prepending it to your PATH variable that bitbake will see. > > On Fri, Mar 4, 2016 at 4:13 PM,

Re: [yocto] [meta-chip][PATCH] u-boot-chip: fix md5sum

2016-05-06 Thread Trevor Woerner
ping On Mon 2016-04-11 @ 02:28:30 PM, Trevor Woerner wrote: > The u-boot master and chip/stable branches have diverged such that the md5sums > of the License README files are now different. The latest master branch has > added a "SIL OPEN FONT LICENSE (OFL-1.1)" license. > > diff: > ---

Re: [yocto] oracle-jse-jdk

2016-05-06 Thread Maxin B. John
Hi Emil, On Thu, May 05, 2016 at 10:43:08AM -0700, Mihaylov, Emil wrote: >hi Mark, > >my oracle-jse-jdk_1.7.0.bb > >looks like this > >--- > ># Automatically choose java package based on target architecture >DEPENDS += "libav gtk+ libxslt libxtst"

Re: [yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-05-06 Thread Chris Z.
Hi, Any tips ? On Fri, Mar 4, 2016 at 4:13 PM, Chris Z. wrote: > Hi, > > I have set newer gcc(4.9) in PATH and with proper LD_LIBRARY_PATH. Default > system gcc is 4.4. > > Bulding cmake-native fails when bootstrap cmake tries to compile cmake > native binary. > > This