- Aug 15, 2022
-
-
Tobias Kahlki authored
The selection of the partition scheme was still dependent on the old machine names and was therefore broken (the selection was falling back to the i.MX6 scheme).
-
- Aug 11, 2022
-
-
Tobias Kahlki authored
The generic artefact names (like Image), had to be removed with Kirkstone. The artefacts now have extended names, that must be used during the generation of the batch/shell scripts for calling UUU. For more info see commit 0272dbc3.
-
- Aug 06, 2022
-
-
Tobias Kahlki authored
Removed guf-show-demo2 package since we do not use it anymore. If we need an additional demo instance again, we should use an additional systemd unit file instead of adding a complete package. BCS 746-000810 (cherry picked from commit 4606414f)
-
- Aug 05, 2022
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
Tobias Kahlki authored
It is best practice to don't run services as root. The qt-compositor service now runs under the qt username. The commit also contains a draft of the systemd socket-based activation mechanism. Unfortunately, the qt-compositor daemon doesn't handle the transfer of the socket from the socket unit to the service unit properly. Until the daemon is fixed, the service still needs to be started manually.
-
Tobias Kahlki authored
Moved the profiles with the environment initialization into a new sub-folder and activated them by linking to the sub-directory. The reason for this is, that weston and the qt-compositor need different environments and we want an easy way of exchanging them. The wayland related parts have been moved from the qtenv to weston and qt-compositor.
-
Tobias Kahlki authored
-
Tobias Kahlki authored
The hardware-cursor is rendered outside of Qt and doesn't properly display when the screen is rotated via the qt-compositor. The qt-compositor can display the cursor itself, which might be the preferred way.
-
Tobias Kahlki authored
Changed the qt-multi-screen-compositor to run under the qt username. Fixed the file names of the systemd service units and added the creation of the qt user to the recipe.
-
Tobias Kahlki authored
The qt-multi-screen-compositor will run under the "qt" username in the future. Renamed the systemd service files to reflect the change.
-
- Aug 04, 2022
-
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
Also cleanup the output a little. Make sure that the prepare_rtc script only affects Tanaro devices
-
Jonas Höppner authored
The overlays no live directly in /boot without a subfolder
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
For GPL-3.0 free images dosfstools are not available.
-
Jonas Höppner authored
The kernel now supports dtbo files, thus the overlays now use .dtbo as extension. Adapt the script to select the correct files.
-
- Aug 03, 2022
-
-
Jonas Höppner authored
We reintroduced the plain mx8, mx8mm and mx8mp overrides without -generic-bsp appendix. This changes the usage back to those.
-
Jonas Höppner authored
Also adapt the imx6ull override and the sed command to set the fbdev backend for weston.
-
Jonas Höppner authored
The kernel is now able to build dtbo files directly. In fngsystem the devicetrees need special handling because of the packaging. This is adapted to handle dtbo files also. Also the uuu-scripts are adapted to generate the uuu scripts for dtb only ( not for the dtbo files)
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
To make this similar to the image naming
-
Jonas Höppner authored
-
The nogplv3 distro now includes the default guf-wayland distro and only removes the gplv3 distro feature. (cherry picked from commit 3c8f0d7f)
-
The standard image was missing the GPLv3 packages. Added them back in and created a new distro without GPLv3. (cherry picked from commit 4bda626b)
-
The FEATURE_PACKGES directive doesn't work here, because the packagegroups aren't run like a normal recipe. Moved the GPLv3 packages back to PACKAGES for normal inclusion. (cherry picked from commit b996d338)
-
- Aug 02, 2022
-
-
Tobias Kahlki authored
The mx8m machine override doesn't exist anymore. Changed the folder name to mx8m-generic-bsp, to make the configurations available again.
-
Tobias Kahlki authored
The overrides in the prepare-image weren't completely ported to the new syntax. Also the machine overrides haven't been changed to the new syntax.
-
Tobias Kahlki authored
The fngsystem-self-update runs the post-install steps on a temporary directory and copies the files afterwards to the Flash-N-Go System partition. We now have an optional overlays folder which also needs to be copied and therefore need the recursive (-r) option on the cp call. (cherry picked from commit db2988c5)
-
- Jul 29, 2022
-
-
Jonas Höppner authored
The build for the imx8mpguf hit the limit.
-
- Jul 28, 2022
-
-
The post-install steps for setting a custom devicetree have been changed for the i.MX8 devices. For the custom devicetree to work again, the name of the devicetree needs to be written to the devicetree file in the boot partition. BCS 746-000877 (cherry picked from commit 714adb35)
-