summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-02-23 17:03:16 -0800
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commitfbe8f13d8d728d3faa3e8e98fa33f73707d1c099 (patch)
tree086de2206029b612171bd32eb282ee8db78efd0d /meta-xilinx-standalone/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend
parent8a74cecd981e74f76859776a793017f3b5ce1f83 (diff)
downloadmeta-xilinx-fbe8f13d8d728d3faa3e8e98fa33f73707d1c099.tar.gz
Move multilib specific PLNX/Vitis items to meta-petalinux
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>
Diffstat (limited to 'meta-xilinx-standalone/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend')
-rw-r--r--meta-xilinx-standalone/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-xilinx-standalone/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend b/meta-xilinx-standalone/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend
deleted file mode 100644
index 7ef0693b..00000000
--- a/meta-xilinx-standalone/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend
+++ /dev/null
@@ -1,14 +0,0 @@
1# Avoid installing all of the alternative toolchains
2# due to multilib enabled in the primary toolchain.
3
4# Create the links to the multilib toolchain components
5GNUTCLINKS = "gnu-toolchain-canadian-${TARGET_SYS}"
6
7# Without the := the eval during do_package is occasionally missing multilibs
8RDEPENDS:${PN}:xilinx-standalone := " \
9 ${@all_multilib_tune_values(d, 'GNUTCLINKS')} \
10 ${BINUTILS} \
11 ${GCC} \
12 ${GDB} \
13 meta-environment-${MACHINE} \
14"