summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-02-26 01:03:42 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-28 12:27:49 +0000
commitd1130b4b211b84bf9d4b1edafa23c9743387cb4f (patch)
tree77bb0658f94d6c91a6d188f2042e6aa7c42a91de /meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
parent9fff795f12a2c0b0046e008bf833957b75e94145 (diff)
downloadpoky-d1130b4b211b84bf9d4b1edafa23c9743387cb4f.tar.gz
linux-yocto: update 3.0 kernel to v3.0.22
bumping the revision of the 3.0 kernel to the latest -stable release. (From OE-Core rev: b91c32360469ce97fc00e807e7c3415fed1848a5) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
index 061476c6e1..f4eedb7df3 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
@@ -5,10 +5,10 @@ require recipes-kernel/linux/linux-yocto.inc
5KMACHINE = "yocto/standard/base" 5KMACHINE = "yocto/standard/base"
6KBRANCH = "${KMACHINE}" 6KBRANCH = "${KMACHINE}"
7 7
8LINUX_VERSION ?= "3.0.12" 8LINUX_VERSION ?= "3.0.22"
9 9
10SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe" 10SRCREV_machine ?= "c578f3a1f357142a6e02a1df4ae9aa16f45094d6"
11SRCREV_meta ?= "04a52a32cbdf0972033b97b83eaa83eb275dfdc9" 11SRCREV_meta ?= "808b49474268040ab27c8ee687b60807a11547b4"
12 12
13PR = "r1" 13PR = "r1"
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"