[oe-commits] Chen Qi : core-image-lsb.bb: add 'package-management' to IMAGE_FEATURES

git at git.openembedded.org git at git.openembedded.org
Tue Jul 16 08:57:08 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: c66228663177896458488eb058af4cd17a272424
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c66228663177896458488eb058af4cd17a272424

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Fri Jul 12 13:17:56 2013 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/images/core-image-lsb.bb |    2 +-
 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 a5f2643..f22d199 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} \



More information about the Openembedded-commits mailing list