[meta-xilinx] [meta-xilinx-tools][PATCH 6/8] fs-boot_git.bb: Add -hdf_type argument to XSCTH_MISC

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


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

fsboot.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/fsboot/fs-boot_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-bsp/fsboot/fs-boot_git.bb b/recipes-bsp/fsboot/fs-boot_git.bb
index ac7def7..c04f0e7 100644
--- a/recipes-bsp/fsboot/fs-boot_git.bb
+++ b/recipes-bsp/fsboot/fs-boot_git.bb
@@ -11,6 +11,7 @@ COMPATIBLE_MACHINE = "^$"
 COMPATIBLE_MACHINE_microblaze = "microblaze"
 
 XSCTH_APP = "mba_fs_boot"
+XSCTH_MISC = " -hdf_type ${HDF_EXT}"
 
 PARALLEL_MAKE = ""
 EXTRA_OEMAKE_BSP = ""
-- 
2.7.4



More information about the meta-xilinx mailing list