Merge changes from topic '14855'
[AGL/meta-agl-devel.git] / meta-hmi-framework / README.md
1 This README file contains information on the contents of the
2 hmi-framework layer.
3
4 Please see the corresponding sections below for details.
5
6
7 HMI Framework
8 ================
9 meta-hmi-framework is the layer providing HMI framework. 
10 HMI framework provides HMI resource(right) management. Resource contains sound, window, input to control.
11 This is based on the document in https://wiki.automotivelinux.org/hmiframework
12
13 Maintainers:
14  Takeshi Hoshina<takeshi_hoshina@mail.toyota.co.jp>
15  Hiroshi Kojima<Hiroshi_Kojima@mentor.com>
16  Kazumasa Mitsunari<knimitz@witz-inc.co.jp>
17
18
19 How to enable the framework
20 =================
21 In order to enable the HMI Framework features, the following line has to be enabled in local.conf
22
23 IMAGE_INSTALL_append += ""
24
25 Reference
26 =================
27 https://wiki.automotivelinux.org/hmiframework
28
29
30 I. Adding the hmi-framework layer to your build
31 =================================================
32
33 --- replace with specific instructions for the hmi-framework layer ---
34
35 In order to use this layer, you need to make the build system aware of
36 it.
37
38 Assuming the hmi-framework layer exists at the top-level of your
39 yocto build tree, you can add it to the build system by adding the
40 location of the hmi-framework layer to bblayers.conf, along with any
41 other layers needed. e.g.:
42
43   BBLAYERS ?= " \
44     /path/to/yocto/meta \
45     /path/to/yocto/meta-poky \
46     /path/to/yocto/meta-yocto-bsp \
47     /path/to/yocto/meta-hmi-framework \
48     "
49
50
51 II. Misc
52 ========
53
54 --- replace with specific information about the hmi-framework layer ---