diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-23 21:54:51 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-23 23:59:13 +1000 |
| commit | d6b018e023f0793aa365de9d25787011e7ae6a43 (patch) | |
| tree | 28108c31891031fbf3cfd86e6d31ab1ea5374a8d | |
| parent | dec5f5cd71df69e975efde482556e22299ff5403 (diff) | |
| download | meta-xilinx-d6b018e023f0793aa365de9d25787011e7ae6a43.tar.gz | |
linux-xlnx-dev: Update defaults
* Switch to the 'master' branch as 'master-next' is just mirrored of
this ref
* Update SRCREV to the newest
* Update version number to match default SRCREV/KBRANCH
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx-dev.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-xlnx-dev.bb b/recipes-kernel/linux/linux-xlnx-dev.bb index 860c00ee..c729ee90 100644 --- a/recipes-kernel/linux/linux-xlnx-dev.bb +++ b/recipes-kernel/linux/linux-xlnx-dev.bb | |||
| @@ -3,17 +3,17 @@ | |||
| 3 | # | 3 | # |
| 4 | # To enable this recipe, set PREFERRED_PROVIDER_virtual/kernel = "linux-xlnx-dev" | 4 | # To enable this recipe, set PREFERRED_PROVIDER_virtual/kernel = "linux-xlnx-dev" |
| 5 | 5 | ||
| 6 | KBRANCH ?= "master-next" | 6 | KBRANCH ?= "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. |
| 9 | SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-xlnx-dev", "${AUTOREV}", "f27f400f43062b28d2b6f0977e50492b851d7464", d)}' | 9 | SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-xlnx-dev", "${AUTOREV}", "3821a7bfdf7a4c697cac62f0157d8bf49467ea67", d)}' |
| 10 | 10 | ||
| 11 | python () { | 11 | python () { |
| 12 | if d.getVar("PREFERRED_PROVIDER_virtual/kernel", True) != "linux-xlnx-dev": | 12 | if d.getVar("PREFERRED_PROVIDER_virtual/kernel", True) != "linux-xlnx-dev": |
| 13 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-xlnx-dev to enable it") | 13 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-xlnx-dev to enable it") |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | LINUX_VERSION ?= "3.14+" | 16 | LINUX_VERSION ?= "4.0+" |
| 17 | LINUX_VERSION_EXTENSION = "-xilinx-dev" | 17 | LINUX_VERSION_EXTENSION = "-xilinx-dev" |
| 18 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" | 18 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" |
| 19 | 19 | ||
