aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-07-12 13:17:56 +0800
committerSaul Wold <sgw@linux.intel.com>2013-07-15 10:29:25 -0700
commitc66228663177896458488eb058af4cd17a272424 (patch)
treea2613c6f99cf067a3a0fa87320f9fa4b94e354fd
parent43c28375f97161e618fa54349c65be2058c33c53 (diff)
downloadopenembedded-core-contrib-c66228663177896458488eb058af4cd17a272424.tar.gz
core-image-lsb.bb: add 'package-management' to IMAGE_FEATURES
Add 'package-management' to IMAGE_FEATURES to make sure that the packaging data is not removed, as LSB requires a package manager available. [YOCTO #4814] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-extended/images/core-image-lsb.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb
index a5f2643998..f22d199bed 100644
--- a/meta/recipes-extended/images/core-image-lsb.bb
+++ b/meta/recipes-extended/images/core-image-lsb.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A foundational basic image without support for X that can be \
reasonably used for customization and is suitable for implementations that \
conform to Linux Standard Base (LSB)."
-IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs"
+IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs package-management"
IMAGE_INSTALL = "\
${CORE_IMAGE_BASE_INSTALL} \