diff options
author | 2015-07-23 21:59:23 +1000 | |
---|---|---|
committer | 2015-07-23 23:59:13 +1000 | |
commit | 3304b146ccc542c6e26f6bd89a8336b94bf7ef43 (patch) | |
tree | 6649c15c0b58fa4d7d08700ad25bea7b3ecc0ac7 | |
parent | d6b018e023f0793aa365de9d25787011e7ae6a43 (diff) | |
download | meta-xilinx-3304b146ccc542c6e26f6bd89a8336b94bf7ef43.tar.gz meta-xilinx-3304b146ccc542c6e26f6bd89a8336b94bf7ef43.tar.bz2 meta-xilinx-3304b146ccc542c6e26f6bd89a8336b94bf7ef43.zip |
linux-xlnx_3.19: Add compatible for ZynqMP
* This kernel provides ZynqMP functionality
* This kernel does not have support for the ep108 device tree
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/linux-xlnx_3.19.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_3.19.bb b/recipes-kernel/linux/linux-xlnx_3.19.bb index 5f951d93..24b10c0b 100644 --- a/recipes-kernel/linux/linux-xlnx_3.19.bb +++ b/recipes-kernel/linux/linux-xlnx_3.19.bb @@ -5,3 +5,5 @@ SRCREV ?= "3f30b3337af61f1ed98f7185e37c6bf9202b3204" include linux-xlnx.inc +COMPATIBLE_MACHINE_zynqmp = "zynqmp" + |