Merge "Add Mongoose Embedded Web Server Library"
[AGL/meta-agl-devel.git] / README.md
1 The OEM needs library for AGL
2 ======================================================
3
4 There are some software package that the OEM needs, but not exist in the AGL source.  
5 This layer is add OEM needs library for AGL.  
6
7 The software packages list:
8  * boost
9  * fixesproto
10  * imagemagick
11  * iptables
12  * Xorg-macros
13  * zlib
14  * eglibc = glibc
15  * libcurl
16  * libgif
17  * libneon
18  * mongoose
19  * fuse
20  * protocol buffers
21  * bsdiff
22  * module-init-tools
23  * libcroco
24  * libtiff
25  * librsvg
26  * libpcap
27
28 Quick start guide
29 -----------------
30 To Add these library by add the feature 'agl-oem-extra-libs'
31
32 1. Before build you need prepare agl layers:
33  * You can read it at meta-agl/README-AGL.md
34
35 2. build the agl-demo-platform with 'agl-oem-extra-libs':
36
37 ```bash
38 source meta-agl/scripts/aglsetup.sh -m qemux86-64 agl-demo [agl-appfw-smack] [agl-devel] [agl-netboot] agl-oem-extra-libs
39 ```
40
41 3. Build agl-demo-platform
42
43 ```bash
44 bitbake agl-demo-platform
45 ```
46
47 Supported Machines
48 ------------------
49
50 Reference hardware:
51
52 * QEMU (x86-64) - emulated machine: qemux86-64
53 * Renesas R-Car Gen2 (R-Car M2) - machine: porter
54