From: Bruce Ashfield Date: Tue, 25 Jun 2013 20:54:12 +0000 (-0400) Subject: linux-yocto-dev: bump version to 3.10+ X-Git-Tag: rev_ivi_2015_02_04~11991 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88bcd69dbc87e9b301bc3872caddd02af014fa73;p=scm%2Fbb%2Ftizen-distro.git linux-yocto-dev: bump version to 3.10+ The linux-yocto-dev kernel is at 3.10-rcX, so we should bump the version to reflect reality. (From OE-Core rev: 8be4d1314a1334f5218e4eb46d3f8b734d5516f5) Signed-off-by: Bruce Ashfield Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 598c82c..c2ce3f6 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb @@ -33,7 +33,7 @@ python () { d.setVar("SRCREV_meta", "${AUTOREV}") } -LINUX_VERSION ?= "3.8+" +LINUX_VERSION ?= "3.10+" LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" PR = "r0" PV = "${LINUX_VERSION}+git${SRCPV}"