]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 May 2012 10:28:00 +0000 (11:28 +0100)
commit363424cdc78cafa278008f973c2b4288297ebf8c
tree63993cc87b1701058d423fe7044a2818e1a73ece
parent382bd564d0675bded38459943ab1fe5dbc1e9ee7
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