summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2018-01-02Update AGL HMI Framework to latest stableTadao Tanikawa1-1/+2
Pin homescreen-2017 ec28d0b Block launching app when an app is launching 54f8d05 Improve missing icon visibility 58e41da Improve management icons of homescreen Pin agl-service-windowmanager-2017 12c8934 Merge "Fix build error in gcc 7.2" into eel 832c3cd Merge changes into eel 24876db Fix build error in gcc 7.2 d501133 Enable an application re-launch 4bd8c0c Enable to show Video and WebBrowser a65ed04 Clean up source code 72295a6 Merge "Remove automatic code generation" into eel 3f23c89 Remove automatic code generation 691908f Exclude execusion bit b3f280d Add background layer for CES DEMO Pin libwindowmanager ee2b2fb Change Visible and InVisible event to broadcast 881876d Add APIs which can get information about the display and the surface area ae757d4 Fix the bug in error case Change-Id: Ic7d56a9a4d3c42bce635d8c22b2636d21db7e158 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-12-14Integrate Tanikawa XDG SupportRomain Forlot1-1/+1
Bug-AGL: SPEC-1096 Change-Id: I41ccd3940638295c261eb929f1e290dff3d4f293 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-12-10Update libwindowmanager SRCREVKazumasa Mitsunari1-1/+1
The following commit is added d98f1a6 Remove exit code when the websocket connection is disconnected Change-Id: Ic0bb31967436e8a9e7d8dd8a22d588aa2fe7d28a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-11-23Update libwindowmanager SRCREVYuta Doi1-1/+1
Update libwindowmanager SRCREV to <9b8407501c13275a831942578bf52e3a7b0b3248> Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11889/ Bug-AGL: SPEC-1034 Change-Id: I2edc05bf86aecc2da1c57b0331a48e58bc605f70 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2017-11-14Update libwindowmanager SRCREVzheng_wenlong1-1/+1
Update libwindowmanager SRCREV to <123846779a13f2c8e9742168c1c9384c6dfa5d05> Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11809/ Following commits are added: 1238467 Remove unnecessary comments and variable c98ed0f Change requestSurface() to return surface_id Change-Id: Iee37220d40a190b361750352c00642a4890fc21a Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> Signed-off-by: Tadao Taniakwa <tanikawa.tadao@jp.panasonic.com>
2017-11-05Allow SRCREV handling through poky-agl.confeel_4.99.2eel/4.99.24.99.2Jan-Simon Möller1-1/+1
This change simplifies the SRCREV handling by using - AGL_APP_REVISION and AGL_DEFAULT_REVISION in recipes. Also the AGL_BRANCH can be used to switch to release branches. Change-Id: Ia9e50ac6ffa8a46c1fa536c96adf740821db22af Bug-AGL: SPEC-864 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-03Update SRCREVs for hmi-framework packagesRomain Forlot1-1/+1
The SRCREV's were no longer valid (rebase!). Fix them. Change-Id: I54c79a04e38dc30e0d5fe1c6749f154e7f468208 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-11-02Recipe style fixes in meta-hmi-frameworkJan-Simon Möller1-3/+5
This change applies the standard bitbake recipe layout, especially it fixes: - DEPENDS before inherit (as we might DEPENDS += in the inherit !) - 'S =' below SRC_URI (style nitpick) - DESCRIPTION being present These changes are just 'formatting' but worst case we see a difference in DEPENDS due to the corrected ordering. Change-Id: I9c82114c4f4e86a59e73e3ebcdc063b2ed6bd4f1 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-01Update libwindowmanager SRCREVKazumasa Mitsunari1-1/+1
Update libwindowmanager SRCREV to master. <71d3c9ee49ece6063ea93090b3661df6a90dd1de> Related change : https://gerrit.automotivelinux.org/gerrit/#/c/11601 Change-Id: I6ac2190789621a9333d369287c4cd61a6d853986 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-31Fix md5 checksumKazumasa Mitsunari1-1/+1
This patch fixes the build error of do_populate_lic of libwindowmanager. Bug-AGL : SPEC-1000 Change-Id: I31a59f3fe0b2ac41d25ce4e8e216dd426bc73e0a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-31Split library from windowmanagerKazumasa Mitsunari1-0/+12
To improve independency, library from windowmanager service binder should be splitted [Patch Sets 2] - Remove installation of layers.json. It is included in CMakeFile. https://gerrit.automotivelinux.org/gerrit/#/c/11523/ - Remove unnecessary tabs. [Patch Sets 3] - Rename the recipe [Patch Sets 4] - Modified description about recipes - Moved S variables after SRC_URI Change-Id: I37c394991f8f18359bcf6816e9edd82e6442ce5b Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp> Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>