meta-agl/meta-agl-core/dynamic-layers, branch 12.93.0 meta-agl layer (core AGL) http://git.automotivelinux.org/AGL/meta-agl/atom?h=12.93.0 2021-08-23T11:56:42+00:00 Convert to new override syntax 2021-08-23T11:56:42+00:00 Scott Murray scott.murray@konsulko.com 2021-08-02T21:10:51+00:00 urn:sha1:dd6fc5dcaa0a027b7651bb365d5dd0f623498f8f This is mostly the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. A few minor fixups were done by hand afterwards during a review of the changes. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia3bf63b7cb1aa1d95ada373d1a3ab56def0a125d Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26564 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> qt5: Fix timer leak in qtwayland to avoid animations being sluggish 2021-07-13T21:16:28+00:00 Hiroyuki Ishii ishii.hiroyuki002@jp.panasonic.com 2021-06-29T08:13:03+00:00 urn:sha1:9a6bed4d97b22de2dfdd32f1128aa30acdd9e439 With long-running qt applications which have fluid animations in wayland environment, the animation becomes obviously sluggish because massive amount of memcpy() is called through a constructor being placed in a loop in QTimerInfoList::timerInsert() function. This is caused by a timer-index leak bug of qtwayland, which is already reported to the qt project as following ticket. https://bugreports.qt.io/browse/QTBUG-79838 Unfortunately QTBUG-79838 is still open because maintenance of non-commercial version of qt5 is already stopped. However, we've confirmed that the patch attached to that ticket works fine except for that part of it is no longer needed due to the deletion of the code. So let's apply only effective part of it. Bug-AGL: SPEC-3991 Signed-off-by: Hiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com> Change-Id: Ib148b81aabb98e8df10c1414cdbfe26f7ddf09a6 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26466 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> meta-agl-core: dynamically add qtbase bbappend 2021-06-08T21:55:19+00:00 Scott Murray scott.murray@konsulko.com 2021-06-07T21:29:36+00:00 urn:sha1:327c2ec6bc24dd13d6f49430bff613c573f19357 Add a dynamic layer addition for meta-qt5 that contains a qtbase bbappend with the required configuration changes for building it with Wayland support. The aim is to avoid duplication of these configuration changes among meta-agl-core users. Bug-AGL: SPEC-3972 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I642ad6e62c10da1b1c2323a13c7d5fa91ba9f028 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26395 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>meta-agl/meta-agl-core/dynamic-layers, branch 12.93.0</title>
<subtitle>meta-agl layer (core AGL)</subtitle>
<id>http://git.automotivelinux.org/AGL/meta-agl/atom?h=12.93.0</id>
<link rel="self" href="http://git.automotivelinux.org/AGL/meta-agl/atom?h=12.93.0"/>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/"/>
<updated>2021-08-23T11:56:42+00:00</updated>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-08-23T11:56:42+00:00</updated>
<author>
<name>Scott Murray</name>
<email>scott.murray@konsulko.com</email>
</author>
<published>2021-08-02T21:10:51+00:00</published>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/commit/?id=dd6fc5dcaa0a027b7651bb365d5dd0f623498f8f"/>
<id>urn:sha1:dd6fc5dcaa0a027b7651bb365d5dd0f623498f8f</id>
<content type="text"> This is mostly the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. A few minor fixups were done by hand afterwards during a review of the changes. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia3bf63b7cb1aa1d95ada373d1a3ab56def0a125d Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26564 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> </content>
</entry>
<entry>
<title>qt5: Fix timer leak in qtwayland to avoid animations being sluggish</title>
<updated>2021-07-13T21:16:28+00:00</updated>
<author>
<name>Hiroyuki Ishii</name>
<email>ishii.hiroyuki002@jp.panasonic.com</email>
</author>
<published>2021-06-29T08:13:03+00:00</published>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/commit/?id=9a6bed4d97b22de2dfdd32f1128aa30acdd9e439"/>
<id>urn:sha1:9a6bed4d97b22de2dfdd32f1128aa30acdd9e439</id>
<content type="text"> With long-running qt applications which have fluid animations in wayland environment, the animation becomes obviously sluggish because massive amount of memcpy() is called through a constructor being placed in a loop in QTimerInfoList::timerInsert() function. This is caused by a timer-index leak bug of qtwayland, which is already reported to the qt project as following ticket. https://bugreports.qt.io/browse/QTBUG-79838 Unfortunately QTBUG-79838 is still open because maintenance of non-commercial version of qt5 is already stopped. However, we've confirmed that the patch attached to that ticket works fine except for that part of it is no longer needed due to the deletion of the code. So let's apply only effective part of it. Bug-AGL: SPEC-3991 Signed-off-by: Hiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com> Change-Id: Ib148b81aabb98e8df10c1414cdbfe26f7ddf09a6 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26466 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> </content>
</entry>
<entry>
<title>meta-agl-core: dynamically add qtbase bbappend</title>
<updated>2021-06-08T21:55:19+00:00</updated>
<author>
<name>Scott Murray</name>
<email>scott.murray@konsulko.com</email>
</author>
<published>2021-06-07T21:29:36+00:00</published>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/commit/?id=327c2ec6bc24dd13d6f49430bff613c573f19357"/>
<id>urn:sha1:327c2ec6bc24dd13d6f49430bff613c573f19357</id>
<content type="text"> Add a dynamic layer addition for meta-qt5 that contains a qtbase bbappend with the required configuration changes for building it with Wayland support. The aim is to avoid duplication of these configuration changes among meta-agl-core users. Bug-AGL: SPEC-3972 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I642ad6e62c10da1b1c2323a13c7d5fa91ba9f028 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26395 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> </content>
</entry>
</feed>