diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-09 18:21:16 +0000 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-09 20:13:10 +0000 |
commit | 5196706a331677774160187a804c8d1de809e7cf (patch) | |
tree | d387b5bd0be4147fc8cf0351da42a0cb5bb0b6c9 | |
parent | bbdc313355338c1eae3e914eab74fe9cec6dc8f2 (diff) | |
download | meta-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.md | 15 |
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 @@ | |||
1 | meta-xilinx-standalone | 1 | meta-xilinx-standalone |
2 | ====================== | 2 | ====================== |
3 | 3 | ||
4 | This layer is meant to augment Yocto/OE functionality to provide a Baremetal/Standalone Toolchain. | 4 | This layer is meant to augment Yocto/OE functionality to provide a |
5 | Baremetal/Standalone Toolchain. | ||
5 | 6 | ||
6 | 7 | ||
7 | Maintainers, Mailing list, Patches | 8 | Maintainers, Mailing list, Patches |
8 | ================================== | 9 | ================================== |
9 | 10 | ||
10 | Please send any patches, pull requests, comments or questions for this layer to | 11 | Please send any patches, pull requests, comments or questions for this |
11 | the [meta-xilinx mailing list](https://lists.yoctoproject.org/listinfo/meta-xilinx): | 12 | layer 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 | ||
15 | Maintainers: | 17 | Maintainers: |
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 | ||
38 | 3.- Add this layer to BBLAYERS on conf/bblayers.conf | 38 | 3.- Add this layer to BBLAYERS on conf/bblayers.conf |
39 | 39 | ||
40 | 4.- Add the following to your conf/local.conf to build for the microblaze architecture: | 40 | 4.- Add the following to your conf/local.conf to build for the |
41 | microblaze architecture: | ||
41 | 42 | ||
42 | DISTRO="xilinx-standalone" | 43 | DISTRO="xilinx-standalone" |
43 | 44 | ||
44 | MACHINE="microblaze-pmu" | 45 | MACHINE="microblaze-pmu" |
45 | 46 | ||
46 | GCCVERSION="7.%" | ||
47 | |||
48 | 5.- Build a package: | 47 | 5.- Build a package: |
49 | 48 | ||
50 | for example: | 49 | for example: |