summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-03-09 18:21:16 +0000
committerMark Hatle <mark.hatle@xilinx.com>2020-03-09 20:13:10 +0000
commit5196706a331677774160187a804c8d1de809e7cf (patch)
treed387b5bd0be4147fc8cf0351da42a0cb5bb0b6c9
parentbbdc313355338c1eae3e914eab74fe9cec6dc8f2 (diff)
downloadmeta-xilinx-5196706a331677774160187a804c8d1de809e7cf.tar.gz
README.md: revise README.md based
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-standalone/README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/meta-xilinx-standalone/README.md b/meta-xilinx-standalone/README.md
index 0aab1ea7..09cdfcb1 100644
--- a/meta-xilinx-standalone/README.md
+++ b/meta-xilinx-standalone/README.md
@@ -1,21 +1,21 @@
1meta-xilinx-standalone 1meta-xilinx-standalone
2====================== 2======================
3 3
4This layer is meant to augment Yocto/OE functionality to provide a Baremetal/Standalone Toolchain. 4This layer is meant to augment Yocto/OE functionality to provide a
5Baremetal/Standalone Toolchain.
5 6
6 7
7Maintainers, Mailing list, Patches 8Maintainers, Mailing list, Patches
8================================== 9==================================
9 10
10Please send any patches, pull requests, comments or questions for this layer to 11Please send any patches, pull requests, comments or questions for this
11the [meta-xilinx mailing list](https://lists.yoctoproject.org/listinfo/meta-xilinx): 12layer to the [meta-xilinx mailing list]
13(https://lists.yoctoproject.org/listinfo/meta-xilinx):
12 14
13 meta-xilinx@lists.yoctoproject.org 15 meta-xilinx@lists.yoctoproject.org
14 16
15Maintainers: 17Maintainers:
16 18
17 Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
18 Manjukumar Harthikote Matha <manjukumar.harthikote-matha@xilinx.com>
19 Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> 19 Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
20 Mark Hatle <mark.hatle@xilinx.com> 20 Mark Hatle <mark.hatle@xilinx.com>
21 21
@@ -37,14 +37,13 @@ Usage
37 37
383.- Add this layer to BBLAYERS on conf/bblayers.conf 383.- Add this layer to BBLAYERS on conf/bblayers.conf
39 39
404.- Add the following to your conf/local.conf to build for the microblaze architecture: 404.- Add the following to your conf/local.conf to build for the
41microblaze architecture:
41 42
42DISTRO="xilinx-standalone" 43DISTRO="xilinx-standalone"
43 44
44MACHINE="microblaze-pmu" 45MACHINE="microblaze-pmu"
45 46
46GCCVERSION="7.%"
47
485.- Build a package: 475.- Build a package:
49 48
50for example: 49for example: