diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-10-19 17:29:16 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-10-19 17:29:16 -0500 |
commit | 8aa8e5af31f71e7a29e990fcfa5d463e6d91d264 (patch) | |
tree | 31d7d0d269db2e663cd417be693579a0eb102650 /meta-xilinx-standalone/conf | |
parent | c58aa90fd30ca3c75442904eddcc47ebef2ac8f7 (diff) | |
download | meta-xilinx-8aa8e5af31f71e7a29e990fcfa5d463e6d91d264.tar.gz |
xilinx-standalone.inc: Move to xlnx specific versions of libmetal and open-ampkirkstone-next
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-standalone/conf')
-rw-r--r-- | meta-xilinx-standalone/conf/distro/xilinx-standalone.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc b/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc index bf1698a3..57fbf956 100644 --- a/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc +++ b/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc | |||
@@ -34,8 +34,8 @@ VIRTUAL-RUNTIME_init_manager:xilinx-standalone = "" | |||
34 | 34 | ||
35 | PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" | 35 | PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" |
36 | 36 | ||
37 | PREFERRED_VERSION_libmetal = "${@'standalone' if 'xilinx-standalone-exp' in d.getVar('BBFILE_COLLECTIONS').split() else ''}" | 37 | PREFERRED_VERSION_libmetal-xlnx = "${@'standalone' if 'xilinx-standalone-exp' in d.getVar('BBFILE_COLLECTIONS').split() else ''}" |
38 | PREFERRED_VERSION_open-amp = "${@'standalone' if 'xilinx-standalone-exp' in d.getVar('BBFILE_COLLECTIONS').split() else ''}" | 38 | PREFERRED_VERSION_open-amp-xlnx = "${@'standalone' if 'xilinx-standalone-exp' in d.getVar('BBFILE_COLLECTIONS').split() else ''}" |
39 | 39 | ||
40 | # Hold this until it gets merged in core, we need libc.a and libgloss.a for cross-canadian | 40 | # Hold this until it gets merged in core, we need libc.a and libgloss.a for cross-canadian |
41 | LIBC_DEPENDENCIES:append = " newlib-staticdev libgloss-staticdev" | 41 | LIBC_DEPENDENCIES:append = " newlib-staticdev libgloss-staticdev" |