diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/README.dfx.user.dts.md | 4 | ||||
-rw-r--r-- | docs/README.fw.package.md | 6 | ||||
-rw-r--r-- | meta-xilinx-core/README.md | 4 | ||||
-rw-r--r-- | meta-xilinx-standalone-sdt/recipes-openamp/libmetal/libmetal-xlnx_%.bbappend | 2 | ||||
-rw-r--r-- | meta-xilinx-standalone-sdt/recipes-openamp/open-amp/open-amp-xlnx_%.bbappend | 2 | ||||
-rw-r--r-- | meta-xilinx-virtualization/README.md | 2 |
7 files changed, 11 insertions, 11 deletions
@@ -19,7 +19,7 @@ components, kernel etc. | |||
19 | * **meta-xilinx-standalone**: layer containing the AMD Xilinx Baremetal or | 19 | * **meta-xilinx-standalone**: layer containing the AMD Xilinx Baremetal or |
20 | Standalone Toolchains metadata to build baremetal firmware and applications. | 20 | Standalone Toolchains metadata to build baremetal firmware and applications. |
21 | 21 | ||
22 | * **meta-xilinx-standalone-experimental**: layer containing metadata to build | 22 | * **meta-xilinx-standalone-sdt**: layer containing metadata to build |
23 | all the boot images using lopper and system device tree without using the | 23 | all the boot images using lopper and system device tree without using the |
24 | meta-xilinx-tools layer. | 24 | meta-xilinx-tools layer. |
25 | 25 | ||
diff --git a/docs/README.dfx.user.dts.md b/docs/README.dfx.user.dts.md index 9caf866e..09e68be5 100644 --- a/docs/README.dfx.user.dts.md +++ b/docs/README.dfx.user.dts.md | |||
@@ -283,7 +283,7 @@ SRC_URI = " \ | |||
283 | 283 | ||
284 | 1. Follow SDT or XSCT Build instructions whichever build method is used but not | 284 | 1. Follow SDT or XSCT Build instructions whichever build method is used but not |
285 | both. | 285 | both. |
286 | a. [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md) upto step 4. | 286 | a. [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md) upto step 4. |
287 | b. [XSCT Building Instructions](../README.building.md) | 287 | b. [XSCT Building Instructions](../README.building.md) |
288 | upto step 4.b (With SDT overlay). | 288 | upto step 4.b (With SDT overlay). |
289 | 2. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, | 289 | 2. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, |
@@ -326,7 +326,7 @@ IMAGE_INSTALL:append = " \ | |||
326 | ``` | 326 | ``` |
327 | 6. Follow SDT or XSCT Build instructions whichever build method is used but not | 327 | 6. Follow SDT or XSCT Build instructions whichever build method is used but not |
328 | both. | 328 | both. |
329 | a. [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) and continue from step 5. | 329 | a. [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) and continue from step 5. |
330 | b. [XSCT Building Instructions](../README.building.md) | 330 | b. [XSCT Building Instructions](../README.building.md) |
331 | and continue from step 5. | 331 | and continue from step 5. |
332 | 7. Once images are built firmware app files will be installed on target_rootfs. | 332 | 7. Once images are built firmware app files will be installed on target_rootfs. |
diff --git a/docs/README.fw.package.md b/docs/README.fw.package.md index a7e54402..3280dbcd 100644 --- a/docs/README.fw.package.md +++ b/docs/README.fw.package.md | |||
@@ -14,7 +14,7 @@ filesystem. | |||
14 | 14 | ||
15 | ## How to create and install firmware package recipe | 15 | ## How to create and install firmware package recipe |
16 | 16 | ||
17 | 1. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) upto step 4. | 17 | 1. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) upto step 4. |
18 | 18 | ||
19 | 2. Create recipes-firmware directory in distribution meta layer. | 19 | 2. Create recipes-firmware directory in distribution meta layer. |
20 | ``` | 20 | ``` |
@@ -34,7 +34,7 @@ $ recipetool create -o <meta-layer>/recipes-firmware/<firmware-package-name>/fir | |||
34 | > recipe name. | 34 | > recipe name. |
35 | > * **TARGET_MC:** Variable to define one of the multiconfig target name | 35 | > * **TARGET_MC:** Variable to define one of the multiconfig target name |
36 | > (ex: cortexr5-0-zynqmp-baremetal) from the BBMULTICONFIG list | 36 | > (ex: cortexr5-0-zynqmp-baremetal) from the BBMULTICONFIG list |
37 | > generated at [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) | 37 | > generated at [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) |
38 | > step 4. | 38 | > step 4. |
39 | 39 | ||
40 | ``` | 40 | ``` |
@@ -57,5 +57,5 @@ IMAGE_INSTALL:append = " \ | |||
57 | firmware-package-name \ | 57 | firmware-package-name \ |
58 | " | 58 | " |
59 | ``` | 59 | ``` |
60 | 6. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) and continue from | 60 | 6. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) and continue from |
61 | step 5. | 61 | step 5. |
diff --git a/meta-xilinx-core/README.md b/meta-xilinx-core/README.md index ec5b663b..66dc46de 100644 --- a/meta-xilinx-core/README.md +++ b/meta-xilinx-core/README.md | |||
@@ -36,13 +36,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 | 36 | 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 | 37 | by including meta-xilinx-standalone, the XSCT version by adding |
38 | meta-xilinx-tools or the DTB workflow version using | 38 | meta-xilinx-tools or the DTB workflow version using |
39 | meta-xilinx-standalone-experimental. | 39 | meta-xilinx-standalone-sdt. |
40 | 40 | ||
41 | Versal-generic requires both PLM and PSM firmware to be specified. They can | 41 | 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 | 42 | 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 | 43 | be generated by including meta-xilinx-standalone, the XSCT version by adding |
44 | meta-xilinx-tools or the DTB workflow version using | 44 | meta-xilinx-tools or the DTB workflow version using |
45 | meta-xilinx-standalone-experimental. Additionally some configurations may | 45 | meta-xilinx-standalone-sdt. Additionally some configurations may |
46 | require you to specify the path to a PDI file using PDI_PATH. The XSCT | 46 | require you to specify the path to a PDI file using PDI_PATH. The XSCT |
47 | version will extract the PDI automatically. | 47 | version will extract the PDI automatically. |
48 | --- | 48 | --- |
diff --git a/meta-xilinx-standalone-sdt/recipes-openamp/libmetal/libmetal-xlnx_%.bbappend b/meta-xilinx-standalone-sdt/recipes-openamp/libmetal/libmetal-xlnx_%.bbappend index 5434c9a5..7147c71e 100644 --- a/meta-xilinx-standalone-sdt/recipes-openamp/libmetal/libmetal-xlnx_%.bbappend +++ b/meta-xilinx-standalone-sdt/recipes-openamp/libmetal/libmetal-xlnx_%.bbappend | |||
@@ -1 +1 @@ | |||
require ${LAYER_PATH_openamp-layer}/vendor/xilinx/meta-xilinx-standalone-experimental/recipes-openamp/libmetal/libmetal-xlnx.inc | require ${LAYER_PATH_openamp-layer}/vendor/xilinx/meta-xilinx-standalone-sdt/recipes-openamp/libmetal/libmetal-xlnx.inc | ||
diff --git a/meta-xilinx-standalone-sdt/recipes-openamp/open-amp/open-amp-xlnx_%.bbappend b/meta-xilinx-standalone-sdt/recipes-openamp/open-amp/open-amp-xlnx_%.bbappend index ca167bd1..ee0aa58b 100644 --- a/meta-xilinx-standalone-sdt/recipes-openamp/open-amp/open-amp-xlnx_%.bbappend +++ b/meta-xilinx-standalone-sdt/recipes-openamp/open-amp/open-amp-xlnx_%.bbappend | |||
@@ -1 +1 @@ | |||
require ${@'${LAYER_PATH_openamp-layer}/vendor/xilinx/meta-xilinx-standalone-experimental/recipes-openamp/open-amp/open-amp-xlnx.inc' if d.getVar('XILINX_WITH_ESW') == 'sdt' else ''} | require ${@'${LAYER_PATH_openamp-layer}/vendor/xilinx/meta-xilinx-standalone-sdt/recipes-openamp/open-amp/open-amp-xlnx.inc' if d.getVar('XILINX_WITH_ESW') == 'sdt' else ''} | ||
diff --git a/meta-xilinx-virtualization/README.md b/meta-xilinx-virtualization/README.md index 5b66ea38..d211c65c 100644 --- a/meta-xilinx-virtualization/README.md +++ b/meta-xilinx-virtualization/README.md | |||
@@ -19,7 +19,7 @@ $ git clone -b <release-branch> https://git.yoctoproject.org/meta-security | |||
19 | 3. Continue [Building Instructions](../README.building.md) from step 4. | 19 | 3. Continue [Building Instructions](../README.building.md) from step 4. |
20 | 20 | ||
21 | > **Note:** | 21 | > **Note:** |
22 | > * For System Device Tree(SDT) workflow see [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md) | 22 | > * For System Device Tree(SDT) workflow see [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md) |
23 | 23 | ||
24 | 4. Add meta-xilinx-virtualization layer to bblayers.conf as shown below. | 24 | 4. Add meta-xilinx-virtualization layer to bblayers.conf as shown below. |
25 | 25 | ||