summaryrefslogtreecommitdiffstats
path: root/meta-vitis-tc/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* various: Fix variable usageMark Hatle2024-11-211-1/+3
| | | | | | | | | | Remove most direct references to WORKDIR. S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR ${WORKDIR}/package is also incorrect, adjust to ${PKGD}. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Revert "meta-vitis-tc: packagegroup-cross-canadian: Disable GDB on microblaze"Mark Hatle2024-07-241-3/+0
| | | | | | This reverts commit 2993142ac77a864e9e8de16000f7c977738827d4. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: packagegroup-cross-canadian: Disable GDB on microblazeMark Hatle2024-07-171-0/+3
| | | | | | | | | cross-gdb does not current building for Microblaze. Disable from the toolchain SDK until this is corrected. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit f355f2f9f939f33890060ac582ca7c05f6d2dbac) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: Rename newlib/libgloss for latest masterMark Hatle2024-07-172-0/+0
| | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 80fb097f428975439642e0f9f9b77b89edcff853) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: Rename the special toolchain scripts classMark Hatle2024-07-171-1/+1
| | | | | | | | Also update the class to match the latest YP master versions. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit c0e042440306ab5c2ee793404f10e1b899f52a10) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: Create new layer from meta-petalinux as of 2024.1Mark Hatle2024-07-177-0/+165
These components are used to build SDKs that are often shipped with the AMD Vitis and Vivado products. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 5f481ae55aa646b334e15e16ef826b8d42792edf) Signed-off-by: Mark Hatle <mark.hatle@amd.com>