[oe-commits] Klaus Kurzmann : shr-image.inc: fix bluetooth audio config for gta01/02

git version control git at git.openembedded.org
Wed Jul 15 19:51:45 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 5c1b5dd09ea53df6ad12d41f683c151e0e884c32
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5c1b5dd09ea53df6ad12d41f683c151e0e884c32

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Wed Jul 15 21:51:33 2009 +0200

shr-image.inc: fix bluetooth audio config for gta01/02

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/images/shr-image.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index df5e6a3..90a459f 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -133,6 +133,7 @@ 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() {
@@ -141,6 +142,7 @@ 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"





More information about the Openembedded-commits mailing list