forked from Xilinx/meta-petalinux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
107 lines (77 loc) · 3.32 KB
/
README
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
meta-petalinux
==============
This layer is a distro layer supporting Xilinx devices
Supported architecture
=======================
Boards Supported by this layer:
* Xilinx Zynq architecture
* Xilinx ZynqMP architecture
* Xilinx Microblaze
(Please refer to the associate .conf for more information)
Additional information on Xilinx architectures can be found at:
http://www.xilinx.com/support/index.htm
Maintainers, Patches/Submissions, Community
===========================================
Mailing list:
is used for questions, comments and patch review. It is subscriber only, so please register before posting.
Please send any patches, pull requests, comments or questions for this layer to:
[email protected] with '[meta-petalinux]' in the subject.
Subscribe to mailing list at
https://lists.yoctoproject.org/listinfo/meta-xilinx
Maintainers:
Manjukumar Harthikote Matha ([email protected])
Bhargava Sreekantappa Gayathri ([email protected])
Dependencies
============
This layer depends on:
URI: git://git.openembedded.org/bitbake
URI: git://git.openembedded.org/openembedded-core
URI: git://git.openembedded.org/meta-openembedded
URI: git://git.openembedded.org/meta-qt5
URI: git://git.openembedded.org/meta-virtualization
URI: git://git.openembedded.org/meta-browser
URI: git://git.openembedded.org/meta-openamp
URI: git://git.openembedded.org/meta-xilinx-tools
URI: git://git.openembedded.org/meta-xilinx-bsp
Build Instructions
==================
The following instructions require a OE installation (or equivalent).
Initialize a build using the 'oe-init-build-env' script in OE. Once
initialized configure bblayers.conf by adding the 'meta-xilinx' layer. e.g.:
BBLAYERS ?= " \
<path to layer>/meta-openembedded/meta-perl \
<path to layer>/meta-openembedded/meta-systemd \
<path to layer>/meta-openembedded/meta-gpe \
<path to layer>/meta-openembedded/meta-python \
<path to layer>/meta-openembedded/meta-efl \
<path to layer>/meta-openembedded/meta-ruby \
<path to layer>/meta-openembedded/meta-filesystems \
<path to layer>/meta-openembedded/meta-gnome \
<path to layer>/meta-openembedded/meta-multimedia \
<path to layer>/meta-openembedded/meta-networking \
<path to layer>/meta-openembedded/meta-webserver \
<path to layer>/meta-openembedded/meta-xfce \
<path to layer>/meta-openembedded/meta-initramfs \
<path to layer>/meta-openembedded/meta-oe \
<path to layer>/meta \
<path to layer>/meta-qt5 \
<path to layer>/meta-selftest \
<path to layer>/meta-skeleton \
<path to layer>/meta-openamp \
<path to layer>/meta-browser \
<path to layer>/meta-xilinx/meta-xilinx-bsp \
<path to layer>/meta-xilinx/meta-xilinx-contrib \
<path to layer>/meta-xilinx-tools \
<path to layer>/meta-petalinux \
"
MALI USERSPACE BINARIES
=======================
Please follow the instructions to include MALI 400 userspace binaries
http://www.wiki.xilinx.com/Adding+MALI+userspace+binaries+in+Yocto+builds
To build a specific target RPM packages configure the associated machine in local.conf:
1 MACHINE ?= "zynq-generic"
Build the target file system image using bitbake:
$ bitbake petalinux-image-full
Once complete the rpm for the target machine will be available in the output
directory 'tmp/deploy/rpm'.