summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-06-26 17:46:43 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-06-26 17:48:14 +1000
commitb20d963be6a4d34ad6bf1fe46520e4ff94ada6eb (patch)
tree6bcb29a476dabaa7b7239d1f4f9532a7fc25f85b /recipes-kernel
parentf6b8e8569bb6ac888f8366a53cd3c3309a9e9bbe (diff)
downloadmeta-xilinx-b20d963be6a4d34ad6bf1fe46520e4ff94ada6eb.tar.gz
machine/kc705-trd-microblazeel: Add kc705-trd support to base layer
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-xlnx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index 45cc88ca..285bb897 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -23,7 +23,7 @@ FILESEXTRAPATHS_append := "${XILINX_LAYERDIR}/conf/machine/boards/common:"
23SRC_URI_append += "file://zynq-7-base.dtsi" 23SRC_URI_append += "file://zynq-7-base.dtsi"
24 24
25# Override COMPATIBLE_MACHINE to include your machine in a bbappend file. 25# Override COMPATIBLE_MACHINE to include your machine in a bbappend file.
26COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|zynq7-zedboard" 26COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|zynq7-zedboard|kc705-trd-microblazeel"
27 27
28# Scan all files in MACHINE_DEVICETREE and MACHINE_KCONFIG and populate SRC_URI, 28# Scan all files in MACHINE_DEVICETREE and MACHINE_KCONFIG and populate SRC_URI,
29# FILESEXTRAPATHS and KERNEL_DEVICETREE. 29# FILESEXTRAPATHS and KERNEL_DEVICETREE.