diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 16:50:15 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 16:50:15 +1000 |
commit | f4a3d4c8c5a40eba9037668731cb481734efe164 (patch) | |
tree | f2d586ab0171407e0b5f627f4c215a4695775005 | |
parent | 9fc69a54a6c8f78f310dc3c765b1ede4811a9821 (diff) | |
download | meta-xilinx-f4a3d4c8c5a40eba9037668731cb481734efe164.tar.gz |
linux-xlnx_4.0: Update to 'xilinx-v2015.4' release
The 'xilinx-v2015.3' release had a few bugs, updating this recipe to use
the released 'xilinx-v2015.4' kernel.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/linux-xlnx_4.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_4.0.bb b/recipes-kernel/linux/linux-xlnx_4.0.bb index 1848f12b..57415a74 100644 --- a/recipes-kernel/linux/linux-xlnx_4.0.bb +++ b/recipes-kernel/linux/linux-xlnx_4.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LINUX_VERSION = "4.0" | 1 | LINUX_VERSION = "4.0" |
2 | # This points at the 'xilinx-v2015.3' tag | 2 | # This points at the 'xilinx-v2015.4' tag |
3 | SRCREV ?= "6e21224a35c2ec236df45e1bd2469b0c9d659ba9" | 3 | SRCREV ?= "c8087d7838faed86341e4f749a740f69d95248a8" |
4 | 4 | ||
5 | include linux-xlnx.inc | 5 | include linux-xlnx.inc |
6 | 6 | ||