aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/README.md
blob: c7bdeb6ea9837b9fbe9dff9b3ec63e9c5a880645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
meta-xilinx-standalone
======================

This layer is meant to augment Yocto/OE functionality to provide a Baremetal/Standalone Toolchain.


Maintainers, Mailing list, Patches
==================================

Please send any patches, pull requests, comments or questions for this layer to
the [meta-xilinx mailing list](https://lists.yoctoproject.org/listinfo/meta-xilinx):

	meta-xilinx@lists.yoctoproject.org

Maintainers:

	Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
	Manjukumar Harthikote Matha <manjukumar.harthikote-matha@xilinx.com>
	Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
	Mark Hatle <mark.hatle@xilinx.com>

Dependencies
============

This layer depends on:

     URI: git://git.yoctoproject.org/poky

     URI: git://git.yoctoproject.org/meta-xilinx/meta-xilinx-bsp

Usage
=====

1.- Clone this layer along with the specified layers

2.- $ source oe-init-build-env

3.- Add this layer to BBLAYERS on conf/bblayers.conf

4.- Add the following to your conf/local.conf to build for the microblaze architecture:

DISTRO="xilinx-standalone"

MACHINE="zynqmp-pmu"

GCCVERSION="7.%"

5.- Build a package:

for example:

$ bitbake newlib

or

$ bitbake meta-toolchain