build_inf.sh: exclude image recipes from rm_work feature 64/4264/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 14:09:44 +0000 (22:09 +0800)
commitac1144f4fd1f84d2892e9e74f3b309dc1126a857
treed481b471b334398265a6039c530383add6204280
parent7fe195f147baddaa92e2600c9821beb8d021f406
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