]> code.ossystems Code Review - openembedded-core.git/commit
rootfs_rpm/package_rpm.bbclass: Move func from rootfs_rpm to package_rpm
authorLianhao Lu <lianhao.lu@intel.com>
Sun, 30 Jan 2011 06:07:50 +0000 (14:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Feb 2011 23:59:37 +0000 (23:59 +0000)
commit382075a9c2a5877d198a217161558da6ad2d5f89
tree33b53b274eb1c921721f71cf87904e24851c7627
parentb94f9ccd05a339a5e3e8ec4c7bd8c727ca575871
rootfs_rpm/package_rpm.bbclass: Move func from rootfs_rpm to package_rpm

package_deb.bbclass:
1. Modified package_update_index_rpm() and package_generate_rpm_conf()
to generate sperate depsolver db and rpm configuration, for target
packages and host packages respectively.

2. Added new function package_install_internal_rpm() to install a list
deb packages to a specified root directory, with the specified package
architecutre information.

3. Added new function resolve_package_rpm() to resolve package names to
filepaths.

rootfs_deb.bbclass:
Used the above new functions to install the rootfs.

[sgw: merged changes for createrepo]
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/package_rpm.bbclass
meta/classes/rootfs_rpm.bbclass