summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-17 21:47:51 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-17 21:47:51 +0200
commitee0ba28e7cfaa904c5e170f94e90e108935bd0c1 (patch)
treeeb89c14ac59ba061196ac361a5d527f7d684a88a
parentd079bc5d0d6f2c5286d4e9bda6c5003dda8ef42a (diff)
downloadmeta-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.inc2
-rw-r--r--recipes-kernel/linux/linux_3.0.bb9
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"
3require conf/machine/include/tune-cortexa8.inc 3require conf/machine/include/tune-cortexa8.inc
4PREFERRED_PROVIDER_virtual/kernel = "linux-omap" 4PREFERRED_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
6MACHINE_KERNEL_PR = "r103" 6MACHINE_KERNEL_PR = "r104"
7 7
8KERNEL_IMAGETYPE = "uImage" 8KERNEL_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
6COMPATIBLE_MACHINE = "(beagleboard)" 6COMPATIBLE_MACHINE = "(beagleboard)"
7 7
8# v3.0.1 tag 8PV = "3.0.3"
9SRCREV_pn-${PN} = "94ed5b4788a7cdbe68bc7cb8516972cbebdc8274" 9# v3.0.3 tag
10SRCREV_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
12MACHINE_KERNEL_PR_append = "o" 13MACHINE_KERNEL_PR_append = "a"
13 14
14FILESPATHPKG_prepend = "linux-3.0:" 15FILESPATH =. "${FILE_DIRNAME}/linux-3.0:${FILE_DIRNAME}/linux-3.0/${MACHINE}:"
15 16
16SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-3.0.y.git;protocol=git \ 17SRC_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 \