diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2017-02-08 23:19:03 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-02-16 13:57:08 +1000 |
| commit | 777110ca8ab90753f932240b2cea1b08811b5990 (patch) | |
| tree | ce5138e44b6d6acc5291a4b48ad5c67e8a29e44d | |
| parent | cb4c077942b9d4d15d74c244ff31c6c57f92820f (diff) | |
| download | meta-xilinx-777110ca8ab90753f932240b2cea1b08811b5990.tar.gz | |
linux-xlnx: Update to the xilinx-v2016.4 release
Update the linux-xlnx recipe to point at the xilinx-v2016.4 release.
Note that this changes the naming convention for the .bb file, this has
no affect on the value of PV since it is specific in the recipe itself.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 2 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx_2016.4.bb (renamed from recipes-kernel/linux/linux-xlnx_4.6.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 9b397ce3..673944d9 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -15,7 +15,7 @@ XILINX_DEFAULT_KERNEL_microblaze := "linux-yocto" | |||
| 15 | XILINX_DEFAULT_KERNEL_zynqmp := "linux-yocto" | 15 | XILINX_DEFAULT_KERNEL_zynqmp := "linux-yocto" |
| 16 | 16 | ||
| 17 | PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}" | 17 | PREFERRED_PROVIDER_virtual/kernel ??= "${XILINX_DEFAULT_KERNEL}" |
| 18 | PREFERRED_VERSION_linux-xlnx ?= "4.6%" | 18 | PREFERRED_VERSION_linux-xlnx ?= "4.6-xilinx-v2016.4%" |
| 19 | PREFERRED_VERSION_linux-yocto ?= "4.8%" | 19 | PREFERRED_VERSION_linux-yocto ?= "4.8%" |
| 20 | 20 | ||
| 21 | # U-Boot Configuration | 21 | # U-Boot Configuration |
diff --git a/recipes-kernel/linux/linux-xlnx_4.6.bb b/recipes-kernel/linux/linux-xlnx_2016.4.bb index c226f4bf..456d0023 100644 --- a/recipes-kernel/linux/linux-xlnx_4.6.bb +++ b/recipes-kernel/linux/linux-xlnx_2016.4.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | LINUX_VERSION = "4.6" | 1 | LINUX_VERSION = "4.6" |
| 2 | XILINX_RELEASE_VERSION = "v2016.3" | 2 | XILINX_RELEASE_VERSION = "v2016.4" |
| 3 | SRCREV ?="0e4e4071493171bbac37bf60709022f49171c813" | 3 | SRCREV ?= "2762bc9163bb8576f63ff82801a65576f59e1e57" |
| 4 | 4 | ||
| 5 | include linux-xlnx.inc | 5 | include linux-xlnx.inc |
| 6 | 6 | ||
