summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/README.md
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-03-14 15:20:55 -0600
committerMark Hatle <mark.hatle@amd.com>2023-03-15 18:25:54 -0500
commit3c072fb12717fcb615f24167fe9ba6c8cb03e6e3 (patch)
treea7247c19b83b57220a42fc88238530ae0cdfa6d8 /meta-xilinx-standalone/README.md
parentb7dc0ec1a3a55b1b429ad5e2ac19006e5e4547d5 (diff)
downloadmeta-xilinx-3c072fb12717fcb615f24167fe9ba6c8cb03e6e3.tar.gz
README: Update standalone layer langdale release info
Update meta-xilinx-standalone README with langdale release info. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone/README.md')
-rw-r--r--meta-xilinx-standalone/README.md39
1 files changed, 25 insertions, 14 deletions
diff --git a/meta-xilinx-standalone/README.md b/meta-xilinx-standalone/README.md
index 8834a87b..aa672b1d 100644
--- a/meta-xilinx-standalone/README.md
+++ b/meta-xilinx-standalone/README.md
@@ -13,11 +13,11 @@ The software in this layer may be used in either a standard single
13configuration build, or a multiconfig build. A multiconfig build, along 13configuration build, or a multiconfig build. A multiconfig build, along
14with the MACHINES defined in meta-xilinx-bsps will automate the generation 14with the MACHINES defined in meta-xilinx-bsps will automate the generation
15of certain firmwares. 15of certain firmwares.
16 16---
17## Standalone Firmware 17## Standalone Firmware
18 18
19The standalone firmware is a genericly configured firmware, it can be 19The standalone firmware is a generically configured firmware, it can be
20build either in a single standalong configuration, or via an automated 20build either in a single standalone configuration, or via an automated
21multiconfig approach only when needed. 21multiconfig approach only when needed.
22 22
23* multiconfig setup 23* multiconfig setup
@@ -29,32 +29,43 @@ standalone firmware on demand.
29 29
30Edit the conf/local.conf file, add: 30Edit the conf/local.conf file, add:
31 31
32```
32# For zynqmp-generic 33# For zynqmp-generic
33BBMULTICONFIG += "fsbl-fw zynqmp-pmufw" 34BBMULTICONFIG += "fsbl-fw zynqmp-pmufw"
35```
34 36
37```
35# For versal-generic 38# For versal-generic
36BBMULTICONFIG += "versal-fw" 39BBMULTICONFIG += "versal-fw"
40```
37 41
38To build: 42**To build:**
39 43
44```
40# For zynqmp, select a zynqmp machine or the generic one 45# For zynqmp, select a zynqmp machine or the generic one
41MACHINE=zynqmp-generic bitbake fsbl pmufw 46$ MACHINE=zynqmp-generic bitbake fsbl pmufw
47```
42 48
49```
43# For versal, select a versal machine or the generic one 50# For versal, select a versal machine or the generic one
44MACHINE=versal-generic bitbake plmfw psmfw 51$ MACHINE=versal-generic bitbake plmfw psmfw
45 52```
53---
46 54
47## Dependencies 55## Dependencies
48 56
49This layer depends on: 57This layer depends on:
50 58
51 URI: git://git.openembedded.org/bitbake 59 URI: https://git.yoctoproject.org/poky
60 layers: meta, meta-poky
61 branch: langdale
52 62
53 URI: git://git.openembedded.org/openembedded-core 63 URI: https://git.openembedded.org/meta-openembedded
54 layers: meta 64 layers: meta-oe
55 branch: master or xilinx current release version (e.g. hosister) 65 branch: langdale
56 66
57 URI: git://git.yoctoproject.org/meta-xilinx.git 67 URI:
68 https://git.yoctoproject.org/meta-xilinx (official version)
69 https://github.com/Xilinx/meta-xilinx (development and amd xilinx release)
58 layers: meta-xilinx-microblaze, meta-xilinx-core, meta-xilinx-bsp 70 layers: meta-xilinx-microblaze, meta-xilinx-core, meta-xilinx-bsp
59 branch: master or xilinx current release version (e.g. hosister) 71 branch: langdale or amd xilinx release version (e.g. rel-v2023.1)
60