[yocto] Using anonymous python function to define variables

2014-12-07 Thread Ulf Winberg
I'm struggling with trying to dynamically set a file name, to be used with require. See code below: python () { TA = d.getVar('TARGET_ARCH', True) if TA == arm: javaPkg = oracle-jse-ejre-arm-vfp-hflt-client-headless elif TA == i586: javaPkg =

[yocto] Release Candidate Build for yocto-1.8M1 now available.

2014-12-07 Thread Poky Build User
A release candidate build for yocto-1.8M1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.8M1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : a72da6350e7a77256ad597e8e8c40909590a2a40 meta-fsl-arm :

[yocto] [Package Report System]Upgrade recipes name list

2014-12-07 Thread package-rep...@yoctoproject.org
This mail was sent out by Package Report System. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

[yocto] [Package Report System]Manual check recipes name list

2014-12-07 Thread package-rep...@yoctoproject.org
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

Re: [yocto] prelink mklibs problem

2014-12-07 Thread Jegan Chandru
Hi, I think it has to do with the ld-linux-armhf.so.3. May be you should tell prelink that you have hard float ARM ABI to prelink for, than ld-linux.so.3 . It means you need to add ld-linux-armhf.so.3 as a dynamic linker. You should patch the prelink source to get this done. HTH. -JC On Fri,

Re: [linux-yocto] Configuration fragment is overridden by netfilter.cfg

2014-12-07 Thread Mehaffey, John
Hi Roth, Best if you do your changes in a custom layer to make sure your bbappend is applied last. bbappends are done in reverse layer order, so if you create a layer mine with the structure you outlined with your linux-yocto_3.10.bbappend, and is the highest priority, it should do what you