diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-08-15 13:31:44 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-17 15:14:55 +0100 |
commit | 867032e10a26ab8d1c6f3f614de8c96cf840af16 (patch) | |
tree | dbe5fff7a652d3667e8ee95bb6c97cc992557ca7 /meta | |
parent | 80041138ccba0247b6195886360677b8087acbd5 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 4 |
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" | |||
11 | KBRANCH = ${KMACHINE} | 11 | KBRANCH = ${KMACHINE} |
12 | KMETA = meta | 12 | KMETA = meta |
13 | 13 | ||
14 | LINUX_VERSION ?= "3.0" | 14 | LINUX_VERSION ?= "3.0.1" |
15 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" | 15 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" |
16 | 16 | ||
17 | SRCREV_machine_qemuarm = "36b4cdddcafc711f0ec9ad97882f23a6443c61b2" | 17 | SRCREV_machine_qemuarm = "36b4cdddcafc711f0ec9ad97882f23a6443c61b2" |
@@ -22,7 +22,7 @@ SRCREV_machine_qemux86-64 = "d0b814813bce09971c5cbb0d22bacb8842146fa0" | |||
22 | SRCREV_machine = "ad13129a87957656c18584793abcee51de0e196a" | 22 | SRCREV_machine = "ad13129a87957656c18584793abcee51de0e196a" |
23 | SRCREV_meta = "7782fc673afd6a1c742409896ae787560d96fce8" | 23 | SRCREV_meta = "7782fc673afd6a1c742409896ae787560d96fce8" |
24 | 24 | ||
25 | PR = "r0" | 25 | PR = "r1" |
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |
27 | SRCREV_FORMAT = "meta_machine" | 27 | SRCREV_FORMAT = "meta_machine" |
28 | 28 | ||