From: Bhargava Sreekantappa Gayathri <[email protected]>
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 <[email protected]> Signed-off-by: Manjukumar Matha <[email protected]> --- 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 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
