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 | |
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>
-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 b7d23af5..8fc0903e 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 = "r116" | 6 | MACHINE_KERNEL_PR = "r117" |
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 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 | ||