From 775e4105898ce193f82ad7d7ca2b6f2361ea888f Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 10 Mar 2017 16:48:48 +1000 Subject: linux-xlnx-dev: Skip version sanity check and update version Skip the kernel version sanity checking, in the same way that linux-yocto-dev does. Also update the version number and fall back commit id. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-xlnx-dev.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-xlnx-dev.bb b/recipes-kernel/linux/linux-xlnx-dev.bb index 27dfd39e..acb9938f 100644 --- a/recipes-kernel/linux/linux-xlnx-dev.bb +++ b/recipes-kernel/linux/linux-xlnx-dev.bb @@ -6,9 +6,12 @@ KBRANCH ?= "master" # Use the SRCREV for the last tagged revision of linux-xlnx. -SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-xlnx-dev", "${AUTOREV}", "629041605b93343ad2e8971ceaac3edcef0b043b", d)}' +SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-xlnx-dev", "${AUTOREV}", "84fb0cc65aae5970471cbc54b0c89009b9b904af", d)}' -LINUX_VERSION ?= "4.6+" +# skip version sanity, because the version moves with AUTOREV +KERNEL_VERSION_SANITY_SKIP = "1" + +LINUX_VERSION ?= "4.9+" LINUX_VERSION_EXTENSION ?= "-xilinx-dev" include linux-xlnx.inc -- cgit v1.2.3-54-g00ecf