From 37ae8d11b7f1908fb79d60118459ce2fef6d2243 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 18 Jul 2013 17:22:04 +0200 Subject: [PATCH] sysmocom-image: Add package-management as IMAGE_FEATURES In post edison we will need to ask the package class to not throw away the /var/lib/opkg directory with the state of installed packages. --- recipes-apps/images/sysmocom-image.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-apps/images/sysmocom-image.inc b/recipes-apps/images/sysmocom-image.inc index 70baeb6..3dc073f 100644 --- a/recipes-apps/images/sysmocom-image.inc +++ b/recipes-apps/images/sysmocom-image.inc @@ -1,6 +1,7 @@ DEPENDS = "${MACHINE_EXTRA_RDEPENDS}" IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} task-osmocom task-sysmocom task-sysmocom-debug task-sysmocom-tools ${MACHINE_EXTRA_RDEPENDS} " IMAGE_LINGUAS = " " +IMAGE_FEATURES += " package-management " LICENSE = "MIT" inherit core-image