<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yocto/meta-boot2qt-renesas.git, branch dev</title>
<subtitle>Boot2Qt BSP layer for Renesas boards
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/'/>
<entry>
<title>Disable license copying to image</title>
<updated>2026-02-04T08:56:46+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2026-02-04T08:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=571c5ab48b917e4f1cd01ebf2063e40125277b3f'/>
<id>571c5ab48b917e4f1cd01ebf2063e40125277b3f</id>
<content type='text'>
meta-renesas layer has various recipes with CLOSED license that
are not suitable for copying into the image and fail the build
when COPY_LIC_DIRS is enabled.

Since we are already prohibited from distributing the renesas
artefacts, we can simple disable the license copying.

Change-Id: I22b7f2e733a7b47edae8bd5267f7ae311bf5ac20
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
meta-renesas layer has various recipes with CLOSED license that
are not suitable for copying into the image and fail the build
when COPY_LIC_DIRS is enabled.

Since we are already prohibited from distributing the renesas
artefacts, we can simple disable the license copying.

Change-Id: I22b7f2e733a7b47edae8bd5267f7ae311bf5ac20
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>coin: update CI config</title>
<updated>2025-11-21T11:35:39+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2025-10-08T10:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=0c73da8b9a352398a3db589afa1817939f4a6ac5'/>
<id>0c73da8b9a352398a3db589afa1817939f4a6ac5</id>
<content type='text'>
Update target2 Qt branch / manifest 6.9 -&gt; 6.10.

Change-Id: I1969c324821e18d9085f6f2fe82535d84fa3a069
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update target2 Qt branch / manifest 6.9 -&gt; 6.10.

Change-Id: I1969c324821e18d9085f6f2fe82535d84fa3a069
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qbsp: include SPDX SBOM</title>
<updated>2025-10-13T09:05:04+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2025-10-07T10:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=ccc55f28473d6899aa19b52f087453ea96bb692d'/>
<id>ccc55f28473d6899aa19b52f087453ea96bb692d</id>
<content type='text'>
Add generated SDPX SBOM file into QBSP

Task-number: QTBUG-140835
Change-Id: I0099ded1cd68c119f02941ab533741b6f482b98c
Reviewed-by: Ari Parkkila &lt;ari.parkkila@qt.io&gt;
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add generated SDPX SBOM file into QBSP

Task-number: QTBUG-140835
Change-Id: I0099ded1cd68c119f02941ab533741b6f482b98c
Reviewed-by: Ari Parkkila &lt;ari.parkkila@qt.io&gt;
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build for multiple kmstest files</title>
<updated>2025-10-10T05:15:50+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-10-08T10:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=b370c5449bb055ef3c984fd0ea397d2989cd4413'/>
<id>b370c5449bb055ef3c984fd0ea397d2989cd4413</id>
<content type='text'>
File /usr/bin/kmstest is contained in both kmsxx and libdrm-tests
packages so need to remove it from one.

Change-Id: Iaac154deb42578661392283ba1bb964cd07dca2b
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File /usr/bin/kmstest is contained in both kmsxx and libdrm-tests
packages so need to remove it from one.

Change-Id: Iaac154deb42578661392283ba1bb964cd07dca2b
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>coin: update CI targets</title>
<updated>2025-04-29T09:08:44+00:00</updated>
<author>
<name>Mikko Gronoff</name>
<email>mikko.gronoff@qt.io</email>
</author>
<published>2025-04-02T10:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=33543a9c00471fc51dc81c2e0e3acb328dd467b4'/>
<id>33543a9c00471fc51dc81c2e0e3acb328dd467b4</id>
<content type='text'>
Switch CI targets to dev/6.9/lts-6.8 manifests as the update to yocto
scarthgap on newer Qt branches changes bblayers.conf.sample location,
thus breaking CI on lts-6.5 &amp; lts-6.2.

Change-Id: I4813e1a962c5337e5ac3c81a1c7b3c1a4c7b907c
Reviewed-by: Ari Parkkila &lt;ari.parkkila@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch CI targets to dev/6.9/lts-6.8 manifests as the update to yocto
scarthgap on newer Qt branches changes bblayers.conf.sample location,
thus breaking CI on lts-6.5 &amp; lts-6.2.

Change-Id: I4813e1a962c5337e5ac3c81a1c7b3c1a4c7b907c
Reviewed-by: Ari Parkkila &lt;ari.parkkila@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround to fix QML rendering</title>
<updated>2025-04-29T09:08:34+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-03-25T07:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=1e20bb3cc8afe2e4161ec4620f3b6f0f0ed972bd'/>
<id>1e20bb3cc8afe2e4161ec4620f3b6f0f0ed972bd</id>
<content type='text'>
Define QT_DISABLE_SHADER_DISK_CACHE=1 to workaround rendering failure
on PowerVR GPU (e.g. h3ulcb). This is needed for Qt 6.8.2 and upwards.

Task-number: QTBUG-134089
Change-Id: I1bebfc5c68227b7f837a42c24b6df396849d5577
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define QT_DISABLE_SHADER_DISK_CACHE=1 to workaround rendering failure
on PowerVR GPU (e.g. h3ulcb). This is needed for Qt 6.8.2 and upwards.

Task-number: QTBUG-134089
Change-Id: I1bebfc5c68227b7f837a42c24b6df396849d5577
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to support scarthgap</title>
<updated>2025-04-29T09:08:30+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2024-12-20T09:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=433075cddaa37cb5f7dd1773c46746034f1cc2d6'/>
<id>433075cddaa37cb5f7dd1773c46746034f1cc2d6</id>
<content type='text'>
Update to use scarthgap baseline of b2qt and derive BSP configs
from meta-renesas.

Current versions:
- meta-renesas tag Renesas-Yocto-v5.9.7
- R-Car Gen3 Evaluation Software Package v5.9.7

Mounting of rootfs was no reliable with some high speed SD cards,
in case of boot failure try with some older SD card.

Fixes: QTBUG-131529
Change-Id: I7da6f1b64e7bae1f569a23b5d660610430225cac
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to use scarthgap baseline of b2qt and derive BSP configs
from meta-renesas.

Current versions:
- meta-renesas tag Renesas-Yocto-v5.9.7
- R-Car Gen3 Evaluation Software Package v5.9.7

Mounting of rootfs was no reliable with some high speed SD cards,
in case of boot failure try with some older SD card.

Fixes: QTBUG-131529
Change-Id: I7da6f1b64e7bae1f569a23b5d660610430225cac
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use meta-clang if available</title>
<updated>2024-04-18T07:54:20+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2024-04-18T07:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=329d28c15189ed5bde5d20ed1e5899c52861cba7'/>
<id>329d28c15189ed5bde5d20ed1e5899c52861cba7</id>
<content type='text'>
Change-Id: Ia7c3b3fe42cbdb92d4ca54d577d9b6bf66ff75e6
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia7c3b3fe42cbdb92d4ca54d577d9b6bf66ff75e6
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a conf-note for bitbake target name</title>
<updated>2023-10-30T07:50:47+00:00</updated>
<author>
<name>Alex Bu</name>
<email>alex.bu@qt.io</email>
</author>
<published>2023-10-25T10:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=49ad45f61fc35396d05b55884c6aade582d96078'/>
<id>49ad45f61fc35396d05b55884c6aade582d96078</id>
<content type='text'>
Change-Id: I7a977a300347c4c73e57558ac32485709311b97e
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7a977a300347c4c73e57558ac32485709311b97e
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for RCar M3N with salvator-xs carrier board</title>
<updated>2023-10-30T07:50:31+00:00</updated>
<author>
<name>Alex Bu</name>
<email>alex.bu@qt.io</email>
</author>
<published>2023-10-24T10:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-renesas.git/commit/?id=f783e1f5d69e248f89bb26a7eabca7ed265ffb6f'/>
<id>f783e1f5d69e248f89bb26a7eabca7ed265ffb6f</id>
<content type='text'>
Merge h3ulcb and salvator-x together in u-boot config.
Set the default display output to HDMI.
Enable USB3.0 function for salvator-x.

Task-number: QTBUG-114461
Change-Id: I639f2937705353a5229874340fc96e15292910b0
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge h3ulcb and salvator-x together in u-boot config.
Set the default display output to HDMI.
Enable USB3.0 function for salvator-x.

Task-number: QTBUG-114461
Change-Id: I639f2937705353a5229874340fc96e15292910b0
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
