]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: Ensure ${S} is cleaned at the start of rootfs generation
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 May 2012 14:16:07 +0000 (14:16 +0000)
committerScott Garman <scott.a.garman@intel.com>
Tue, 12 Jun 2012 20:29:29 +0000 (13:29 -0700)
commit23b7d7dab475caca4558e3b20db534122bee1525
tree7a4a5d718962cd578df2a389f034d0ad183ced56
parent83c5acfe4731990c296be1bf67059452a72f9584
image.bbclass: Ensure ${S} is cleaned at the start of rootfs generation

Some image classes such as bootimg save files into ${S} as part of rootfs
generation. For correctness we should therefore clean this at the start of
image generation to ensure reproducibility.

I found this issue when some files I thought should disappear from my rootfs
would not disappear.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass