summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-10-18 17:11:33 -0600
committerMark Hatle <mark.hatle@amd.com>2024-10-22 10:06:24 -0500
commit9a43fec2892eac6130dd656acbac69de11110741 (patch)
tree1100662da309d9a117a68296b18def4ac6e3b746
parent5114e79a51dda25be59910f50e9de423c065b3f0 (diff)
downloadmeta-xilinx-9a43fec2892eac6130dd656acbac69de11110741.tar.gz
README.md: Update meta-vitis-tc docs to scrathgap
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-vitis-tc/README.md29
1 files changed, 21 insertions, 8 deletions
diff --git a/meta-vitis-tc/README.md b/meta-vitis-tc/README.md
index a3de1c2e..5fd19a27 100644
--- a/meta-vitis-tc/README.md
+++ b/meta-vitis-tc/README.md
@@ -9,17 +9,27 @@ This layer depends on:
9 9
10 URI: https://git.yoctoproject.org/poky 10 URI: https://git.yoctoproject.org/poky
11 layers: meta, meta-poky 11 layers: meta, meta-poky
12 branch: master 12 branch: scarthgap
13 13
14 URI: https://git.openembedded.org/meta-xilinx 14 URI: https://git.openembedded.org/meta-openembedded
15 layers: meta-xilinx-core, meta-microblaze, meta-xilinx-standalone 15 layers: meta-oe
16 branch: master 16 branch: scarthgap
17
18 URI:
19 https://git.yoctoproject.org/meta-xilinx (official version)
20 https://github.com/Xilinx/meta-xilinx (development and AMD release)
21 layers: meta-xilinx-microblaze, meta-xilinx-core, meta-xilinx-standalone
22 branch: scarthgap or AMD release version (e.g. rel-v2024.2)
23
24 URI: https://git.yoctoproject.org/meta-arm
25 layers: meta-arm, meta-arm-toolchain
26 branch: scarthgap
17 27
18optionally, you may alwys want to include: 28optionally, you may alwys want to include:
19 29
20 URI: https://git.yoctoproject.org/meta-mingw 30 URI: https://git.yoctoproject.org/meta-mingw
21 layers: meta-mingw 31 layers: meta-mingw
22 branch: master 32 branch: scarthgap
23 33
24--- 34---
25 35
@@ -27,7 +37,9 @@ optionally, you may alwys want to include:
27 37
28Baremetal toolchains can be built using: 38Baremetal toolchains can be built using:
29 39
30MACHINE=<toolchain> DISTRO=xilinx-standalone bitbake meta-xilinx-toolchain 40```
41$ MACHINE=<toolchain> DISTRO=xilinx-standalone bitbake meta-xilinx-toolchain
42```
31 43
32The <toolchain> value should be one of: 44The <toolchain> value should be one of:
33 aarch32-tc - 32-bit Cortex-A toolchains 45 aarch32-tc - 32-bit Cortex-A toolchains
@@ -36,7 +48,8 @@ The <toolchain> value should be one of:
36 microblaze-tc - Microblaze toolchains 48 microblaze-tc - Microblaze toolchains
37 riscv-tc - Risc-V toolchains 49 riscv-tc - Risc-V toolchains
38 50
39
40Also there is a standalone QEMU SDK: 51Also there is a standalone QEMU SDK:
41 52
42MACHINE=zynqmp-generic bitbake meta-qemu-xilinx 53```
54$ MACHINE=zynqmp-generic bitbake meta-qemu-xilinx
55```