[poky] Can I force a particular recipe to rebuild every time?
Khem Raj
raj.khem at gmail.com
Mon Feb 15 15:59:40 PST 2016
On Mon, Feb 15, 2016 at 4:38 AM, Prasant J <pj0585 at gmail.com> wrote:
> Hi,
>
>
> I'm writing my own layer for the Intel Atom Board.
>
>
> - Is there a way to force a recipe to be rebuild every time
> core-image-minimal-initramfs is built?
you can use
do_<taskname>[nostamp] = "1"
in recipe. However, its a bad idea to have such code
in production builds, it may be ok during early development.
>
> - Is there a ROOTFS_POSTPROCESS equivalent for
> core-image-minimal-initramfs image?
>
>
>
> Regards, Pj
> --
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
More information about the poky
mailing list