summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-core/meta/gnu-toolchain-canadian.bb
Commit message (Collapse)AuthorAgeFilesLines
* Move multilib specific PLNX/Vitis items to meta-petalinuxMark Hatle2023-04-101-27/+0
| | | | | | | These items are specific to the special PetaLinux/Vitis multilib toolchain, move these to meta-petalinux. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* gnu-toolchain-canadian: Fix symlink generation for mingw32Mark Hatle2023-04-101-1/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-09-281-2/+2
| | | | | | | | | | 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>
* Limit multilib toolchains to symlinks to the main toolchainMark Hatle2020-01-311-0/+25
Multiple copies of the same binary toolchain will not help with anything, so limit use to a single (primary) lib toolchain, and then new symlinks to those toolchains to continue to enable the environment files. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>