diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-17 21:47:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-17 21:47:51 +0200 |
commit | ee0ba28e7cfaa904c5e170f94e90e108935bd0c1 (patch) | |
tree | eb89c14ac59ba061196ac361a5d527f7d684a88a | |
parent | d079bc5d0d6f2c5286d4e9bda6c5003dda8ef42a (diff) | |
download | meta-ti-ee0ba28e7cfaa904c5e170f94e90e108935bd0c1.tar.gz |
linux-3.0: update to 3.0.3-stable
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 | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index ed0cd798..1cb02d18 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 = "r103" | 6 | MACHINE_KERNEL_PR = "r104" |
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 c695dbd4..5d559553 100644 --- a/recipes-kernel/linux/linux_3.0.bb +++ b/recipes-kernel/linux/linux_3.0.bb | |||
@@ -5,13 +5,14 @@ KERNEL_IMAGETYPE = "uImage" | |||
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "(beagleboard)" | 6 | COMPATIBLE_MACHINE = "(beagleboard)" |
7 | 7 | ||
8 | # v3.0.1 tag | 8 | PV = "3.0.3" |
9 | SRCREV_pn-${PN} = "94ed5b4788a7cdbe68bc7cb8516972cbebdc8274" | 9 | # v3.0.3 tag |
10 | SRCREV_pn-${PN} = "d31bf2883542cd3414674238f94123bd1d9c0b9f" | ||
10 | 11 | ||
11 | # 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 |
12 | MACHINE_KERNEL_PR_append = "o" | 13 | MACHINE_KERNEL_PR_append = "a" |
13 | 14 | ||
14 | FILESPATHPKG_prepend = "linux-3.0:" | 15 | FILESPATH =. "${FILE_DIRNAME}/linux-3.0:${FILE_DIRNAME}/linux-3.0/${MACHINE}:" |
15 | 16 | ||
16 | SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-3.0.y.git;protocol=git \ | 17 | SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-3.0.y.git;protocol=git \ |
17 | file://pm-wip/voltdm/0001-cleanup-regulator-supply-definitions-in-mach-omap2.patch \ | 18 | file://pm-wip/voltdm/0001-cleanup-regulator-supply-definitions-in-mach-omap2.patch \ |