diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-04-26 12:07:53 -0700 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-03 01:33:48 +1000 |
commit | 61ff5b6a579db75c815b726cb5e9e27850b618ec (patch) | |
tree | 4ac908ab0c97a230040e9e0d626e2b143b594f99 | |
parent | 21378a063e1e467298d51b55fd2559c07ac48b6e (diff) | |
download | meta-xilinx-61ff5b6a579db75c815b726cb5e9e27850b618ec.tar.gz |
linux-xlnx_4.4.bb: Update to xilinx-v2016.1 tag
Updated the recipe to point to release tag xilinx-v2016.1
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/linux-xlnx_4.4.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_4.4.bb b/recipes-kernel/linux/linux-xlnx_4.4.bb index 9bfdeb2b..a8019e52 100644 --- a/recipes-kernel/linux/linux-xlnx_4.4.bb +++ b/recipes-kernel/linux/linux-xlnx_4.4.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | LINUX_VERSION = "4.4" | 1 | LINUX_VERSION = "4.4" |
2 | # Current bleeding edge of master linux-xlnx | 2 | # This points to released tag xilinx-v2016.1 |
3 | # Will be updated to v4.4 kernel once it is released | 3 | SRCREV ?="dd7c1f0b5c23bcac5046d77bd5e0631e657003a4" |
4 | SRCREV ?="c616730d3106d85367900420572f94f8c4c5386f" | ||
5 | 4 | ||
6 | include linux-xlnx.inc | 5 | include linux-xlnx.inc |
7 | 6 | ||