summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-09-20 10:52:25 -0600
committerMark Hatle <mark.hatle@amd.com>2024-09-20 11:02:29 -0600
commit1f350271b4401d69d1595e85ef7ed21cdf7f5062 (patch)
tree24d762fb0366b355518631a52cfba868047ee701
parentc0e25710a7c4e7cbcb0dba2f0b01b1b977d02030 (diff)
downloadmeta-xilinx-1f350271b4401d69d1595e85ef7ed21cdf7f5062.tar.gz
various: meta-xilinx-standalone-experimental renamed to meta-xilinx-standalone-sdt
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--README.md2
-rw-r--r--docs/README.dfx.user.dts.md4
-rw-r--r--docs/README.fw.package.md6
-rw-r--r--meta-xilinx-core/README.md4
-rw-r--r--meta-xilinx-standalone-sdt/recipes-openamp/libmetal/libmetal-xlnx_%.bbappend2
-rw-r--r--meta-xilinx-standalone-sdt/recipes-openamp/open-amp/open-amp-xlnx_%.bbappend2
-rw-r--r--meta-xilinx-virtualization/README.md2
7 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 428b8cad..5dea20de 100644
--- a/README.md
+++ b/README.md
@@ -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
20Standalone Toolchains metadata to build baremetal firmware and applications. 20Standalone 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
23all the boot images using lopper and system device tree without using the 23all the boot images using lopper and system device tree without using the
24meta-xilinx-tools layer. 24meta-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
2841. Follow SDT or XSCT Build instructions whichever build method is used but not 2841. 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).
2892. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi, 2892. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi,
@@ -326,7 +326,7 @@ IMAGE_INSTALL:append = " \
326``` 326```
3276. Follow SDT or XSCT Build instructions whichever build method is used but not 3276. 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.
3327. Once images are built firmware app files will be installed on target_rootfs. 3327. 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
171. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) upto step 4. 171. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) upto step 4.
18 18
192. Create recipes-firmware directory in distribution meta layer. 192. 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```
606. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) and continue from 606. 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
36as a path to a binary: PMU_FILE, you may use the generic built version 36as a path to a binary: PMU_FILE, you may use the generic built version
37by including meta-xilinx-standalone, the XSCT version by adding 37by including meta-xilinx-standalone, the XSCT version by adding
38meta-xilinx-tools or the DTB workflow version using 38meta-xilinx-tools or the DTB workflow version using
39meta-xilinx-standalone-experimental. 39meta-xilinx-standalone-sdt.
40 40
41Versal-generic requires both PLM and PSM firmware to be specified. They can 41Versal-generic requires both PLM and PSM firmware to be specified. They can
42be specified as a path to a binary using PLM_FILE and PSM_FILE. Or they can 42be specified as a path to a binary using PLM_FILE and PSM_FILE. Or they can
43be generated by including meta-xilinx-standalone, the XSCT version by adding 43be generated by including meta-xilinx-standalone, the XSCT version by adding
44meta-xilinx-tools or the DTB workflow version using 44meta-xilinx-tools or the DTB workflow version using
45meta-xilinx-standalone-experimental. Additionally some configurations may 45meta-xilinx-standalone-sdt. Additionally some configurations may
46require you to specify the path to a PDI file using PDI_PATH. The XSCT 46require you to specify the path to a PDI file using PDI_PATH. The XSCT
47version will extract the PDI automatically. 47version 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
193. Continue [Building Instructions](../README.building.md) from step 4. 193. 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
244. Add meta-xilinx-virtualization layer to bblayers.conf as shown below. 244. Add meta-xilinx-virtualization layer to bblayers.conf as shown below.
25 25