rootfs_rpm.bbclass: added from Poky
authorRichard Purdie <richard@openedhand.com>
Mon, 25 Aug 2008 20:53:13 +0000 (20:53 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 19 Mar 2009 19:22:35 +0000 (20:22 +0100)
commit3166def12852386f1b4fec51140b574909d04dab
tree0e9f37118bd2212ad0d416e14d4d375845a3f30c
parent62c99dac4a0b54c8030f9e1576e6f946763459f5
rootfs_rpm.bbclass: added from Poky

Squashed changes from Poky:

svn r5101 - Add rootfs_rpm.bbclass, a start at image generation from rpms. Its
            not expected to be entirely functional yet.
svn r5112 - rootfs_rpm.bbclass: Remove the feed directory before packaging the image
svn r5134 - rootfs_rpm.bbclass: Add basic postinstall handling during image creation
svn r5143 - rootfs_rpm.bbclass: Fixup broken symlinks due to fakechroot and run
            any leftover postinstalls on real hardware at first boot
svn r5158 - rootfs_rpm.bbclass: Add recommends handling
svn r5380 - rootfs_rpm.bbclass: ship rpm and yum in target images
svn r5382 - rootfs_rpm.bbclass: Add rpm package coverage
svn r5386 - rootfs_rpm.bbclass: use more efficient way to copy packages
svn r5391 - rootfs_rpm: set target architecture and do not tell yum which arch we will use
svn r5398 - rootfs_rpm.bbclass: Set YUM_ARCH_FORCE
svn r5412 - rootfs_rpm.bbclass: remove lock files to get rpm working on device
svn r5432 - rootfs_rpm.bbclass: fix platform so rpm will be usable on device
svn r5433 - rootfs_rpm.bbclass: remove temporary yum config - rootfs has one
            from yum package
svn r5434 - rootfs_rpm.bbclass: added generation of feed entries
svn r5436 - rootfs_rpm.bbclass: added code to generate images from feeds

OE changes:

rootfs_rpm.bbclass: remove two functions (need rewrite for RPM)

install_all_locales and remove_packaging_data_files functions were from
rootfs_ipk.bbclass and need to be rewritten for RPM rootfs.

rootfs_rpm.bbclass: use DISTRO instead of hardcoded Poky - spotted by Tom Rini
rootfs_rpm.bbclass: drop not needed disabled code
classes/rootfs_rpm.bbclass [new file with mode: 0644]