diff options
| -rw-r--r-- | meta-vitis-tc/README.md | 29 |
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 | ||
| 18 | optionally, you may alwys want to include: | 28 | optionally, 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 | ||
| 28 | Baremetal toolchains can be built using: | 38 | Baremetal toolchains can be built using: |
| 29 | 39 | ||
| 30 | MACHINE=<toolchain> DISTRO=xilinx-standalone bitbake meta-xilinx-toolchain | 40 | ``` |
| 41 | $ MACHINE=<toolchain> DISTRO=xilinx-standalone bitbake meta-xilinx-toolchain | ||
| 42 | ``` | ||
| 31 | 43 | ||
| 32 | The <toolchain> value should be one of: | 44 | The <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 | |||
| 40 | Also there is a standalone QEMU SDK: | 51 | Also there is a standalone QEMU SDK: |
| 41 | 52 | ||
| 42 | MACHINE=zynqmp-generic bitbake meta-qemu-xilinx | 53 | ``` |
| 54 | $ MACHINE=zynqmp-generic bitbake meta-qemu-xilinx | ||
| 55 | ``` | ||
