blob: 99675b0accdf091f726e40df512d09f8b58d7d83 (
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
|
# 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.
## Dependencies
This layer depends on:
URI: git://git.openembedded.org/bitbake
URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master or xilinx current release version (e.g. hosister)
URI: git://git.yoctoproject.org/meta-xilinx.git
layers: meta-xilinx-core, meta-xilinx-bsp, meta-xilinx-standalone
branch: master or xilinx current release version (e.g. hosister)
|