diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-02-23 13:26:35 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
commit | 9b5d9165e56faa310f81d8f2f439002f3d82ffcf (patch) | |
tree | c86f30584a2aadc4109ab875ce3e90d2ee65eeed | |
parent | 1b0ac353c251a61f26d6dca912155d4dade1edad (diff) | |
download | meta-xilinx-9b5d9165e56faa310f81d8f2f439002f3d82ffcf.tar.gz |
meta-toolchain: Remove multilib changes
Changing this breaks YP compatibility requirements. We have moved to
a custom recipe, meta-xilinx-toolchain to build the special toolchains.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend b/meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend index aa72e6a4..0d824324 100644 --- a/meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend +++ b/meta-xilinx-standalone/recipes-core/meta/meta-toolchain.bbappend | |||
@@ -1,3 +1 @@ | |||
1 | COMPATIBLE_HOST = "${HOST_SYS}" | COMPATIBLE_HOST = "${HOST_SYS}" | |
2 | |||
3 | TOOLCHAIN_TARGET_TASK:xilinx-standalone = "${@multilib_pkg_extend(d, 'packagegroup-newlib-standalone-sdk-target')}" | ||