diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2017-12-06 16:06:35 -0800 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2017-12-13 16:11:14 -0800 |
commit | a18947c20dba2c0c38db8bde1ad4684995df4bbd (patch) | |
tree | 917bf2abbe439a6f99ede8cfafb25812dca54a9a /meta-xilinx-contrib/README.md | |
parent | 6ddc5873b0ede30e6542f0ab151a6236acc37944 (diff) | |
download | meta-xilinx-a18947c20dba2c0c38db8bde1ad4684995df4bbd.tar.gz |
meta-xilinx: Restructuring meta-xilinx to support multiple layers
As discussed previously on mailing list, we are proceeding with layer
restructuring. For rocko release we will have the following layers
meta-xilinx
->meta-xilinx-bsp (current meta-xilinx)
->meta-xilinx-contrib
In the subsequent releases we will add other layers from Xilinx
meta-xilinx
->meta-xilinx-bsp (current meta-xilinx)
->meta-petalinux
->meta-xilinx-tools
->meta-xilinx-contrib
This will provide one clone to get all the required meta layers from
Xilinx for a complete solution, and the users can blacklist any layer
which they don't want to use using bblayer.conf.
This will enables us to help our vendors/partners to add their reference
designs, board definitions etc.
Recipe changes :
* Move reference design zybo-linux-bd.bb to meta-xilinx-contrib
* Move kernel patches realted to zybo-linux-bd-zynq7 board to
meta-xilinx-contrib
* Update README
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-contrib/README.md')
-rw-r--r-- | meta-xilinx-contrib/README.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-xilinx-contrib/README.md b/meta-xilinx-contrib/README.md new file mode 100644 index 00000000..71557a6a --- /dev/null +++ b/meta-xilinx-contrib/README.md | |||
@@ -0,0 +1,41 @@ | |||
1 | meta-xilinx-contrib | ||
2 | =================== | ||
3 | |||
4 | This layer is a contribution layer to support for MicroBlaze, Zynq and ZynqMP architectures. | ||
5 | This layer depends on meta-xilinx-bsp layer. | ||
6 | |||
7 | Supported Boards/Machines | ||
8 | ========================= | ||
9 | |||
10 | * Zynq: | ||
11 | * Digilent Zybo Linux BD Reference design | ||
12 | |||
13 | Maintainers, Mailing list, Patches | ||
14 | ================================== | ||
15 | |||
16 | Please send any patches, comments or questions for this layer to | ||
17 | the [meta-xilinx mailing list](https://lists.yoctoproject.org/listinfo/meta-xilinx): | ||
18 | |||
19 | meta-xilinx@lists.yoctoproject.org with '[meta-xilinx-contrib]' in the subject. | ||
20 | |||
21 | |||
22 | Subscribe to mailing list at | ||
23 | https://lists.yoctoproject.org/listinfo/meta-xilinx | ||
24 | |||
25 | Maintainers: | ||
26 | |||
27 | Manjukumar Harthikote Matha <manjukumar.harthikote-matha@xilinx.com> | ||
28 | |||
29 | Dependencies | ||
30 | ============ | ||
31 | |||
32 | This layer depends on: | ||
33 | |||
34 | URI: git://git.openembedded.org/bitbake | ||
35 | |||
36 | URI: git://git.openembedded.org/openembedded-core | ||
37 | layers: meta | ||
38 | |||
39 | URI: git://git.openembedded.org/meta-xilinx | ||
40 | |||
41 | |||