[oe-commits] Koen Kooi : linux-omap 2.6.29: add support for mmc1 on expansion connector

git version control git at git.openembedded.org
Tue Jun 30 23:21:32 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun 30 21:50:22 2009 +0200

linux-omap 2.6.29: add support for mmc1 on expansion connector

---

 conf/machine/include/omap3.inc     |    2 +-
 recipes/linux/linux-omap_2.6.29.bb |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 8e90453..97327f0 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 = "r37" 
+MACHINE_KERNEL_PR = "r38" 
 
 KERNEL_IMAGETYPE = "uImage"
 
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index 67a4803..4193eda 100644
--- a/recipes/linux/linux-omap_2.6.29.bb
+++ b/recipes/linux/linux-omap_2.6.29.bb
@@ -162,6 +162,7 @@ SRC_URI_append = " \
 
 SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
 			                   file://beagle-asoc.patch;patch=1 \
+                               file://tincantools-puppy.diff;patch=1 \
 "
 
 SRC_URI_append_omap3evm = " \





More information about the Openembedded-commits mailing list