summaryrefslogtreecommitdiffstats
path: root/docs/README.fw.package.md
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 /docs/README.fw.package.md
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>
Diffstat (limited to 'docs/README.fw.package.md')
-rw-r--r--docs/README.fw.package.md6
1 files changed, 3 insertions, 3 deletions
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.