diff options
author | 2015-07-23 22:00:32 +1000 | |
---|---|---|
committer | 2015-07-23 23:59:13 +1000 | |
commit | 21602f02790ccb46a9d7ee115e6cfe282112e81c (patch) | |
tree | 2ab6f011464cea4c7c9208051fdf4fc1909a47f4 | |
parent | 3304b146ccc542c6e26f6bd89a8336b94bf7ef43 (diff) | |
download | meta-xilinx-21602f02790ccb46a9d7ee115e6cfe282112e81c.tar.gz meta-xilinx-21602f02790ccb46a9d7ee115e6cfe282112e81c.tar.bz2 meta-xilinx-21602f02790ccb46a9d7ee115e6cfe282112e81c.zip |
linux-yocto-dev: Add compatible for ZynqMP
* The linux-yocto-dev kernel has updated to a kernel version which
provides ZynqMP support including the device tree for the ep108
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto-dev.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend index 651e0d72..ae51eb1f 100644 --- a/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -2,3 +2,5 @@ require linux-xilinx-configs.inc require linux-xilinx-machines.inc +COMPATIBLE_MACHINE_zynqmp = "zynqmp" + |