aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/fsboot/fs-boot_git.bb
AgeCommit message (Collapse)Author
2021-09-28Convert to new override syntaxSai Hari Chandana Kalluri
This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
2020-03-16fs-boot_git.bb: inheriting the xsctyaml classVaralaxmi Bingi
This patch will inherit xsctyaml class in fsboot. Earlier we used to maintain this in fs-boot.bbappend. when we migrated metadata.json related stuff to plnxtool.conf we missed this, due to this flash is not configured for microblaze. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@xilinx.com> Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
2018-04-11fs-boot_git.bb: Add -hdf_type argument to XSCTH_MISCBhargava Sreekantappa Gayathri
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@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
2018-04-11fs-boot_git.bb: Include path of MB baremetal toolchainBhargava Sreekantappa Gayathri
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@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
2017-08-09xsctapp.bbclass: Consolidate the license check at one placeManjukumar Matha
license check can be at bblcass level instead of being in each recipe. Consolidate the license check in bbclass. Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
2017-06-19Update components for rel-v2017.2Manjukumar Matha
Update components to release 2017.2 Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
2017-04-21Update components for rel-v2017.1Manjukumar Matha
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
2017-03-12recipes-bsp: consolidate bsp recipesManjukumar Matha
This patch moves BSP recipes into recipes-bsp. This is more consistent with the recipe layout in core, and we should comply. Signed-off-by: Cyril Chemparathy <cyril.chemparathy@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>