summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-12 09:28:38 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-12 09:28:38 +0100
commit632425ddd8b8f6f5833bb4f708fafb076e67d1fc (patch)
treef94475519eda763af9f51d99506b0d84822e7f02
parentd7b177672bb18812929e4bd2af61629a1e395d2f (diff)
downloadmeta-ti-632425ddd8b8f6f5833bb4f708fafb076e67d1fc.tar.gz
linux 3.0: update to 3.0.9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--conf/machine/include/omap3.inc2
-rw-r--r--recipes-kernel/linux/linux_3.0.bb6
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 13f29bed..06aa2e0b 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
3require conf/machine/include/tune-cortexa8.inc 3require conf/machine/include/tune-cortexa8.inc
4PREFERRED_PROVIDER_virtual/kernel = "linux-omap" 4PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
5# Increase this everytime you change something in the kernel 5# Increase this everytime you change something in the kernel
6MACHINE_KERNEL_PR = "r109" 6MACHINE_KERNEL_PR = "r110"
7 7
8KERNEL_IMAGETYPE = "uImage" 8KERNEL_IMAGETYPE = "uImage"
9 9
diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb
index 0935bba8..ec39ae08 100644
--- a/recipes-kernel/linux/linux_3.0.bb
+++ b/recipes-kernel/linux/linux_3.0.bb
@@ -5,9 +5,9 @@ KERNEL_IMAGETYPE = "uImage"
5 5
6COMPATIBLE_MACHINE = "(beagleboard)" 6COMPATIBLE_MACHINE = "(beagleboard)"
7 7
8PV = "3.0.8" 8PV = "3.0.9"
9# v3.0.8 tag 9# v3.0.9 tag
10SRCREV_pn-${PN} = "97596c34030ed28657ccafddb67e17a03890b90a" 10SRCREV_pn-${PN} = "999c1d6bc999d67657033ec780a561aa172c75a9"
11 11
12# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc 12# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
13MACHINE_KERNEL_PR_append = "a" 13MACHINE_KERNEL_PR_append = "a"