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