[yocto] kernel defconfig configuration

2015-10-19 Thread Edward Wingate
I created a linux-wandboard_3.14.28.bbappend that just specifies a new defconfig. I see my defconfig being used to generate a .config. But then something renames .config to .config.old and replaces it with another .config that no longer has the configurations I want. I can't find what is doing

Re: [yocto] Nightly build and world build

2015-10-19 Thread Martin Jansa
On Sat, Oct 17, 2015 at 08:01:59AM +0530, atulkumar singh wrote: > Hi All, > > I am going through the mailing list and I found some communication related > to world build and nightly build. > I even search in the documentation regarding the same but didn't found any > useful information regarding

Re: [yocto] Disable sstate-cache for one recipe

2015-10-19 Thread Martin Jansa
On Mon, Oct 19, 2015 at 10:18:41AM +, Jérôme OLIVIER wrote: > Hi everyone, > > I use yocto 1.7.2. I have some problem with sstate-cache. > I would like to disable totally sstate_cache for only one recipe. Is that > possible? You can for oe-core and apply

Re: [yocto] Disable sstate-cache for one recipe

2015-10-19 Thread Paul Eggleton
Hi Jérôme, On Monday 19 October 2015 10:18:41 Jérôme OLIVIER wrote: > I use yocto 1.7.2. I have some problem with sstate-cache. > I would like to disable totally sstate_cache for only one recipe. Is that > possible? Not really I'm afraid - what is the problem you are experiencing? Cheers, Paul

[yocto] Disable sstate-cache for one recipe

2015-10-19 Thread Jérôme OLIVIER
Hi everyone, I use yocto 1.7.2. I have some problem with sstate-cache. I would like to disable totally sstate_cache for only one recipe. Is that possible? Thank you, -- Jérôme OLIVIER TEL : +337 52 46 29 25 @ : jerome.oliv...@outlook.com--

[linux-yocto] CONFIG_LIBCRC32C error

2015-10-19 Thread Cristian Bercaru
Hello! Please help me understand why If I add this line to the linux kernel 3.10 defconfig or config fragments # CONFIG_LIBCRC32C is not set I get the error below when I try to bitbake linux-yocto. Thank you, Cristian Bercaru DEBUG: Executing python function populate_packages ERROR: QA

Re: [yocto] Nightly build and world build

2015-10-19 Thread atulkumar singh
Hi Martin, Thanks for your reply. But the link you mentioned has a status of world build for various versions, while I am looking for what world build and nightly build meant for and what is the difference between them. --Atul On 19-Oct-2015 5:38 pm, "Martin Jansa"

Re: [yocto] kernel defconfig configuration

2015-10-19 Thread Daniel.
I *guess* that "make oldconfig" is doing this. I can't find any ".config.old" mention on any "*.bb*" file for fido release of poky, but... I've used .bbappend for kernel recipes, selecting custom modules based on MACHINE and they worked fine... Can you share poky release and the .bbapend file?

[yocto] CMake issue - missing header files

2015-10-19 Thread Martin Kiepfer
Hi there, I noticed a curious problem when trying to build a cmake based recipe. During configuration phase pthead.h is found. cmake > /opt/ZX3/yocto/poky/build/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/vs100k/0.1-r0/src > -DCMAKE_INSTALL_PREFIX:PATH=/usr

[yocto] [PATCH 1/2] oracle-jse.inc: Make LIC_FILES_CHKSUM path relative

2015-10-19 Thread Ricardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/oracle-java/oracle-jse.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[yocto] [meta-oracle-java][PATCH] oracle-jse-ejre.inc: Make LIC_FILES_CHKSUM path relative

2015-10-19 Thread Ricardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[yocto] [PATCH 2/2] oracle-jse-ejre.inc: Make LIC_FILES_CHKSUM path relative

2015-10-19 Thread Ricardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado --- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)