summaryrefslogtreecommitdiff
path: root/meta-xilinx/meta-xilinx-standalone/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend
blob: 456ec6c1cfccc4c9ef8ccd4ebb0a66dc3b5486b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Avoid installing all of the alternative toolchains
# due to multilib enabled in the primary toolchain.

# Create the links to the multilib toolchain components
GNUTCLINKS = "gnu-toolchain-canadian-${TARGET_SYS}"

# Without the := the eval during do_package is occasionally missing multilibs
RDEPENDS_${PN}_xilinx-standalone := " \
    ${@all_multilib_tune_values(d, 'GNUTCLINKS')} \
    ${BINUTILS} \
    ${GCC} \
    ${GDB} \
    meta-environment-${MACHINE} \
"