aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-12 14:45:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-12 21:18:03 +0100
commitdc115b9b6416a6f417c76088e7d43f08f6697d5e (patch)
tree6a89de591d522c4e6337d0a0306a388e690413d2 /recipes/images
parent79b6c7fe7bebd64e28bff9c5e3b46aaec174777d (diff)
downloadopenembedded-dc115b9b6416a6f417c76088e7d43f08f6697d5e.tar.gz
shr-image: move some stuff from task-shr-minimal to task-shr, drop unneeded and make shr-lite-images smaller
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/shr-image.bb2
-rw-r--r--recipes/images/shr-image.inc8
2 files changed, 3 insertions, 7 deletions
diff --git a/recipes/images/shr-image.bb b/recipes/images/shr-image.bb
index e889f2dfb9..23f4f64e4c 100644
--- a/recipes/images/shr-image.bb
+++ b/recipes/images/shr-image.bb
@@ -7,12 +7,14 @@ RDEPENDS += "\
task-shr-apps \
task-shr-games \
task-shr-gtk \
+ task-shr-cli \
"
IMAGE_INSTALL += "\
task-shr-apps \
task-shr-games \
task-shr-gtk \
+ task-shr-cli \
"
# perform some SHR convenience tweaks to the rootfs
diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index bbda84d93b..f06d86b429 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -3,7 +3,7 @@
#------------------------------------------------------
PV = "2.0"
-PR = "r10"
+PR = "r11"
DEPENDS += "task-shr-minimal"
@@ -130,7 +130,6 @@ shr_rootfs_gta02_postprocess() {
cd ${IMAGE_ROOTFS}/boot
ln -s uImage uImage-GTA02.bin
cd $curdir
- #sed -i 's/#SCORouting=PCM/SCORouting=PCM/' ${IMAGE_ROOTFS}/etc/bluetooth/audio.conf
}
shr_rootfs_gta01_postprocess() {
@@ -139,14 +138,9 @@ shr_rootfs_gta01_postprocess() {
cd ${IMAGE_ROOTFS}/boot
ln -s uImage uImage-GTA01.bin
cd $curdir
- #sed -i 's/#SCORouting=PCM/SCORouting=PCM/' ${IMAGE_ROOTFS}/etc/bluetooth/audio.conf
}
ROOTFS_POSTPROCESS_COMMAND += " shr_rootfs_postprocess"
ROOTFS_POSTPROCESS_COMMAND_append_om-gta02 = ";shr_rootfs_gta02_postprocess"
ROOTFS_POSTPROCESS_COMMAND_append_om-gta01 = ";shr_rootfs_gta01_postprocess"
-
-#do_testlab() {
-# :
-#}