rootfs: Update ROOTFS_PKGMANAGE to include atp/zypper

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-10-11 12:18:02 +01:00
parent df41bd46dd
commit ded2919f19
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Copyright 2006-2007 Openedhand Ltd.
#
ROOTFS_PKGMANAGE = "run-postinsts dpkg"
ROOTFS_PKGMANAGE = "run-postinsts dpkg apt"
ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
do_rootfs[depends] += "dpkg-native:do_populate_sysroot apt-native:do_populate_sysroot"

View File

@ -2,7 +2,7 @@
# Creates a root filesystem out of rpm packages
#
ROOTFS_PKGMANAGE = "rpm"
ROOTFS_PKGMANAGE = "rpm zypper"
ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
do_rootfs[depends] += "rpm-native:do_populate_sysroot"