diff options
author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-10-29 13:21:48 +1000 |
---|---|---|
committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-10-29 13:21:48 +1000 |
commit | 34a943d38e0d66dc6c2f1c9fddac1c23a5d1f9cc (patch) | |
tree | 40276e79c0e421463bf33e7760d41b6854079a8f | |
parent | f3580d57aa038eec3171d4de6efc673443aa2d60 (diff) | |
download | meta-xilinx-34a943d38e0d66dc6c2f1c9fddac1c23a5d1f9cc.tar.gz |
recipes-kernel:linux-xlnx: Adjust SRCREV for linux-xlnx_3.10
Adjust source revision for linux-xlnx_3.10 recipe to match linux-xlnx.git
tag Xilinx-v14.5.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
-rw-r--r-- | recipes-kernel/linux/linux-xlnx_3.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_3.10.bb b/recipes-kernel/linux/linux-xlnx_3.10.bb index 330c20d6..a76084f4 100644 --- a/recipes-kernel/linux/linux-xlnx_3.10.bb +++ b/recipes-kernel/linux/linux-xlnx_3.10.bb | |||
@@ -4,7 +4,7 @@ include linux-xlnx.inc | |||
4 | PR = "r1" | 4 | PR = "r1" |
5 | 5 | ||
6 | # Kernel version and SRCREV correspond to: | 6 | # Kernel version and SRCREV correspond to: |
7 | # github.com/Xilinx/linux-xlnx.git | 7 | # github.com/Xilinx/linux-xlnx.git xilinx-v14.7 tag |
8 | LINUX_VERSION = "3.10" | 8 | LINUX_VERSION = "3.10" |
9 | SRCREV = "7f5d01bf5fbac64ac42781d061582fa51dd14a37" | 9 | SRCREV = "efc27505715e64526653f35274717c0fc56491e3" |
10 | 10 | ||