Merge "autobuild: introduce build scripts"
[apps/homescreen.git] / README.md
1 This project contains:
2
3 HomeScreen: AGL Home Screen reference implementation
4
5 **AGL repo for source code**
6
7 ```
8 $ mkdir WORK
9 $ cd WORK
10 $ repo init -b dab -m dab_4.0.0_xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
11 $ repo sync
12 $ git clone git clone https://gerrit.automotivelinux.org/gerrit/staging/meta-hmi-framework
13
14 ```
15
16 Then you can get the following recipe.
17
18 * `meta-agl-demo/recipes-demo-hmi/homescreen`
19
20
21 **Bitbake**
22
23 ```
24 $ source meta-agl/scripts/aglsetup.sh -m m3ulcb agl-demo agl-devel agl-appfw-smack agl-hmi-framework
25 $ bitbake homescreen
26 ```
27
28 Instructions for building HomeScreen app
29 ----------------------------------------
30
31 The HomeScreen app is part of the
32 packagegroup-agl-demo-platform
33 packagegroup.
34
35 This also includes the following apps:
36 - WindowManager
37 - HomeScreen Binder
38
39 And the library
40 - libhomescreen
41 - libwindowmanager
42
43
44 To build all the above, follow the instrucions on the AGL
45 documentation website:
46 http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html#features-supported-by-aglsetup
47
48 Please activate the "agl-demo" feature when running the aglsetup script:
49 http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html#features-supported-by-aglsetup
50
51
52 Launch HomeScreen App:
53
54 Usage:
55
56 ```
57 afm-util start homescreen
58 ```