]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: support BAD_RECOMMENDATIONS for ipk incremental image generation
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 21 Feb 2014 06:21:36 +0000 (14:21 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Feb 2014 16:13:55 +0000 (16:13 +0000)
commit0566de3fa424af3bdfadcd0a08ce4c214abda083
tree9b18aeae3f92c8ba11008a59ca2b520ad0f0d731
parentadf587e55c0f9bc74f0bef415273c937401baebb
rootfs.py: support BAD_RECOMMENDATIONS for ipk incremental image generation

While incremental image generation enabled and the previous image is
existed, if BAD_RECOMMENDATIONS is changed, the operation on the
existing image is complicated, so remove the old image in this situation.

The same with PACKAGE_EXCLUDE and NO_RECOMMENDATIONS.

[YOCTO #1894]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
meta/lib/oe/rootfs.py