<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yocto/meta-boot2qt-aws.git, branch dev</title>
<subtitle>Boot2Qt layer for AWS EC2
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/'/>
<entry>
<title>Add debug utils</title>
<updated>2026-01-14T06:25:43+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-12-05T06:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/commit/?id=2bbafb754b31b964a4584aaa99940cc23ea6bbec'/>
<id>2bbafb754b31b964a4584aaa99940cc23ea6bbec</id>
<content type='text'>
Curl is useful for testing network and cloud APIs.
Docker assets are typically in a git repository.
Add rootfs-maximize script for easy way to expand rootfs.

Change-Id: If055e57d5720d0e9ed803c1c1ea2993b17f63c26
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Curl is useful for testing network and cloud APIs.
Docker assets are typically in a git repository.
Add rootfs-maximize script for easy way to expand rootfs.

Change-Id: If055e57d5720d0e9ed803c1c1ea2993b17f63c26
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add container support for NVIDIA GPU with CUDA 13.0</title>
<updated>2026-01-14T06:25:40+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-12-05T05:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/commit/?id=36fb7e148e99cafdd0909349dbb51ccea535b7b6'/>
<id>36fb7e148e99cafdd0909349dbb51ccea535b7b6</id>
<content type='text'>
NVIDIA container runtime library recipe is based on meta-tegra recipe
but with seccomp enabled to support NVIDIA container toolkit utils.

NVIDIA container support comes with CDI support so setup
configs similar to meta-tegra recipes are not needed.

Nvidia container tools search from /usr/lib64 so symlink to /usr/lib.

Task-number: QTBUG-138336
Change-Id: If88a8172d6af524e5aac9298e587ed7adee79a5b
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NVIDIA container runtime library recipe is based on meta-tegra recipe
but with seccomp enabled to support NVIDIA container toolkit utils.

NVIDIA container support comes with CDI support so setup
configs similar to meta-tegra recipes are not needed.

Nvidia container tools search from /usr/lib64 so symlink to /usr/lib.

Task-number: QTBUG-138336
Change-Id: If88a8172d6af524e5aac9298e587ed7adee79a5b
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libglvnd</title>
<updated>2026-01-14T06:25:33+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-12-12T07:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/commit/?id=34bd18c064aaae40d29ed18bd935f0562be738e3'/>
<id>34bd18c064aaae40d29ed18bd935f0562be738e3</id>
<content type='text'>
GL Vendor-Neutral Dispatch library adds runtime support for
NVIDIA and Noveau drivers via MESA.

Remove conflicting libraries from NVIDIA drivers,
outcomment to track changes in .manifest file.

Task-number: QTBUG-138336
Change-Id: I35bd0fb16644ee3ff141bac2299cd2f696372f6e
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GL Vendor-Neutral Dispatch library adds runtime support for
NVIDIA and Noveau drivers via MESA.

Remove conflicting libraries from NVIDIA drivers,
outcomment to track changes in .manifest file.

Task-number: QTBUG-138336
Change-Id: I35bd0fb16644ee3ff141bac2299cd2f696372f6e
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Qt startup service</title>
<updated>2026-01-14T06:25:22+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-12-04T09:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/commit/?id=c382ea957ade6c85081ea24003379d7a3a151dec'/>
<id>c382ea957ade6c85081ea24003379d7a3a151dec</id>
<content type='text'>
Qt startup service configures QPA and docker support then it
launches Startupscreen or Demolauncher based on QPA backend.

Previous nvidia-gpu setup script is modified to qt-startup script:
* Run only once at start
* Default login is expected to be "user" so add to video group
instead of modifying /dev/dri/card0 permissions for all users
* Remove redundant LD_LIBRARY_PATH as NVIDIA drivers were
moved to the default libdir previously
* Add container setup

Task-number: QTBUG-138336
Change-Id: I9bdaed7490efdc5c241ccecad0a997c14cee6d6d
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt startup service configures QPA and docker support then it
launches Startupscreen or Demolauncher based on QPA backend.

Previous nvidia-gpu setup script is modified to qt-startup script:
* Run only once at start
* Default login is expected to be "user" so add to video group
instead of modifying /dev/dri/card0 permissions for all users
* Remove redundant LD_LIBRARY_PATH as NVIDIA drivers were
moved to the default libdir previously
* Add container setup

Task-number: QTBUG-138336
Change-Id: I9bdaed7490efdc5c241ccecad0a997c14cee6d6d
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix packaging of NVIDIA drivers</title>
<updated>2026-01-14T06:25:12+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-12-12T07:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/commit/?id=a82efd99e0021c968cb9ee76f276c62b16625558'/>
<id>a82efd99e0021c968cb9ee76f276c62b16625558</id>
<content type='text'>
Add libraries and links according to the .manifest and README files
with OpenGL ES and Vulcan support for Wayland.

Combine nvidia-share package to nvidia and remove redundant
doc package.

Declare kernel modules so bitbake knows to pack them properly.

Task-number: QTBUG-138336
Change-Id: Ic915d495eef80c314e59aa193e9104f97d3a8ad3
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add libraries and links according to the .manifest and README files
with OpenGL ES and Vulcan support for Wayland.

Combine nvidia-share package to nvidia and remove redundant
doc package.

Declare kernel modules so bitbake knows to pack them properly.

Task-number: QTBUG-138336
Change-Id: Ic915d495eef80c314e59aa193e9104f97d3a8ad3
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NVIDIA Driver License Agreement to QBSP</title>
<updated>2025-11-25T12:52:53+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-11-25T11:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/commit/?id=9dee0ea8fc5b7630ac5a11ffbe73f8f7590a838b'/>
<id>9dee0ea8fc5b7630ac5a11ffbe73f8f7590a838b</id>
<content type='text'>
User must accept NVIDIA Driver License before installing QBSP.

Change-Id: I6130c765b5fc52c16e0779613d7e34ae7396062e
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User must accept NVIDIA Driver License before installing QBSP.

Change-Id: I6130c765b5fc52c16e0779613d7e34ae7396062e
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:20:35+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-aws.git/commit/?id=df2c5fe02e1ed6118dbfcc7bac5b49803a95037c'/>
<id>df2c5fe02e1ed6118dbfcc7bac5b49803a95037c</id>
<content type='text'>
Add generated SDPX SBOM file into QBSP

Task-number: QTBUG-140835
Change-Id: I7cd6fa75092bf08a5ae503502ad53bab7cad676c
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: I7cd6fa75092bf08a5ae503502ad53bab7cad676c
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>Update nvidia drivers to 580.82.07</title>
<updated>2025-09-26T05:10:25+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-09-23T05:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/commit/?id=66ef74aa8aa5bc824d15c256a56e7e52e2ca2cb3'/>
<id>66ef74aa8aa5bc824d15c256a56e7e52e2ca2cb3</id>
<content type='text'>
Fixes: QTBUG-140432
Change-Id: Ie1f18b65d198a0761c139b7680dce2e4af3522af
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: QTBUG-140432
Change-Id: Ie1f18b65d198a0761c139b7680dce2e4af3522af
Reviewed-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove XDG_RUNTIME_DIR and WAYLAND_DISPLAY removal</title>
<updated>2025-07-10T08:29:01+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-07-09T08:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/commit/?id=71c6599c41f692c2e89ffd87d9b171bc29ee7cad'/>
<id>71c6599c41f692c2e89ffd87d9b171bc29ee7cad</id>
<content type='text'>
These are removed from defaults at the meta-boot2qt layer.

Change-Id: Id859f9d7a6c9ed1df8b37cae79279c0b1d481637
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are removed from defaults at the meta-boot2qt layer.

Change-Id: Id859f9d7a6c9ed1df8b37cae79279c0b1d481637
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add VNC server to demolauncher</title>
<updated>2025-07-10T08:28:51+00:00</updated>
<author>
<name>Ari Parkkila</name>
<email>ari.parkkila@qt.io</email>
</author>
<published>2025-07-09T08:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/yocto/meta-boot2qt-aws.git/commit/?id=388fad0c5b387717aa1ffc5581a428e4d640c65c'/>
<id>388fad0c5b387717aa1ffc5581a428e4d640c65c</id>
<content type='text'>
AWS/EC2 instance is headless so enable remote access via Qt VNC Server.

Change-Id: I90763042a4195bd763d74df064c4e77e43f2bac5
Reviewed-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AWS/EC2 instance is headless so enable remote access via Qt VNC Server.

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