[meta-xilinx] [meta-xilinx-tools][PATCH] fs-boot_git.bb: Include path of MB baremetal toolchain
Manjukumar Matha
manjukumar.harthikote-matha at xilinx.com
Fri Apr 6 13:36:53 PDT 2018
From: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri at xilinx.com>
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 <bhargava.sreekantappa-gayathri at xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
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
More information about the meta-xilinx
mailing list