diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-01 09:22:27 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-03-01 16:57:18 -0500 |
commit | 2dbb7f09bf1c54d505d2e84a3a614bc5ca9b89aa (patch) | |
tree | 0da049b80c36e7bfdcc03a0fb85804616ebf5920 /recipes-kernel | |
parent | 05d3883a788500ea987865f4db7e547040b83bf6 (diff) | |
download | meta-ti-2dbb7f09bf1c54d505d2e84a3a614bc5ca9b89aa.tar.gz |
linux 3.0: update to 3.0.23
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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 fac6348c..32ef9632 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.22" | 8 | PV = "3.0.23" |
9 | # v3.0.22 tag | 9 | # v3.0.23 tag |
10 | SRCREV_pn-${PN} = "a4a663513af05a98d6085d92f85c16bb64ac4050" | 10 | SRCREV_pn-${PN} = "bf6a68d2a214e07f7c0d6538e00e17b826714160" |
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 | ||