summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-08-15 13:31:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-17 15:14:55 +0100
commit867032e10a26ab8d1c6f3f614de8c96cf840af16 (patch)
treedbe5fff7a652d3667e8ee95bb6c97cc992557ca7 /meta/recipes-kernel/linux/linux-yocto_3.0.bb
parent80041138ccba0247b6195886360677b8087acbd5 (diff)
downloadpoky-867032e10a26ab8d1c6f3f614de8c96cf840af16.tar.gz
linux-yocto: bump version string to 3.0.1
There was some confusion around the 3.0 version string in the linux-yocto recipe when the merged version was 3.0.1. Bumping the version string should clarify what version will be fetched. (From OE-Core rev: 29017755329ff1ad740fe094a4a89057e9c2a48d) 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_3.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index ba352e223f..132ee0f755 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -11,7 +11,7 @@ KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs"
11KBRANCH = ${KMACHINE} 11KBRANCH = ${KMACHINE}
12KMETA = meta 12KMETA = meta
13 13
14LINUX_VERSION ?= "3.0" 14LINUX_VERSION ?= "3.0.1"
15LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 15LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
16 16
17SRCREV_machine_qemuarm = "36b4cdddcafc711f0ec9ad97882f23a6443c61b2" 17SRCREV_machine_qemuarm = "36b4cdddcafc711f0ec9ad97882f23a6443c61b2"
@@ -22,7 +22,7 @@ SRCREV_machine_qemux86-64 = "d0b814813bce09971c5cbb0d22bacb8842146fa0"
22SRCREV_machine = "ad13129a87957656c18584793abcee51de0e196a" 22SRCREV_machine = "ad13129a87957656c18584793abcee51de0e196a"
23SRCREV_meta = "7782fc673afd6a1c742409896ae787560d96fce8" 23SRCREV_meta = "7782fc673afd6a1c742409896ae787560d96fce8"
24 24
25PR = "r0" 25PR = "r1"
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"
27SRCREV_FORMAT = "meta_machine" 27SRCREV_FORMAT = "meta_machine"
28 28