[meta-ti] [PATCH] linux 3.0: update to 3.0.12
Koen Kooi
koen at dominion.thruhere.net
Tue Nov 29 00:07:02 PST 2011
The internal ethernet on the beagleboard is not affected by the 3.0.11 usb bug, but other usb devices might be.
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
conf/machine/include/omap3.inc | 2 +-
recipes-kernel/linux/linux_3.0.bb | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 262e212..4530ae1 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
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 = "r112"
+MACHINE_KERNEL_PR = "r113"
KERNEL_IMAGETYPE = "uImage"
diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb
index 1e61628..5039b22 100644
--- a/recipes-kernel/linux/linux_3.0.bb
+++ b/recipes-kernel/linux/linux_3.0.bb
@@ -5,9 +5,9 @@ KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "(beagleboard)"
-PV = "3.0.11"
-# v3.0.11 tag
-SRCREV_pn-${PN} = "7a576d2dcd5807a7310032b380442eeba8c1c293"
+PV = "3.0.12"
+# v3.0.12 tag
+SRCREV_pn-${PN} = "ac6766564c0305ca020fe747dfd7dbdf0881369d"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
MACHINE_KERNEL_PR_append = "a"
--
1.7.2.5
More information about the meta-ti
mailing list