agl-service-audiomixer: add DEPENDS on wireplumber
[AGL/meta-agl-devel.git] / README.md
1 meta-agl-devel layer
2 ======================================================
3
4 The meta-agl-devel layer is intended to contain components that are under
5 testing/development or software packages that OEMs need but to not exist
6 in AGL.
7
8 Here below you can find more information about the components of this layer.
9
10 Virtualization support (meta-egvirt)
11 ======================================================
12
13 meta-egvirt is the Virtualization Expert Group (EG-VIRT) layer, targeting to enable
14 virtualization support in AGL.
15
16 For more information, see the README.md file included in the layer, or alternatively
17 visit the EG\_VIRT wiki page at: https://wiki.automotivelinux.org/eg-virt
18
19 The OEM needs library for AGL
20 ======================================================
21
22 There are some software package that the OEM needs, but not exist in the AGL source.
23 This layer is add OEM needs library for AGL.
24
25 The software packages list:
26  * boost
27  * fixesproto
28  * imagemagick
29  * iptables
30  * Xorg-macros
31  * zlib
32  * eglibc = glibc
33  * libcurl
34  * libgif
35  * libneon
36  * mongoose
37  * fuse
38  * protocol buffers
39  * bsdiff
40  * module-init-tools
41  * libcroco
42  * libtiff
43  * librsvg
44  * libpcap
45
46 Quick start guide
47 -----------------
48 To Add these library by add the feature 'agl-oem-extra-libs'
49
50 1. Before build you need prepare agl layers:
51  * You can read it at meta-agl/README-AGL.md
52
53 2. build the agl-demo-platform with 'agl-oem-extra-libs':
54
55 ```bash
56 source meta-agl/scripts/aglsetup.sh -m qemux86-64 agl-demo [agl-appfw-smack] [agl-devel] [agl-netboot] agl-oem-extra-libs
57 ```
58
59 3. Build agl-demo-platform
60
61 ```bash
62 bitbake agl-demo-platform
63 ```
64
65 Supported Machines
66 ------------------
67
68 Reference hardware:
69
70 * QEMU (x86-64) - emulated machine: qemux86-64
71
72 HMI Framework
73 ======================================================
74 Quick start guide
75 -----------------
76 To Add HMI Framework, it is necessary to add 'hmi-framework' at source command as same as agl-oem-extra-libs
77
78 1. Before build you need prepare agl layers:
79  * You can read it at meta-agl/README-AGL.md
80
81 2. build the agl-demo-platform with 'hmi-framework':
82
83 ```bash
84 source meta-agl/scripts/aglsetup.sh -m m3ulcb agl-demo [agl-appfw-smack] [agl-devel] [agl-netboot] hmi-framework
85 ```
86