mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02: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
|
||||
#
|
||||
|
||||
ROOTFS_PKGMANAGE = "opkg"
|
||||
# "rpm" "yum"
|
||||
ROOTFS_PKGMANAGE = "rpm yum"
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user