build_inf.sh: exclude image recipes from rm_work feature 62/4262/1
authorJackie Huang <jackie.huang@windriver.com>
Mon, 29 Jun 2020 13:19:54 +0000 (21:19 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Mon, 29 Jun 2020 13:26:17 +0000 (21:26 +0800)
commite06b22a11d830da0192974294277d9df6dd5a663
treecb9e8e6c8c6be6c168af8c398ac9222e027b29ff
parentadc228d096b8d65f370a76aa0f33b19ae8f8fee1
build_inf.sh: exclude image recipes from rm_work feature

The anaconda image needs some files in the work dir of the target
build image, if the rm_work feature is enabled, these files will
be removed and the anaconda image will be incorrect, so exclude
these image recipes from rm_work features to ensure the required
files will not be removed.

Issue-ID: INF-178
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I2ccd1b86b6cab14283e56291d4af07bc58de09b7
scripts/build_inf.sh