[yocto] Recompile the recipe everytime

Paul Eggleton paul.eggleton at linux.intel.com
Fri Jun 14 05:35:14 PDT 2013


On Friday 14 June 2013 13:30:20 Paul Eggleton wrote:
> > I tried do_compile[nostamp] ="1" but it did not work but same thing worked
> > for do_install[nostamp]="1"
> 
> If you really want to do this, I think you'll need to mark all tasks in the
> normal flow from do_compile onwards as nostamp i.e.:
> 
> do_compile
> do_compile_kernelmodules
> do_kernel_link_vmlinux
> do_install
> do_package
> do_packagedata
> do_package_write
> do_package_write_rpm
> do_populate_sysroot
> do_strip
> do_deploy
> do_uboot_mkimage
> do_sizecheck

(BTW - there's no guarantee this list is correct, I just grabbed what I 
thought looked appropriate from the -c listtasks list.)

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the yocto mailing list