[meta-xilinx] [meta-xilinx-tools][PATCH 7/8] device-tree.bbappend: Add -hdf_type argument to XSCTH_MISC

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Mon Apr 23 16:21:09 PDT 2018


From: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri at xilinx.com>

dtgen.tcl calls set_hw_design which takes hdf_type as an additional
argument. This patch adds hdf_type to XSCTH_MISC arguments so that
it can be passed on to dtgen when xsct is called.

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri at xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
 recipes-bsp/device-tree/device-tree.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-bsp/device-tree/device-tree.bbappend b/recipes-bsp/device-tree/device-tree.bbappend
index 57f21b2..601530c 100644
--- a/recipes-bsp/device-tree/device-tree.bbappend
+++ b/recipes-bsp/device-tree/device-tree.bbappend
@@ -18,6 +18,7 @@ PV = "xilinx+git${SRCPV}"
 XSCTH_BUILD_CONFIG = ""
 YAML_COMPILER_FLAGS = ""
 XSCTH_APP = "device-tree"
+XSCTH_MISC = " -hdf_type ${HDF_EXT}"
 
 YAML_MAIN_MEMORY_CONFIG_zcu100-zynqmp = "psu_ddr_0"
 YAML_CONSOLE_DEVICE_CONFIG_zcu100-zynqmp = "psu_uart_1"
-- 
2.7.4



More information about the meta-xilinx mailing list