From: Bhargava Sreekantappa Gayathri <[email protected]>
We do not have MB baremetal toolchain in yocto to build fsboot. This patch adds the path of the baremetal toolchain found in XSDK to PATH so that fsboot can be built for MB Signed-off-by: Bhargava Sreekantappa Gayathri <[email protected]> Signed-off-by: Manjukumar Matha <[email protected]> --- recipes-bsp/fsboot/fs-boot_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-bsp/fsboot/fs-boot_git.bb b/recipes-bsp/fsboot/fs-boot_git.bb index f9c7b81..ac7def7 100644 --- a/recipes-bsp/fsboot/fs-boot_git.bb +++ b/recipes-bsp/fsboot/fs-boot_git.bb @@ -4,6 +4,9 @@ PROVIDES = "virtual/fsboot" inherit xsctfsboot deploy +MB_BAREMETAL_TOOLCHAIN_PATH_ADD = "${XILINX_SDK_TOOLCHAIN}/gnu/microblaze/lin/bin:" +PATH =. "${MB_BAREMETAL_TOOLCHAIN_PATH_ADD}" + COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE_microblaze = "microblaze" -- 2.7.4 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
