summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_ipk.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-rw-r--r--meta/classes/rootfs_ipk.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass
index a27688a1ac..8a879680c5 100644
--- a/meta/classes/rootfs_ipk.bbclass
+++ b/meta/classes/rootfs_ipk.bbclass
@@ -5,6 +5,9 @@
5# See image.bbclass for a usage of this. 5# See image.bbclass for a usage of this.
6# 6#
7 7
8ROOTFS_PKGMANAGE = "opkg opkg-collateral"
9ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
10
8do_rootfs[depends] += "opkg-native:do_populate_staging ipkg-utils-native:do_populate_staging" 11do_rootfs[depends] += "opkg-native:do_populate_staging ipkg-utils-native:do_populate_staging"
9do_rootfs[recrdeptask] += "do_package_write_ipk" 12do_rootfs[recrdeptask] += "do_package_write_ipk"
10 13