[OE-core] [PATCH] image_types.bbclass: use per-image dirs for extX.gz images generation

Richard Purdie richard.purdie at linuxfoundation.org
Mon Sep 5 19:24:15 UTC 2011


On Sat, 2011-09-03 at 23:27 +0400, Dmitry Eremin-Solenikov wrote:
> Currently image_types.bbclass uses deploy/images/${MACHINE}tpm.gz dir for
> temporary files when generating extX.gz images. This can lead to races
> and strange errors during image generation. To overcome this use
> deploy/images/${MACHINE}tpm.gz-${PN} dir for temporary files.
> 
> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
> ---
>  meta/classes/image_types.bbclass |   32 ++++++++++++++++----------------
>  1 files changed, 16 insertions(+), 16 deletions(-)

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list