- Aug 05, 2022
-
-
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)
-
To add qgif to the Qt environment add the gif PACKAGECONFIG. (cherry picked from commit cd3c70f1)
-
The default prepare-kernel script didn't support the i.MX8. Tweaked the script, to support the custom requirements of the i.MX8. The i.MX6 specific parts for the generation of the overlays (from the shared XML) and the gf_platform detection has been moved to new scripts. BCS 746-000877 (cherry picked from commit 40d7ba85) fng-install:prepare-image: Added new scripts and clean-up The new scripts (prepare-overlays and prepare-xml2dto) for the post-install steps have beend added. Also wrong indentations have been replaced and the lists have been sorted. BCS 746-000414 BCS 746-000877 (cherry picked from commit 3edf9fc8) fng-install:prepare-kernel: Removed i.MX8 specific script The i.MX8 used a custom post-install script for the prepare-kernel step. Since the default script has been adopted for the i.MX8, the custom script is removed. BCS 746-000877 (cherry picked from commit 3a397d44) fng-install:rtc: Added RTC detection for the TANARO The TANARO will be produced with one of two RTC variants. We detect the RTC by querying the first register during the post-install and activate one of two devicetree overlays. BCS 746-000877 (cherry picked from commit 32b8f0c2) fng-install:post-install: Added comments to scripts Extended the documentation and comments in the post-install scripts. (cherry picked from commit c14d978b) fng-install:prepare-dt: Replaced loop with find Fixes SC2044 (cherry picked from commit 2cc3f539) fng-install:prepare-image: Convert recipe's syntax to kirkstone
-
Overlays that have been installed by Yocto are now moved into /boot/overlays. This is due to the inability of Yocto to easily handle devicetree overlays during the build. Overlays that are provided via the parameters of fng-install (--DTBO) are also placed inside /boot/overlays. Additionally, they are appended to the overlays variable inside the overlays.txt file. The overlays.txt file is parsed during the prepare-kernel post-install step. The loaded overlays are then applied to the default devicetree. BCS 746-000414 BCS 746-000877 (cherry picked from commit 5f97c8e6)
-
The lsb-release command can be used to query detailed information regarding the Yocto image/build (from the userspace). (cherry picked from commit 883e6834)
-
The lsb-release command is used by Lava to query system information. (cherry picked from commit f584eef6)
-
Jonas Höppner authored
We did remove the kernel modules for FNGSystem to reduce the image size. Compared to FNGSystem 27 the kernelmodules are adding about 2 MB, which seems to be OK for me. (cherry picked from commit 38c8f73c)
-