diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-09-20 10:52:25 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-20 11:02:29 -0600 |
commit | 1f350271b4401d69d1595e85ef7ed21cdf7f5062 (patch) | |
tree | 24d762fb0366b355518631a52cfba868047ee701 /docs/README.fw.package.md | |
parent | c0e25710a7c4e7cbcb0dba2f0b01b1b977d02030 (diff) | |
download | meta-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.md | 6 |
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 | ||
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. |