[oe-commits] Simon Busch : aurora-image: remove and add some packages from/ to IMAGE_INSTALL

git version control git at git.openembedded.org
Thu May 19 12:13:38 UTC 2011


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue May 17 11:39:41 2011 +0200

aurora-image: remove and add some packages from/to IMAGE_INSTALL

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/images/aurora-image.inc |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/recipes/images/aurora-image.inc b/recipes/images/aurora-image.inc
index ec1b60d..86289a5 100644
--- a/recipes/images/aurora-image.inc
+++ b/recipes/images/aurora-image.inc
@@ -8,19 +8,13 @@ IMAGE_DEBUG_APPEND = '${@base_conditional("DISTRO_TYPE", "debug", "gdb strace md
 
 IMAGE_INSTALL = " \
     task-base \
-    glibc-utils \
-    glibc-charmap-utf-8 \
-    initscripts \
-    netbase \
-    sysfsutils \
-    modutils-initscripts \
-    module-init-tools-depmod \
-    ttf-ubuntu-sans \
+    task-cli-tools \
+    task-cli-tools-python \
     task-fso2-compliance \
-    iptables \
-    alsa-utils-aplay \
-    alsa-utils-alsamixer \
+    \
+    ttf-ubuntu-sans \
     aurora \
+    \
     ${IMAGE_DEBUG_APPEND} \
 "
 IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"





More information about the Openembedded-commits mailing list