aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-03-16 10:21:37 +0100
committerKoen Kooi <koen@openembedded.org>2011-03-16 10:21:37 +0100
commitd7a54530a94124e951718b6fc5c5c257ec66e9ae (patch)
treee737c6a6c09a12271818478b0ecb1ae39ffd8792 /recipes/images
parent1caf7e45e5e14e24441844879e32b3985b6a3dfe (diff)
downloadopenembedded-d7a54530a94124e951718b6fc5c5c257ec66e9ae.tar.gz
beagleboard-*-image: change contents based on latest feedback
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/angstrom-gnome-image.bb3
-rw-r--r--recipes/images/beagleboard-nand-image.bb2
-rw-r--r--recipes/images/beagleboard-validation-gnome-image.bb4
3 files changed, 6 insertions, 3 deletions
diff --git a/recipes/images/angstrom-gnome-image.bb b/recipes/images/angstrom-gnome-image.bb
index 3917088c86..8c925b295a 100644
--- a/recipes/images/angstrom-gnome-image.bb
+++ b/recipes/images/angstrom-gnome-image.bb
@@ -13,7 +13,7 @@ XSERVER ?= "xserver-xorg \
export IMAGE_BASENAME = "GNOME-image"
IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
-ROOTFS_POSTPROCESS_COMMAND += 'install_linguas;'
+ROOTFS_POSTPROCESS_COMMAND += 'install_linguas; '
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
IMAGE_LOGIN_MANAGER = "shadow"
@@ -22,6 +22,7 @@ IMAGE_SPLASH = "psplash-angstrom"
ANGSTROM_EXTRA_INSTALL ?= ""
IMAGE_INSTALL += " \
+ linux-firmware-wl12xx \
task-base-extended \
${ANGSTROM_EXTRA_INSTALL} \
${IMAGE_SPLASH} \
diff --git a/recipes/images/beagleboard-nand-image.bb b/recipes/images/beagleboard-nand-image.bb
index 28cfec52b4..a5a22ebf5e 100644
--- a/recipes/images/beagleboard-nand-image.bb
+++ b/recipes/images/beagleboard-nand-image.bb
@@ -19,6 +19,8 @@ IMAGE_INSTALL = "\
${XSERVER} \
${ANGSTROM_EXTRA_INSTALL} \
task-beagleboard-nand \
+ linux-firmware-wl12xx \
+ iw \
${SPLASH} \
"
diff --git a/recipes/images/beagleboard-validation-gnome-image.bb b/recipes/images/beagleboard-validation-gnome-image.bb
index f82c6ca346..5341a28257 100644
--- a/recipes/images/beagleboard-validation-gnome-image.bb
+++ b/recipes/images/beagleboard-validation-gnome-image.bb
@@ -22,12 +22,12 @@ IMAGE_SPLASH = "psplash-angstrom"
ANGSTROM_EXTRA_INSTALL ?= ""
IMAGE_INSTALL += " \
- task-omap-drivers \
- task-base-extended \
+ task-beagleboard-validation-base \
${ANGSTROM_EXTRA_INSTALL} \
${IMAGE_SPLASH} \
angstrom-task-gnome \
angstrom-gdm-autologin-hack \
bash-sh \
+ midori gedit \
"