diff options
| author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2021-01-23 16:35:15 -0600 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 14:48:56 -0700 |
| commit | 40d304b9534ce9912f9027c14bf97842daccb4ad (patch) | |
| tree | 516c1b671926d8e4636f34b60dafcf5039f19791 /meta-xilinx-standalone-experimental/README.md | |
| parent | 1b5863a50cfbb6c6450a9062d17dd4330fc7bbd0 (diff) | |
| download | meta-xilinx-40d304b9534ce9912f9027c14bf97842daccb4ad.tar.gz | |
Reorganize the various layer components
Machines: Move baremetal machines to meta-xilinx-standalone
Layers:
- Add new meta-xilinx-standalone-experimental
This layer may require components that may not yet be available to the
general public. It will contain various experiemntal integration work.
- meta-xilinx-standalone
This layer should be functional and contain the necessary items to build a
baremetal toolchain that can use libxil (replacement to libgloss) from
the Xilinx embeddedsw components. (Note, libxil is NOT built as part of
this work!)
The layer also contains the buildable components for the various firmware
components required to startup various Xilinx FPGAs.
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-standalone-experimental/README.md')
| -rw-r--r-- | meta-xilinx-standalone-experimental/README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/README.md b/meta-xilinx-standalone-experimental/README.md new file mode 100644 index 00000000..3f15eeff --- /dev/null +++ b/meta-xilinx-standalone-experimental/README.md | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | meta-xilinx-standalone-experimental | ||
| 2 | =================================== | ||
| 3 | This layer contains experimental items that may eventually be added | ||
| 4 | to the meta-xilinx-standalone layer. The components in this layer | ||
| 5 | may or may not be buildable as they may require unreleased code. | ||
| 6 | |||
| 7 | The non-Linux software components are still in development and | ||
| 8 | this should be considered to be a preview release only. For instance, | ||
| 9 | some components may not be buildable, expect APIs to change on various | ||
| 10 | parts and pieces. | ||
| 11 | |||
| 12 | |||
| 13 | Maintainers, Mailing list, Patches | ||
| 14 | ================================== | ||
| 15 | |||
| 16 | Please send any patches, pull requests, comments or questions for this | ||
| 17 | layer to the [meta-xilinx mailing list] | ||
| 18 | (https://lists.yoctoproject.org/listinfo/meta-xilinx): | ||
| 19 | |||
| 20 | meta-xilinx@lists.yoctoproject.org | ||
| 21 | |||
| 22 | Maintainers: | ||
| 23 | |||
| 24 | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | ||
| 25 | Mark Hatle <mark.hatle@xilinx.com> | ||
| 26 | |||
| 27 | Dependencies | ||
| 28 | ============ | ||
| 29 | |||
| 30 | This layer depends on: | ||
| 31 | |||
| 32 | URI: git://git.yoctoproject.org/poky | ||
| 33 | |||
| 34 | URI: git://git.yoctoproject.org/meta-xilinx/meta-xilinx-standalone | ||
| 35 | |||
| 36 | URI: git://git.yoctoproject.org/meta-xilinx/meta-xilinx-bsp | ||
