]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-lsb.bb: add 'package-management' to IMAGE_FEATURES
authorChen Qi <Qi.Chen@windriver.com>
Fri, 12 Jul 2013 05:17:56 +0000 (13:17 +0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 15 Jul 2013 17:29:25 +0000 (10:29 -0700)
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>
meta/recipes-extended/images/core-image-lsb.bb

index a5f2643998e2a9747cbb3100c054d0094de8ffbe..f22d199beda7c2ceddc41d129ee07172c6cc269f 100644 (file)
@@ -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} \