diff options
author | meta-xilinx-bounces@yoctoproject.org <meta-xilinx-bounces@yoctoproject.org> | 2013-05-15 08:59:02 +1000 |
---|---|---|
committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-05-15 08:59:02 +1000 |
commit | 212a38e595ae289d8f1c0593b04509e56f283e40 (patch) | |
tree | 0500ed2e222e9d0eaed58719bc2650cd312aefb6 | |
parent | f65ed451863417c85be555903377218cb0aac855 (diff) | |
download | meta-xilinx-212a38e595ae289d8f1c0593b04509e56f283e40.tar.gz |
Add a README file for the meta-xilinx layer.
Signed-off-by: Philip Balister <philip@balister.org>
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ | |||
1 | This layer provides support for Xilinx microblaze and zynq platforms. | ||
2 | |||
3 | Specific boards supported by this layer: | ||
4 | |||
5 | * kc705 microblaze TRD | ||
6 | * zc702 Zynq evaluation board | ||
7 | |||
8 | End users should create a layer and use bbappends to extend | ||
9 | the recipes in this layer to support their boards. | ||
10 | |||
11 | Patches for this layer should be sent to meta-xilinx@lists.yoctoproject.org. | ||
12 | |||
13 | You can submit single patches with this command: | ||
14 | |||
15 | 'git send-email -M -1 --to meta-xilinx@lists.yoctoproject.org --subject-prefix=PATCH' | ||
16 | |||
17 | For longer sets fork the meta-xilinx repo on github and push to a branch. | ||
18 | |||