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 /recipes-kernel | |
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux_3.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
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 | ||