]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs: Update ROOTFS_PKGMANAGE to include atp/zypper
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 11 Oct 2010 11:18:02 +0000 (12:18 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 11 Oct 2010 11:18:02 +0000 (12:18 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/classes/rootfs_deb.bbclass
meta/classes/rootfs_rpm.bbclass

index 11a152a69ae86722fd19d21e429e97790fceb6cf..f579b53a823361a267dea94592fcab3d5c5bef16 100644 (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"
index f82fcacf5d8b5bdffc90fc156080d8f15a0b9e4f..6e9cbba8c299490221f01bf3647763c851b1c379 100644 (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"