diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-01 14:44:30 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-05 20:56:04 +0000 |
commit | 0e83de851313a5b85c3688da7d278cc27ea76093 (patch) | |
tree | d0b11bec2622f7a05f322f71d1ca0de5d2510c95 | |
parent | f64bdf74f4ce5e6b0041669289bc0f8548d3cd42 (diff) |
XDG-IVI: Load by default id-agent in weston
Bug-AGL: SPEC-1096
Change-Id: Iecfede123503410e1fdfa509a724cbcaf643d92b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12311
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
3 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb b/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb index 9ba49bf2e..02a6ea7e8 100644 --- a/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb +++ b/meta-agl/recipes-graphics/wayland/weston-ini-conf.bb @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d SRC_URI = "file://core.cfg \ file://ivishell.cfg \ + file://id-agent.cfg \ file://shell.cfg \ file://hdmi-a-1-270.cfg \ " diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg b/meta-agl/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg new file mode 100644 index 000000000..578d8c408 --- /dev/null +++ b/meta-agl/recipes-graphics/wayland/weston-ini-conf/id-agent.cfg @@ -0,0 +1,2 @@ +[id-agent] +default-id-offset=10 diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg b/meta-agl/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg index 1c4304cdd..f0548f291 100644 --- a/meta-agl/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg +++ b/meta-agl/recipes-graphics/wayland/weston-ini-conf/ivishell.cfg @@ -1,3 +1,4 @@ [ivi-shell] ivi-input-module=ivi-input-controller.so ivi-module=ivi-controller.so +id-agent-module=simple-id-agent.so |