]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm.bbclass: Fix incremental rpm image generation
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 13 Nov 2012 12:56:36 +0000 (20:56 +0800)
committerScott Garman <scott.a.garman@intel.com>
Fri, 30 Nov 2012 02:35:30 +0000 (18:35 -0800)
commit1f5113ae91ed639cf06fcbb9431b460d7a06bbbc
treef03986472b67f74f82f0b0643a2ae77c15e54948
parent1a6f61d9493bdbade256dc6c19bbffe75a2684a4
package_rpm.bbclass: Fix incremental rpm image generation

Fix the incremental rpm image generation, it didn't work since the code
has been changed.

The btmanifest should have a ".manifest" suffix, so that it can be moved
to ${T} by rootfs_rpm.bbclass:
mv ${IMAGE_ROOTFS}/install/*.manifest ${T}/

Note: The locale pkgs would always be re-installed.

[YOCTO #2690]

(From OE-Core rev: 5149630746626c6d416f26ab9dd1c7213fcd8c50)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_rpm.bbclass