homescreenhandler: Avoid using a stale wl_output
[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 master -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
11 $ repo sync
12
13 ```
14
15 Then you can get the following recipe.
16
17 * `meta-agl-demo/recipes-demo-hmi/homescreen`
18
19
20 **Bitbake**
21
22 ```
23 $ source meta-agl/scripts/aglsetup.sh -m m3ulcb agl-demo agl-devel
24 $ bitbake homescreen
25 ```
26
27 Instructions for building Home Screen app
28 ----------------------------------------
29
30 The Home Screen app is part of the packagegroup-agl-demo-platform
31 packagegroup.
32
33 To build all the above, follow the instrucions on the AGL
34 documentation website:
35 http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html#features-supported-by-aglsetup
36
37 Please activate the "agl-demo" feature when running the aglsetup script:
38 http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html#features-supported-by-aglsetup
39
40
41 Launch Home Screen App:
42
43 Usage:
44
45 ```
46 systemctl start homescreen
47 ```