]> code.ossystems Code Review - openembedded-core.git/commit
meta/classes/rootfs_rpm.bbclass: re implement base on rpm5
authorMark Hatle <mhatle@windriver.com>
Tue, 20 Jul 2010 19:57:19 +0000 (12:57 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 23 Jul 2010 23:46:57 +0000 (00:46 +0100)
commitd668b80e866c8bb512a10bad22b0080d7afe3453
tree959d6729ff8bd6ce1a1e722ad2d01666a5f62520
parent8760cde94aca80a920cb50230d61c187d3cfeee4
meta/classes/rootfs_rpm.bbclass: re implement base on rpm5

Re implement the rootfs generation using rpm5.  This also gets rid of the
need for yum, and handles all dep resolving internal to the script itself.

The new file scripts/rootfs_rpm-extract-postinst.awk comes from the original
yum integration work.  It has been unchanged, but since yum is no longer used
we needed to move the script somewhere else.

Signed-off-by: Mark Hatle <mhatle@windriver.com>
meta/classes/rootfs_rpm.bbclass
scripts/rootfs_rpm-extract-postinst.awk [new file with mode: 0644]