From 3a441d63e9ffddcb20615610c6d176230cdc90d0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 17 Apr 2012 14:47:40 +0200 Subject: linux 3.0: update to 3.0.28 Runtime tested on Angstrom/beagleboard-xM Signed-off-by: Koen Kooi Signed-off-by: Denys Dmytriyenko --- 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 16078dbc..99038565 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc 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 = "r118" +MACHINE_KERNEL_PR = "r119" KERNEL_IMAGETYPE = "uImage" diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb index a817c1d3..522a87d6 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.25" -# v3.0.25 tag -SRCREV_pn-${PN} = "9bf176a3e029ae7f2dc6feae185091525a988be2" +PV = "3.0.28" +# v3.0.28 tag +SRCREV_pn-${PN} = "0527fde0639955203ad48a9fd83bd6fc35e82e07" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc MACHINE_KERNEL_PR_append = "a" -- cgit v1.2.3-54-g00ecf