Age | Commit message (Collapse) | Author | Files | Lines |
|
Update the .gitreview file.
Change-Id: I7f25ce372d5675e083834c215cd0dc0d06e91bc6
Bug-AGL: SPEC-4006
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Add display permission required to work with the running as non-root
change for applications. Previously applied as a patch by the recipe
in meta-agl-demo.
Bug-AGL: SPEC-2389
Change-Id: I2b367e597dfb4453e9a75dc8b2f3bd5b900d0c43
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
This updates the gitreview file in the project
.
Change-Id: I98c1b0d5bba5565512f5e4a1ae4559ccc1e27190
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Bug-AGL: SPEC-2164
Change-Id: I6903378e8a0230403b458c519d86e2ccf8cc6fa5
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Message:
== and != may perform type coercion, use === or !== to avoid it.
Description:
The non-strict equality comparison is allowed to convert its arguments
to a common type. That can lead to unexpected results such as
' \t\r\n' == 0 being true. Use the strict equality operators === and
!== and be explicit about conversions you require.
Bug-AGL: SPEC-2814
Change-Id: If0648d063b64ac2b4265006942b9c69991459836
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Add agl and linux autobuild scripts to silence build warnings.
These 2 scripts are based on the latest version of the autobuild
script, but they've been customized to (i) work with the existing
qmake files and (ii) the 'update' and 'package-test' targets have
been removed.
Bug-AGL: SPEC-2164
Change-Id: I9ba6bb03c16975c735998c2d99dc0a63faa9005b
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Change-Id: I7d7a56008ea9616370b344143ad4a5a774cdf26c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I4fb664a8520f02bc8e8eb8a87aa14c52d0fe8800
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|
|
|