diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-17 14:47:40 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-18 12:19:55 -0400 |
commit | 3a441d63e9ffddcb20615610c6d176230cdc90d0 (patch) | |
tree | b6816bc906eb3c3573842147bc89cd88ca415357 | |
parent | d2886e63551b314b23160f2c2cf12346391ae0fa (diff) | |
download | meta-ti-3a441d63e9ffddcb20615610c6d176230cdc90d0.tar.gz |
linux 3.0: update to 3.0.28
Runtime tested on Angstrom/beagleboard-xM
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 16078dbc..99038565 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc | |||
4 | require conf/machine/include/tune-cortexa8.inc | 4 | require conf/machine/include/tune-cortexa8.inc |
5 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 5 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" |
6 | # Increase this everytime you change something in the kernel | 6 | # Increase this everytime you change something in the kernel |
7 | MACHINE_KERNEL_PR = "r118" | 7 | MACHINE_KERNEL_PR = "r119" |
8 | 8 | ||
9 | KERNEL_IMAGETYPE = "uImage" | 9 | KERNEL_IMAGETYPE = "uImage" |
10 | 10 | ||
diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb index a817c1d3..522a87d6 100644 --- a/recipes-kernel/linux/linux_3.0.bb +++ b/recipes-kernel/linux/linux_3.0.bb | |||
@@ -5,9 +5,9 @@ KERNEL_IMAGETYPE = "uImage" | |||
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "(beagleboard)" | 6 | COMPATIBLE_MACHINE = "(beagleboard)" |
7 | 7 | ||
8 | PV = "3.0.25" | 8 | PV = "3.0.28" |
9 | # v3.0.25 tag | 9 | # v3.0.28 tag |
10 | SRCREV_pn-${PN} = "9bf176a3e029ae7f2dc6feae185091525a988be2" | 10 | SRCREV_pn-${PN} = "0527fde0639955203ad48a9fd83bd6fc35e82e07" |
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 = "a" | 13 | MACHINE_KERNEL_PR_append = "a" |