diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2018-10-04 13:46:08 -0700 |
|---|---|---|
| committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-01-01 20:03:46 -0800 |
| commit | 2b6d3099ddff4c854cc63ee53532f59a42d31175 (patch) | |
| tree | 118932874cc565056ea90249b9055954f231cc31 /meta-xilinx-standalone/README.md | |
| parent | d4adc242441bdf49e1a63418a56f086c9fa8efc9 (diff) | |
| download | meta-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.md | 54 |
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 @@ | |||
| 1 | meta-xilinx-standalone | ||
| 2 | ====================== | ||
| 3 | |||
| 4 | This layer is meant to augment Yocto/OE functionality to provide a Baremetal/Standalone Toolchain. | ||
| 5 | |||
| 6 | |||
| 7 | Maintainers, Mailing list, Patches | ||
| 8 | ================================== | ||
| 9 | |||
| 10 | Please send any patches, pull requests, comments or questions for this layer to | ||
| 11 | the [meta-xilinx mailing list](https://lists.yoctoproject.org/listinfo/meta-xilinx): | ||
| 12 | |||
| 13 | meta-xilinx@lists.yoctoproject.org | ||
| 14 | |||
| 15 | Maintainers: | ||
| 16 | |||
| 17 | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | ||
| 18 | Manjukumar Harthikote Matha <manjukumar.harthikote-matha@xilinx.com> | ||
| 19 | |||
| 20 | Dependencies | ||
| 21 | ============ | ||
| 22 | |||
| 23 | This layer depends on: | ||
| 24 | |||
| 25 | URI: git://git.yoctoproject.org/poky | ||
| 26 | |||
| 27 | URI: git://git.yoctoproject.org/meta-xilinx/meta-xilinx-bsp | ||
| 28 | |||
| 29 | Usage | ||
| 30 | ===== | ||
| 31 | |||
| 32 | 1.- Clone this layer along with the specified layers | ||
| 33 | |||
| 34 | 2.- $ source oe-init-build-env | ||
| 35 | |||
| 36 | 3.- Add this layer to BBLAYERS on conf/bblayers.conf | ||
| 37 | |||
| 38 | 4.- Add the following to your conf/local.conf to build for the microblaze architecture: | ||
| 39 | |||
| 40 | DISTRO="xilinx-standalone" | ||
| 41 | |||
| 42 | MACHINE="zynqmp-pmu" | ||
| 43 | |||
| 44 | GCCVERSION="7.%" | ||
| 45 | |||
| 46 | 5.- Build a package: | ||
| 47 | |||
| 48 | for example: | ||
| 49 | |||
| 50 | $ bitbake newlib | ||
| 51 | |||
| 52 | or | ||
| 53 | |||
| 54 | $ bitbake meta-toolchain | ||
