Age | Commit message (Collapse) | Author | Files | Lines |
|
Update the .gitreview file.
Bug-AGL: SPEC-4695
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I4f812af5ffa5c99bad7e983f5c5e973d87f167a4
|
|
Update autobuild script to create multiple widget target debug, coverage and all
Add config.cmake to match with cmake-app-module
Adapt CMakeLists folowing those changes
Bug-AGL: SPEC-2049
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Change-Id: I17748ab91808c1e82cde0e354928bde63d89286b
|
|
Bug-AGL: SPEC-2422
Change-Id: I184490cf84b9423b1194c9b9c309dd8c97a07a76
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Bug-AGL: SPEC-2745
Change-Id: Idbaecfaf7d48e35fcb9d9964d682ff99702a05cd
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Bug-AGL: SPEC-2164
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I5fd6764032acbfc6a167e3412733ce60ea762b81
|
|
struct stat stbuf.st_size is off_t{aka long int},
but malloc and free need size_t{aka long unsigned int}.
Bug-AGL: SPEC-2422
Change-Id: I93fe49004133cd979fe24001d029a56c2660a62b
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Change README.md syntax to suit common markdown syntax.
Bug-AGL: SPEC-2103
Change-Id: Ibb6998c5763a572a2eb1652ddbcd8ee06423ca74
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
- Add agl autobuild script to silence build
warnings on yocto.
- Add linux autobuild script to build with
the sdk
These scripts are based on the latest
version of the autobuild script, but they've
been customized to match the existin cmake
(the update and package-test targets have been
removed).
Bug-AGL: SPEC-2164
Change-Id: I9fb704ce1e16ebfeb292cd81e4284342334ffff5
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
This reverts commit 1fed2c5a38fed8bc91bb6b8a08982303eb9c2e82.
Change-Id: Id83b437eef556b8d3fcd95503b9ff5b4d94bc7a5
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
Change steering to systemd service for ces2019
Change-Id: I319fb56a302f4f980b43a1b90dee1f36820355fb
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
The feature "urn:AGL:widget:required-binding" is now
preferred to the feature "urn:AGL:widget:required-api"
for requiring a local binding.
Bug-AGL: SPEC-1800
Change-Id: I572d3dd84e8261f1a9664163590f4327aae64db0
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
|
|
Change-Id: I99de1ca1d9ffa8610f77904e85ef4f95816a1cd5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
By add package folder but forgot copy it to binary directory.
It will cause no config.xml, json in wgt file, and install error.
So return to old version but with custom target name package.
Change-Id: I156f920b8428357ea2fc8b9aa0725b9dee2a1df5
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
Add new binding service for steering wheel.
Right now it's for logitech g29 and build on reneses m3ulcb.
Had test on Daring Dab 3.99.2, 3.99.3, 4.0.0.
After this commit, we want to add some code for dashboard to use this binding.
[Modify 20170803]
Deleted trailing whitespace in README.md
Fixed typo enogh to enough
Modfied .noconcurrency 0 to 1 for atomic
Checked event valid by afb_event_is_valid
Droped event when not enough memory by afb_event_drop
[Modify 20170804]
Modify json path into afb_daemon_rootdir_open_locale
Delete error.h for same ERRMSG define in af-steering-wheel-binding.h
Delete install code in recipes because aglwgt do autoinstall
Add verbs information
[Modify 20170808]
Add target 'package' in CMakeLists.txt to make package
[Modify 20170810]
Add new folder named 'package' for jenkins job
Change-Id: I975b1ce3afbeea0145ea723586b4b46288c987ab
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
|