diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-23 21:31:03 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-16 23:50:23 +1000 |
commit | e8c8ab79463e3a94f6aea2151a1d09967180f266 (patch) | |
tree | dd6408eb72ad20efebf643b2847dae2898b9822f | |
parent | 017383a452ed65c60c1a8e44d5b555e77c17f2c6 (diff) | |
download | meta-xilinx-e8c8ab79463e3a94f6aea2151a1d09967180f266.tar.gz |
linux-xlnx_3.19: Update SRCREV to xilinx-v2015.2 tag
* Update to the released xilinx-v2015.2 tag
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/linux-xlnx_3.19.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_3.19.bb b/recipes-kernel/linux/linux-xlnx_3.19.bb index bbcc5e45..5f951d93 100644 --- a/recipes-kernel/linux/linux-xlnx_3.19.bb +++ b/recipes-kernel/linux/linux-xlnx_3.19.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | LINUX_VERSION = "3.19" | 1 | LINUX_VERSION = "3.19" |
2 | KBRANCH ?= "master" | 2 | KBRANCH ?= "master" |
3 | SRCREV ?= "dda52ddca3e375d949a669177d6f5063cdcf713e" | 3 | # This points at the 'xilinx-v2015.2' tag |
4 | SRCREV ?= "3f30b3337af61f1ed98f7185e37c6bf9202b3204" | ||
4 | 5 | ||
5 | include linux-xlnx.inc | 6 | include linux-xlnx.inc |
6 | 7 | ||