diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-05-12 17:34:07 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-09-16 23:49:59 +1000 |
commit | 1e8c0e89f7446ac496b58dd63fa3893614987fcc (patch) | |
tree | 54c52a6b52597d042e84b92e41ab94055f6964d4 | |
parent | ef86ae552e00b17d9ab6105384a2623b523cd013 (diff) | |
download | meta-xilinx-1e8c0e89f7446ac496b58dd63fa3893614987fcc.tar.gz |
linux-xlnx: Add recipe for v3.19 Xilinx kernel
* Pin a commit from the master branch for a 3.19 based linux-xlnx kernel
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | recipes-kernel/linux/linux-xlnx_3.19.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_3.19.bb b/recipes-kernel/linux/linux-xlnx_3.19.bb new file mode 100644 index 00000000..bbcc5e45 --- /dev/null +++ b/recipes-kernel/linux/linux-xlnx_3.19.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | LINUX_VERSION = "3.19" | ||
2 | KBRANCH ?= "master" | ||
3 | SRCREV ?= "dda52ddca3e375d949a669177d6f5063cdcf713e" | ||
4 | |||
5 | include linux-xlnx.inc | ||
6 | |||