From 88bcd69dbc87e9b301bc3872caddd02af014fa73 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 25 Jun 2013 16:54:12 -0400 Subject: [PATCH] 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 --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.7.4