summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-07 14:09:22 -0800
committerMark Hatle <mark.hatle@xilinx.com>2021-12-07 14:09:22 -0800
commit66480c27927b354e97a6edaadffcaec579f54bac (patch)
tree007eefdd27eb5cb0e37b47fbe8a2bf3e93d83ac8 /meta-xilinx-standalone
parent51f4f8f670a3592c6bf8284fdead596e4f0ef46b (diff)
downloadmeta-xilinx-66480c27927b354e97a6edaadffcaec579f54bac.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>
Diffstat (limited to 'meta-xilinx-standalone')
-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')}"