summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-03-10 16:48:48 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-03-24 20:50:49 +1000
commit775e4105898ce193f82ad7d7ca2b6f2361ea888f (patch)
tree50ff68955ac309f2a278c9d81b91b434abe5f088
parent58e67a3cc13018fd03b3404301960c48a5097c4a (diff)
downloadmeta-xilinx-775e4105898ce193f82ad7d7ca2b6f2361ea888f.tar.gz
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 <nathan@nathanrossi.com>
-rw-r--r--recipes-kernel/linux/linux-xlnx-dev.bb7
1 files 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 @@
6KBRANCH ?= "master" 6KBRANCH ?= "master"
7 7
8# Use the SRCREV for the last tagged revision of linux-xlnx. 8# Use the SRCREV for the last tagged revision of linux-xlnx.
9SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-xlnx-dev", "${AUTOREV}", "629041605b93343ad2e8971ceaac3edcef0b043b", d)}' 9SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-xlnx-dev", "${AUTOREV}", "84fb0cc65aae5970471cbc54b0c89009b9b904af", d)}'
10 10
11LINUX_VERSION ?= "4.6+" 11# skip version sanity, because the version moves with AUTOREV
12KERNEL_VERSION_SANITY_SKIP = "1"
13
14LINUX_VERSION ?= "4.9+"
12LINUX_VERSION_EXTENSION ?= "-xilinx-dev" 15LINUX_VERSION_EXTENSION ?= "-xilinx-dev"
13 16
14include linux-xlnx.inc 17include linux-xlnx.inc