mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
rootfs_rpm.bbclass: ship rpm and yum in target images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5380 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
# Creates a root filesystem out of rpm packages
|
# Creates a root filesystem out of rpm packages
|
||||||
#
|
#
|
||||||
|
|
||||||
ROOTFS_PKGMANAGE = "opkg"
|
ROOTFS_PKGMANAGE = "rpm yum"
|
||||||
# "rpm" "yum"
|
|
||||||
ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
|
ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
|
||||||
|
|
||||||
do_rootfs[depends] += "rpm-native:do_populate_staging yum-native:do_populate_staging createrepo-native:do_populate_staging fakechroot-native:do_populate_staging"
|
do_rootfs[depends] += "rpm-native:do_populate_staging yum-native:do_populate_staging createrepo-native:do_populate_staging fakechroot-native:do_populate_staging"
|
||||||
|
|||||||
Reference in New Issue
Block a user