Re: [yocto] sstate cache not used when adding custom task

2017-07-31 Thread Andreas Fenkart
Hi, 2017-07-13 11:30 GMT+02:00 Joshua Lock <joshua.g.l...@linux.intel.com>: > On Thu, 2017-07-13 at 10:52 +0200, Andreas Fenkart wrote: >> Hi, >> >> A custom task in a bbclass causes all recipes including it to be >> rebuilt every time. Link to full bbclas

Re: [yocto] swupate.bblcass dependencies not triggering rebuild

2017-07-31 Thread Andreas Fenkart
Hi 2017-07-28 15:20 GMT+02:00 Andreas Fenkart <afenk...@gmail.com>: > Hi Stefano, > > 2017-06-14 10:32 GMT+02:00 Stefano Babic <sba...@denx.de>: >> Hi Andreas, >> >> On 13/06/2017 14:18, Andreas Fenkart wrote: >>> Hi list, >>> >>>

Re: [yocto] swupate.bblcass dependencies not triggering rebuild

2017-07-28 Thread Andreas Fenkart
Hi Stefano, 2017-06-14 10:32 GMT+02:00 Stefano Babic <sba...@denx.de>: > Hi Andreas, > > On 13/06/2017 14:18, Andreas Fenkart wrote: >> Hi list, >> >> I want to create a swupdate file, which is a cpio file with rootfs and >> some metadata

[yocto] sstate cache not used when adding custom task

2017-07-13 Thread Andreas Fenkart
Hi, A custom task in a bbclass causes all recipes including it to be rebuilt every time. Link to full bbclass attached below. I already stripped that task down to this addtask check after do_compile before do_build addons_do_check() { : } If I remove the addtask line, the

[yocto] swupate.bblcass dependencies not triggering rebuild

2017-06-13 Thread Andreas Fenkart
Hi list, I want to create a swupdate file, which is a cpio file with rootfs and some metadata to control software update. My problem is, that it is not rebuilt everytime the rootfs changes. I checked in the cooker log. NOTE: recipe swupdate-image-1.0-r4: task do_populate_sysroot_setscene:

[yocto] Problems using In-Tree defconfig File

2015-06-19 Thread Andreas Fenkart
I want to use a defconfig, that is provided by the linux git repository, hence this seems to fit my need: http://www.yoctoproject.org/docs/1.8/kernel-dev/kernel-dev.html#using-an-in-tree-defconfig-file KBUILD_DEFCONFIG_KMACHINE ?= defconfig_file Anybody used that feature recently? I couldn't get