[oe-commits] Frans Meulenbroeks : kernel: changed defconfig so it has RTC as module; bumped MACHINE_KERNEL_PR

git version control git at git.openembedded.org
Wed Oct 21 10:36:19 UTC 2009


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Oct 21 12:33:34 2009 +0200

kernel: changed defconfig so it has RTC as module; bumped MACHINE_KERNEL_PR
still needs testing of things like sgx, dsplink, cmem, dmai, sdma and friends  before this can be made
the main/default version

---

 conf/machine/include/omap3.inc                     |    2 +-
 .../linux/linux-omap-2.6.31/beagleboard/defconfig  |   10 +++-------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index d52bc99..675249a 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 = "r46" 
+MACHINE_KERNEL_PR = "r47" 
 
 KERNEL_IMAGETYPE = "uImage"
 
diff --git a/recipes/linux/linux-omap-2.6.31/beagleboard/defconfig b/recipes/linux/linux-omap-2.6.31/beagleboard/defconfig
index efe8e6d..558d43b 100644
--- a/recipes/linux/linux-omap-2.6.31/beagleboard/defconfig
+++ b/recipes/linux/linux-omap-2.6.31/beagleboard/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.31-omap1
-# Thu Sep 17 17:27:43 2009
+# Wed Oct 21 10:08:46 2009
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -367,7 +367,6 @@ CONFIG_PM_DEBUG=y
 CONFIG_CAN_PM_TRACE=y
 CONFIG_PM_SLEEP=y
 CONFIG_SUSPEND=y
-# CONFIG_PM_TEST_SUSPEND is not set
 CONFIG_SUSPEND_FREEZER=y
 # CONFIG_APM_EMULATION is not set
 CONFIG_ARCH_SUSPEND_POSSIBLE=y
@@ -2196,10 +2195,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=m
 # iptables trigger is under Netfilter config (LED target)
 #
 CONFIG_RTC_LIB=y
-CONFIG_RTC_CLASS=y
-CONFIG_RTC_HCTOSYS=y
-CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
-# CONFIG_RTC_DEBUG is not set
+CONFIG_RTC_CLASS=m
 
 #
 # RTC interfaces
@@ -2213,7 +2209,7 @@ CONFIG_RTC_INTF_DEV=y
 #
 # I2C RTC drivers
 #
-CONFIG_RTC_DRV_DS1307=y
+CONFIG_RTC_DRV_DS1307=m
 # CONFIG_RTC_DRV_DS1374 is not set
 # CONFIG_RTC_DRV_DS1672 is not set
 # CONFIG_RTC_DRV_MAX6900 is not set





More information about the Openembedded-commits mailing list