diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-09-23 00:02:51 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-10-11 21:10:52 +1000 |
commit | 2ae639adefe4454b4c0e80751a7a5953f3f92b25 (patch) | |
tree | ec7c1fbc6788d71b1f3e584b24f2314e1dddebda | |
parent | 520caa9d4dcdd48fdde8585debfca56ee69f60ef (diff) | |
download | meta-xilinx-2ae639adefe4454b4c0e80751a7a5953f3f92b25.tar.gz |
linux-xlnx-dev: Update kernel to current master version at 4.6+
Update the linux-xlnx-dev recipe to the current HEAD of master. Which is
at a v4.6 kernel.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/linux-xlnx-dev.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-xlnx-dev.bb b/recipes-kernel/linux/linux-xlnx-dev.bb index 1bfed493..0e672578 100644 --- a/recipes-kernel/linux/linux-xlnx-dev.bb +++ b/recipes-kernel/linux/linux-xlnx-dev.bb | |||
@@ -7,14 +7,14 @@ KBRANCH ?= "master" | |||
7 | SRCBRANCH = "${KBRANCH}" | 7 | SRCBRANCH = "${KBRANCH}" |
8 | 8 | ||
9 | # Use the SRCREV for the last tagged revision of linux-xlnx. | 9 | # Use the SRCREV for the last tagged revision of linux-xlnx. |
10 | SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-xlnx-dev", "${AUTOREV}", "3821a7bfdf7a4c697cac62f0157d8bf49467ea67", d)}' | 10 | SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-xlnx-dev", "${AUTOREV}", "629041605b93343ad2e8971ceaac3edcef0b043b", d)}' |
11 | 11 | ||
12 | python () { | 12 | python () { |
13 | if d.getVar("PREFERRED_PROVIDER_virtual/kernel", True) != "linux-xlnx-dev": | 13 | if d.getVar("PREFERRED_PROVIDER_virtual/kernel", True) != "linux-xlnx-dev": |
14 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-xlnx-dev to enable it") | 14 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-xlnx-dev to enable it") |
15 | } | 15 | } |
16 | 16 | ||
17 | LINUX_VERSION ?= "4.4+" | 17 | LINUX_VERSION ?= "4.6+" |
18 | LINUX_VERSION_EXTENSION ?= "-xilinx-dev" | 18 | LINUX_VERSION_EXTENSION ?= "-xilinx-dev" |
19 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" |
20 | 20 | ||