summaryrefslogtreecommitdiffstats
path: root/meta-vitis-tc/README.md
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-07-16 08:48:05 -0600
committerMark Hatle <mark.hatle@amd.com>2024-07-17 10:50:39 -0500
commitd7ef33e13555cca4c388cd3eea656f11190ebdb8 (patch)
tree81df01979c3ba711a839e008a86c8d60ccd3e08e /meta-vitis-tc/README.md
parent3958e8ed2cbbc58cbb404785c39d3d9068e65bdf (diff)
downloadmeta-xilinx-d7ef33e13555cca4c388cd3eea656f11190ebdb8.tar.gz
meta-vitis-tc: Create new layer from meta-petalinux as of 2024.1
These components are used to build SDKs that are often shipped with the AMD Vitis and Vivado products. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 5f481ae55aa646b334e15e16ef826b8d42792edf) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-vitis-tc/README.md')
-rw-r--r--meta-vitis-tc/README.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/meta-vitis-tc/README.md b/meta-vitis-tc/README.md
new file mode 100644
index 00000000..a3de1c2e
--- /dev/null
+++ b/meta-vitis-tc/README.md
@@ -0,0 +1,42 @@
1# meta-vitis-tc
2
3This layer is used to build various toolchains that may be embedded into
4the AMD Vitis (and Vivado) products.
5
6## Dependencies
7
8This layer depends on:
9
10 URI: https://git.yoctoproject.org/poky
11 layers: meta, meta-poky
12 branch: master
13
14 URI: https://git.openembedded.org/meta-xilinx
15 layers: meta-xilinx-core, meta-microblaze, meta-xilinx-standalone
16 branch: master
17
18optionally, you may alwys want to include:
19
20 URI: https://git.yoctoproject.org/meta-mingw
21 layers: meta-mingw
22 branch: master
23
24---
25
26## Configuring Machines
27
28Baremetal toolchains can be built using:
29
30MACHINE=<toolchain> DISTRO=xilinx-standalone bitbake meta-xilinx-toolchain
31
32The <toolchain> value should be one of:
33 aarch32-tc - 32-bit Cortex-A toolchains
34 aarch64-tc - 64-bit Cortex-A toolchains
35 arm-rm-tc - ARM Cortex-R and M toolchains
36 microblaze-tc - Microblaze toolchains
37 riscv-tc - Risc-V toolchains
38
39
40Also there is a standalone QEMU SDK:
41
42MACHINE=zynqmp-generic bitbake meta-qemu-xilinx