[meta-xilinx] [meta-xilinx-community][PATCH 4/7] zc702-base-trd-zynq7: Create a machine conf to represent this BSP

Nathan Rossi nathan.rossi at xilinx.com
Mon Nov 10 04:48:34 PST 2014


* This BSP is for the ZC702 Base TRD
* Re-use the zc702-zynq7 config via include
* Rename the device-tree to match the machine name convention

Signed-off-by: Nathan Rossi <nathan.rossi at xilinx.com>
---
 ...02-zynq7-base-trd.dts => zc702-base-trd-zynq7.dts} |  0
 conf/machine/zc702-base-trd-zynq7.conf                | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+)
 rename conf/machine/boards/zc702/{zc702-zynq7-base-trd.dts => zc702-base-trd-zynq7.dts} (100%)
 create mode 100644 conf/machine/zc702-base-trd-zynq7.conf

diff --git a/conf/machine/boards/zc702/zc702-zynq7-base-trd.dts b/conf/machine/boards/zc702/zc702-base-trd-zynq7.dts
similarity index 100%
rename from conf/machine/boards/zc702/zc702-zynq7-base-trd.dts
rename to conf/machine/boards/zc702/zc702-base-trd-zynq7.dts
diff --git a/conf/machine/zc702-base-trd-zynq7.conf b/conf/machine/zc702-base-trd-zynq7.conf
new file mode 100644
index 0000000..22df136
--- /dev/null
+++ b/conf/machine/zc702-base-trd-zynq7.conf
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@NAME: zc702-base-trd-zynq7
+#@DESCRIPTION: Machine support for ZC702 Base TRD.
+#
+# For details on the Evaluation board:
+#     http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm
+# For documentation and design files for the ZC702 Base TRD:
+#     http://www.wiki.xilinx.com/Zc702+Base+TRD
+
+PREFERRED_VERSION_linux-xlnx ?= "3.10%"
+
+# include the zc702, as this design builds upon it.
+include conf/machine/zc702-zynq7.conf
+
+MACHINE_DEVICETREE_append += " \
+		common/zynq7-base-trd.dtsi \
+		zc702/zc702-base-trd-zynq7.dts \
+		"
+
-- 
2.1.1




More information about the meta-xilinx mailing list