[oe-commits] Angus Ainslie : fso-paroli-image : fix bluetooth config

git version control git at git.openembedded.org
Thu Jul 16 02:15:47 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: e84eaa8bca14af4cdf5590a7f2c822bed9ff9cba
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e84eaa8bca14af4cdf5590a7f2c822bed9ff9cba

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed Jul 15 20:19:07 2009 -0600

fso-paroli-image : fix bluetooth config

---

 recipes/images/fso-paroli-image.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/images/fso-paroli-image.bb b/recipes/images/fso-paroli-image.bb
index b49e371..fb32c52 100644
--- a/recipes/images/fso-paroli-image.bb
+++ b/recipes/images/fso-paroli-image.bb
@@ -54,6 +54,9 @@ paroli_rootfs_postprocess() {
     cd ${IMAGE_ROOTFS}
     # set a default locale    
     echo "export LANG=en_CA.utf-8" >>./etc/profile
+    echo "export ELM_ENGINE=x11-16" >>./etc/profile
+
+    sed -i 's/#SCORouting=PCM/SCORouting=PCM/' ${IMAGE_ROOTFS}/etc/bluetooth/audio.conf
     cd $curdir
 }
 





More information about the Openembedded-commits mailing list