diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-18 22:32:08 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-18 22:32:08 +0200 |
commit | cdfd3796c5cb2bb185292b8697ed53849a855229 (patch) | |
tree | a47f1df079e7d880fa782678abbae02e9e0be8a6 | |
parent | 851dca2023950cc92ba0892aa23a315e465a52ef (diff) | |
download | meta-ti-cdfd3796c5cb2bb185292b8697ed53849a855229.tar.gz |
linux 3.0: move to 3.0.7
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | conf/machine/include/omap3.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux_3.0.bb | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index b9632f2d..cd2319c7 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" | |||
3 | require conf/machine/include/tune-cortexa8.inc | 3 | require conf/machine/include/tune-cortexa8.inc |
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 4 | PREFERRED_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 |
6 | MACHINE_KERNEL_PR = "r107" | 6 | MACHINE_KERNEL_PR = "r108" |
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "uImage" | 8 | KERNEL_IMAGETYPE = "uImage" |
9 | 9 | ||
diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb index 2bfbb96b..887aff91 100644 --- a/recipes-kernel/linux/linux_3.0.bb +++ b/recipes-kernel/linux/linux_3.0.bb | |||
@@ -5,12 +5,12 @@ KERNEL_IMAGETYPE = "uImage" | |||
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "(beagleboard)" | 6 | COMPATIBLE_MACHINE = "(beagleboard)" |
7 | 7 | ||
8 | PV = "3.0.6" | 8 | PV = "3.0.7" |
9 | # v3.0.6 tag | 9 | # v3.0.7 tag |
10 | SRCREV_pn-${PN} = "a004e0962a10dfa7fc83dfa4ed4109d1cf84124b" | 10 | SRCREV_pn-${PN} = "62bf7928bfe312ec6cf829b06893eb5649ceaec5" |
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 |
13 | MACHINE_KERNEL_PR_append = "b" | 13 | MACHINE_KERNEL_PR_append = "a" |
14 | 14 | ||
15 | FILESPATH =. "${FILE_DIRNAME}/linux-3.0:${FILE_DIRNAME}/linux-3.0/${MACHINE}:" | 15 | FILESPATH =. "${FILE_DIRNAME}/linux-3.0:${FILE_DIRNAME}/linux-3.0/${MACHINE}:" |
16 | 16 | ||