summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/README.md
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>2018-10-04 13:46:08 -0700
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2019-01-01 20:03:46 -0800
commit2b6d3099ddff4c854cc63ee53532f59a42d31175 (patch)
tree118932874cc565056ea90249b9055954f231cc31 /meta-xilinx-standalone/README.md
parentd4adc242441bdf49e1a63418a56f086c9fa8efc9 (diff)
downloadmeta-xilinx-2b6d3099ddff4c854cc63ee53532f59a42d31175.tar.gz
meta-xilinx-standalone: Create layer, distro and machine to build standalone components
This layer is meant to augment Yocto/OE functionality to provide a toolchain to build standalone components for Xilinx architectures. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/README.md')
-rw-r--r--meta-xilinx-standalone/README.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/README.md b/meta-xilinx-standalone/README.md
new file mode 100644
index 00000000..b800f372
--- /dev/null
+++ b/meta-xilinx-standalone/README.md
@@ -0,0 +1,54 @@
1meta-xilinx-standalone
2======================
3
4This layer is meant to augment Yocto/OE functionality to provide a Baremetal/Standalone Toolchain.
5
6
7Maintainers, Mailing list, Patches
8==================================
9
10Please send any patches, pull requests, comments or questions for this layer to
11the [meta-xilinx mailing list](https://lists.yoctoproject.org/listinfo/meta-xilinx):
12
13 meta-xilinx@lists.yoctoproject.org
14
15Maintainers:
16
17 Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
18 Manjukumar Harthikote Matha <manjukumar.harthikote-matha@xilinx.com>
19
20Dependencies
21============
22
23This layer depends on:
24
25 URI: git://git.yoctoproject.org/poky
26
27 URI: git://git.yoctoproject.org/meta-xilinx/meta-xilinx-bsp
28
29Usage
30=====
31
321.- Clone this layer along with the specified layers
33
342.- $ source oe-init-build-env
35
363.- Add this layer to BBLAYERS on conf/bblayers.conf
37
384.- Add the following to your conf/local.conf to build for the microblaze architecture:
39
40DISTRO="xilinx-standalone"
41
42MACHINE="zynqmp-pmu"
43
44GCCVERSION="7.%"
45
465.- Build a package:
47
48for example:
49
50$ bitbake newlib
51
52or
53
54$ bitbake meta-toolchain