aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-05-17 11:39:41 +0200
committerSimon Busch <morphis@gravedo.de>2011-05-19 14:12:02 +0200
commitfcc88afa4f342f6cd1170a2630f83b58828b88d6 (patch)
tree3ebf5a5d7d6248d0a15ef52b6fe60651ea3a1716
parent3830ff09a342e1c14e661a27dd53a73e73dfb350 (diff)
downloadopenembedded-fcc88afa4f342f6cd1170a2630f83b58828b88d6.tar.gz
aurora-image: remove and add some packages from/to IMAGE_INSTALL
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/images/aurora-image.inc16
1 files changed, 5 insertions, 11 deletions
diff --git a/recipes/images/aurora-image.inc b/recipes/images/aurora-image.inc
index ec1b60d5b7..86289a5e6d 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"