[meta-ti] Peter A. Bigot : linux-mainline 3.2: update beagleboard defconfig

Arago Project git git at arago-project.org
Sun Feb 17 12:41:29 PST 2013


Module: meta-ti
Branch: danny
Commit: 44c42244aac41aab4c539995882ea189953b1001
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=44c42244aac41aab4c539995882ea189953b1001

Author: Peter A. Bigot <pab at pabigot.com>
Date:   Thu Dec  6 12:04:15 2012 -0600

linux-mainline 3.2: update beagleboard defconfig

Link the TLC59108 driver statically so ULCD7 initialization occurs
automatically as it did before f0e2305c7e1 which removed the initialization
from u-boot.  (Angstrom-v2012.12 does not include this module by default.)

Signed-off-by: Peter A. Bigot <pab at pabigot.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 .../linux/linux-mainline-3.2/beagleboard/defconfig |    2 +-
 recipes-kernel/linux/linux-mainline_3.2.bb         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-mainline-3.2/beagleboard/defconfig b/recipes-kernel/linux/linux-mainline-3.2/beagleboard/defconfig
index eaf9548..28f096c 100644
--- a/recipes-kernel/linux/linux-mainline-3.2/beagleboard/defconfig
+++ b/recipes-kernel/linux/linux-mainline-3.2/beagleboard/defconfig
@@ -2907,7 +2907,7 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y
 CONFIG_BACKLIGHT_GENERIC=y
 # CONFIG_BACKLIGHT_ADP8860 is not set
 # CONFIG_BACKLIGHT_ADP8870 is not set
-CONFIG_BACKLIGHT_TLC59108=m
+CONFIG_BACKLIGHT_TLC59108=y
 
 #
 # Display device support
diff --git a/recipes-kernel/linux/linux-mainline_3.2.bb b/recipes-kernel/linux/linux-mainline_3.2.bb
index bc0a145..7eafdfa 100644
--- a/recipes-kernel/linux/linux-mainline_3.2.bb
+++ b/recipes-kernel/linux/linux-mainline_3.2.bb
@@ -10,7 +10,7 @@ PV = "3.2.28"
 SRCREV_pn-${PN} = "1f873aca1c7aa7a574b276c040d304d16f1dbfa4"
 
 # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
-MACHINE_KERNEL_PR_append = "a"
+MACHINE_KERNEL_PR_append = "b"
 
 FILESPATH =. "${FILE_DIRNAME}/linux-mainline-3.2:${FILE_DIRNAME}/linux-mainline-3.2/${MACHINE}:"
 




More information about the meta-ti mailing list