Skip to content

Commit

Permalink
various: meta-xilinx-standalone-experimental renamed to meta-xilinx-s…
Browse files Browse the repository at this point in the history
…tandalone-sdt

Signed-off-by: Mark Hatle <[email protected]>
  • Loading branch information
mhatle committed Sep 20, 2024
1 parent c0e2571 commit 1f35027
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components, kernel etc.
* **meta-xilinx-standalone**: layer containing the AMD Xilinx Baremetal or
Standalone Toolchains metadata to build baremetal firmware and applications.

* **meta-xilinx-standalone-experimental**: layer containing metadata to build
* **meta-xilinx-standalone-sdt**: layer containing metadata to build
all the boot images using lopper and system device tree without using the
meta-xilinx-tools layer.

Expand Down
4 changes: 2 additions & 2 deletions docs/README.dfx.user.dts.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ SRC_URI = " \

1. Follow SDT or XSCT Build instructions whichever build method is used but not
both.
a. [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md) upto step 4.
a. [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md) upto step 4.
b. [XSCT Building Instructions](../README.building.md)
upto step 4.b (With SDT overlay).
2. Create recipes-firmware directory in meta layer and copy the .bit/bin/pdi,
Expand Down Expand Up @@ -326,7 +326,7 @@ IMAGE_INSTALL:append = " \
```
6. Follow SDT or XSCT Build instructions whichever build method is used but not
both.
a. [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) and continue from step 5.
a. [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) and continue from step 5.
b. [XSCT Building Instructions](../README.building.md)
and continue from step 5.
7. Once images are built firmware app files will be installed on target_rootfs.
Expand Down
6 changes: 3 additions & 3 deletions docs/README.fw.package.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ filesystem.

## How to create and install firmware package recipe

1. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) upto step 4.
1. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) upto step 4.

2. Create recipes-firmware directory in distribution meta layer.
```
Expand All @@ -34,7 +34,7 @@ $ recipetool create -o <meta-layer>/recipes-firmware/<firmware-package-name>/fir
> recipe name.
> * **TARGET_MC:** Variable to define one of the multiconfig target name
> (ex: cortexr5-0-zynqmp-baremetal) from the BBMULTICONFIG list
> generated at [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md )
> generated at [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md )
> step 4.
```
Expand All @@ -57,5 +57,5 @@ IMAGE_INSTALL:append = " \
firmware-package-name \
"
```
6. Follow [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md ) and continue from
6. Follow [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md ) and continue from
step 5.
4 changes: 2 additions & 2 deletions meta-xilinx-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ Zynqmp-generic requires pmu-firmware. The firmware can be passed directly
as a path to a binary: PMU_FILE, you may use the generic built version
by including meta-xilinx-standalone, the XSCT version by adding
meta-xilinx-tools or the DTB workflow version using
meta-xilinx-standalone-experimental.
meta-xilinx-standalone-sdt.

Versal-generic requires both PLM and PSM firmware to be specified. They can
be specified as a path to a binary using PLM_FILE and PSM_FILE. Or they can
be generated by including meta-xilinx-standalone, the XSCT version by adding
meta-xilinx-tools or the DTB workflow version using
meta-xilinx-standalone-experimental. Additionally some configurations may
meta-xilinx-standalone-sdt. Additionally some configurations may
require you to specify the path to a PDI file using PDI_PATH. The XSCT
version will extract the PDI automatically.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 ''}
2 changes: 1 addition & 1 deletion meta-xilinx-virtualization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ git clone -b <release-branch> https://git.yoctoproject.org/meta-security
3. Continue [Building Instructions](../README.building.md) from step 4.

> **Note:**
> * For System Device Tree(SDT) workflow see [SDT Building Instructions](../meta-xilinx-standalone-experimental/README.md)
> * For System Device Tree(SDT) workflow see [SDT Building Instructions](../meta-xilinx-standalone-sdt/README.md)
4. Add meta-xilinx-virtualization layer to bblayers.conf as shown below.

Expand Down

0 comments on commit 1f35027

Please sign in to comment.