[oe-commits] Koen Kooi : linux-oma 2.6.29: reenable BT for beagleboard

GIT User account git at amethyst.openembedded.net
Tue Apr 7 16:54:15 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2fe33f3c7f0bff141187fc0c9005cc779c5f9458
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2fe33f3c7f0bff141187fc0c9005cc779c5f9458

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Apr  7 18:51:00 2009 +0200

linux-oma 2.6.29: reenable BT for beagleboard

---

 conf/machine/include/omap3.inc                     |    2 +-
 .../linux/linux-omap-2.6.29/beagleboard/defconfig  |   11 +++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 8d1eb89..7159187 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -1,7 +1,7 @@
 require conf/machine/include/tune-cortexa8.inc
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r23" 
+MACHINE_KERNEL_PR = "r24" 
 
 KERNEL_IMAGETYPE = "uImage"
 
diff --git a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig
index fcbe27c..ef5e35c 100644
--- a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig
+++ b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.29-omap1
-# Mon Apr  6 15:31:26 2009
+# Tue Apr  7 18:11:42 2009
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -456,12 +456,15 @@ CONFIG_BT_HIDP=y
 #
 # Bluetooth device drivers
 #
-# CONFIG_BT_HCIBTUSB is not set
+CONFIG_BT_HCIBTUSB=y
 CONFIG_BT_HCIBTSDIO=y
-# CONFIG_BT_HCIUART is not set
+CONFIG_BT_HCIUART=y
+CONFIG_BT_HCIUART_H4=y
+CONFIG_BT_HCIUART_BCSP=y
+CONFIG_BT_HCIUART_LL=y
 CONFIG_BT_HCIBCM203X=y
 CONFIG_BT_HCIBPA10X=y
-# CONFIG_BT_HCIBFUSB is not set
+CONFIG_BT_HCIBFUSB=y
 # CONFIG_BT_HCIBRF6150 is not set
 # CONFIG_BT_HCIH4P is not set
 # CONFIG_BT_HCIVHCI is not set





More information about the Openembedded-commits mailing list