summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-07 14:09:22 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-14 11:21:55 -0800
commit2856291cc4850c3b78319bf4342f8c9f2a05b3e9 (patch)
treef65c5f644bedb13090f72a84b9edf5f394991157
parent08372f67d0c94c9a2e8b10c373484a0de802cc4b (diff)
downloadmeta-xilinx-2856291cc4850c3b78319bf4342f8c9f2a05b3e9.tar.gz
meta-toolchain: Adjust the bbappend to work with a 'fuller' size SDK
The user may have specified additional host tools for the toolchain, allow this -- as a new meta-xilinx-toolchain was introduced for the cut-down prebuilt toolchain. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend b/meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend
index 2d227e3d..aa72e6a4 100644
--- a/meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend
+++ b/meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend
@@ -1,12 +1,3 @@
1COMPATIBLE_HOST = "${HOST_SYS}" 1COMPATIBLE_HOST = "${HOST_SYS}"
2 2
3# We want a smaller SDK then normal, so don't use nativesdk-packagegroup-sdk-host
4# The following should work on both Linux and mingw32
5
6HOST_DEPENDS = " \
7 nativesdk-qemu \
8 nativesdk-sdk-provides-dummy \
9"
10
11TOOLCHAIN_HOST_TASK:xilinx-standalone = "${HOST_DEPENDS} packagegroup-cross-canadian-${MACHINE}"
12TOOLCHAIN_TARGET_TASK:xilinx-standalone = "${@multilib_pkg_extend(d, 'packagegroup-newlib-standalone-sdk-target')}" 3TOOLCHAIN_TARGET_TASK:xilinx-standalone = "${@multilib_pkg_extend(d, 'packagegroup-newlib-standalone-sdk-target')}"