]> code.ossystems Code Review - openembedded-core.git/commit
rootfs_rpm: Cleanup and minor bug fixes
authorMark Hatle <mark.hatle@windriver.com>
Mon, 1 Aug 2011 16:56:37 +0000 (11:56 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Aug 2011 13:31:35 +0000 (14:31 +0100)
commit46559f36d8a39655060b45d3d235de44a2c4c09b
tree770b8c60dfaaf6f36c7ea7ead2f9b14594550bff
parent651ccb3b031d9ccb8331505a51171372002230d9
rootfs_rpm: Cleanup and minor bug fixes

in packages_rpm.bbclass:

Cleanup the way package_update_index_rpm works.  Break this out into two
functions, one for common functionality and one for controlling target vs
sdk package processing.

Similar change to package_generate_rpm_conf.

Usage of IMAGE_ROOTFS should actually be "target_rootfs", this fixes a problem
with the SDK case.

in rootfs_rpm.bbclass:

Minor re-order of the values, and avoid multiple uses of IMAGE_ROOTFS in order
to make the merge with the SDK behavior easier.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/package_rpm.bbclass
meta/classes/rootfs_rpm.bbclass