summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend
diff options
context:
space:
mode:
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"