diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-08-15 13:31:44 -0400 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-16 22:53:58 -0700 |
commit | 29017755329ff1ad740fe094a4a89057e9c2a48d (patch) | |
tree | 790e7c8be85c37c0f6e4f77dab7bcd6fb482dc9b /meta/recipes-kernel | |
parent | 2ed808b764f023c074fa3aabef18b4f874cd82c7 (diff) | |
download | openembedded-core-29017755329ff1ad740fe094a4a89057e9c2a48d.tar.gz openembedded-core-29017755329ff1ad740fe094a4a89057e9c2a48d.tar.bz2 openembedded-core-29017755329ff1ad740fe094a4a89057e9c2a48d.zip |
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.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-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" KBRANCH = ${KMACHINE} KMETA = meta -LINUX_VERSION ?= "3.0" +LINUX_VERSION ?= "3.0.1" LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" SRCREV_machine_qemuarm = "36b4cdddcafc711f0ec9ad97882f23a6443c61b2" @@ -22,7 +22,7 @@ SRCREV_machine_qemux86-64 = "d0b814813bce09971c5cbb0d22bacb8842146fa0" SRCREV_machine = "ad13129a87957656c18584793abcee51de0e196a" SRCREV_meta = "7782fc673afd6a1c742409896ae787560d96fce8" -PR = "r0" +PR = "r1" PV = "${LINUX_VERSION}+git${SRCPV}" SRCREV_FORMAT = "meta_machine" |