diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-02-23 14:07:12 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-24 06:10:39 -0800 |
commit | 3da29a97cf5cd0ebac38e36a95862c4168533686 (patch) | |
tree | fd8b8432a922e961c379da3b4ccda85a36feee20 /meta-xilinx-standalone/README.md | |
parent | b9c4df8783edc2eac7808a7eed25891dc650635c (diff) | |
download | meta-xilinx-3da29a97cf5cd0ebac38e36a95862c4168533686.tar.gz |
machines: Move special TC machines to meta-petalinux
The special toolchains are really only applicable to a PetaLinux/Vitis
toolchain build.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone/README.md')
-rw-r--r-- | meta-xilinx-standalone/README.md | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/meta-xilinx-standalone/README.md b/meta-xilinx-standalone/README.md index 6193f015..8834a87b 100644 --- a/meta-xilinx-standalone/README.md +++ b/meta-xilinx-standalone/README.md | |||
@@ -1,7 +1,7 @@ | |||
1 | # meta-xilinx-standalone | 1 | # meta-xilinx-standalone |
2 | 2 | ||
3 | This layer is meant to augment Yocto/OE functionality to provide a | 3 | This layer is meant to augment Yocto/OE functionality to provide a |
4 | Baremetal/Standalone Toolchain as well as a generic version of various | 4 | Baremetal/Standalone distribution as well as a generic version of various |
5 | firmware that is required to boot a ZynqMP or Versal system. | 5 | firmware that is required to boot a ZynqMP or Versal system. |
6 | 6 | ||
7 | For optimized versions of the firmware and additional components you must | 7 | For optimized versions of the firmware and additional components you must |
@@ -14,19 +14,6 @@ configuration build, or a multiconfig build. A multiconfig build, along | |||
14 | with the MACHINES defined in meta-xilinx-bsps will automate the generation | 14 | with the MACHINES defined in meta-xilinx-bsps will automate the generation |
15 | of certain firmwares. | 15 | of certain firmwares. |
16 | 16 | ||
17 | ## Toolchains | ||
18 | |||
19 | To build standalone toolchains similar to those embedded with the | ||
20 | Xilinx xsct tooling: | ||
21 | |||
22 | Use one of the custom machines: | ||
23 | aarch32-tc - 32-bit ARM toolchains (various) | ||
24 | aarch64-tc - 64-bit ARM toolchains (various) | ||
25 | arm-rm-tc - ARM Cortex-R (and various) | ||
26 | microblaze-tc - Microblaze toolchains (various) | ||
27 | |||
28 | MACHINE=<machine> DISTRO=xilinx-standalone bitbake meta-toolchain | ||
29 | |||
30 | ## Standalone Firmware | 17 | ## Standalone Firmware |
31 | 18 | ||
32 | The standalone firmware is a genericly configured firmware, it can be | 19 | The standalone firmware is a genericly configured firmware, it can be |