diff options
Diffstat (limited to 'meta-xilinx-core/README.md')
-rw-r--r-- | meta-xilinx-core/README.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-xilinx-core/README.md b/meta-xilinx-core/README.md index ec5b663b..945a76a7 100644 --- a/meta-xilinx-core/README.md +++ b/meta-xilinx-core/README.md | |||
@@ -10,11 +10,15 @@ This layer depends on: | |||
10 | 10 | ||
11 | URI: https://git.yoctoproject.org/poky | 11 | URI: https://git.yoctoproject.org/poky |
12 | layers: meta, meta-poky | 12 | layers: meta, meta-poky |
13 | branch: langdale | 13 | branch: scarthgap |
14 | 14 | ||
15 | URI: https://git.openembedded.org/meta-openembedded | 15 | URI: https://git.openembedded.org/meta-openembedded |
16 | layers: meta-oe | 16 | layers: meta-oe |
17 | branch: langdale | 17 | branch: scarthgap |
18 | |||
19 | URI: https://git.yoctoproject.org/meta-arm | ||
20 | layers: meta-arm, meta-arm-toolchain | ||
21 | branch: scarthgap | ||
18 | --- | 22 | --- |
19 | 23 | ||
20 | ## Configuring Machines | 24 | ## Configuring Machines |
@@ -36,13 +40,13 @@ Zynqmp-generic requires pmu-firmware. The firmware can be passed directly | |||
36 | as a path to a binary: PMU_FILE, you may use the generic built version | 40 | as a path to a binary: PMU_FILE, you may use the generic built version |
37 | by including meta-xilinx-standalone, the XSCT version by adding | 41 | by including meta-xilinx-standalone, the XSCT version by adding |
38 | meta-xilinx-tools or the DTB workflow version using | 42 | meta-xilinx-tools or the DTB workflow version using |
39 | meta-xilinx-standalone-experimental. | 43 | meta-xilinx-standalone-sdt. |
40 | 44 | ||
41 | Versal-generic requires both PLM and PSM firmware to be specified. They can | 45 | Versal-generic requires both PLM and PSM firmware to be specified. They can |
42 | be specified as a path to a binary using PLM_FILE and PSM_FILE. Or they can | 46 | be specified as a path to a binary using PLM_FILE and PSM_FILE. Or they can |
43 | be generated by including meta-xilinx-standalone, the XSCT version by adding | 47 | be generated by including meta-xilinx-standalone, the XSCT version by adding |
44 | meta-xilinx-tools or the DTB workflow version using | 48 | meta-xilinx-tools or the DTB workflow version using |
45 | meta-xilinx-standalone-experimental. Additionally some configurations may | 49 | meta-xilinx-standalone-sdt. Additionally some configurations may |
46 | require you to specify the path to a PDI file using PDI_PATH. The XSCT | 50 | require you to specify the path to a PDI file using PDI_PATH. The XSCT |
47 | version will extract the PDI automatically. | 51 | version will extract the PDI automatically. |
48 | --- | 52 | --- |