aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend
blob: ff7d2c726723b8bdf4a10002358e1e7c12f39765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
COMPATIBLE_HOST = "${HOST_SYS}"

# We want a smaller SDK then normal, so don't use nativesdk-packagegroup-sdk-host
# The following should work on both Linux and mingw32

HOST_DEPENDS = " \
   nativesdk-qemu \
   nativesdk-sdk-provides-dummy \
"

TOOLCHAIN_HOST_TASK_xilinx-standalone = "${HOST_DEPENDS} packagegroup-cross-canadian-${MACHINE}"
TOOLCHAIN_TARGET_TASK_xilinx-standalone = "${@multilib_pkg_extend(d, 'packagegroup-newlib-standalone-sdk-target')}"