blob: e49b01f2de27b2a0a782d0ac28717becc265bf51 (
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
57
58
|
meta-xilinx-standalone-experimental
===================================
This layer contains experimental items that may eventually be added
to the meta-xilinx-standalone layer. The components in this layer
may or may not be buildable as they may require unreleased code.
The non-Linux software components are still in development and
this should be considered to be a preview release only. For instance,
some components may not be buildable, expect APIs to change on various
parts and pieces.
Build Instructions
------------------
Note: to use this layer you must REMOVE meta-xilinx-tools from your
project. meta-xilinx-tools is not compatible with this experimental
approach. You may also have to remove other layers that depend
on meta-xilinx-tools, such as meta-som.
To use the experimental version of the embedded software (firmware)
as well as system configuration, you must build the 'meta-xilinx-setup'
SDK. This SDK is passed a device tree, constructed from DTG++ and
produces a number of configuration files.
To build the setup SDK:
MACHINE=qemux86-64 bitbake meta-xilinx-setup
To install the setup SDK:
./tmp/deploy/sdk/x86_64-xilinx-nativesdk-prestep-2021.2.sh -d prestep -y
Then follow the instructions in the 'prestep/README-setup' file.
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:
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-standalone
URI: git://git.yoctoproject.org/meta-xilinx/meta-xilinx-bsp
|