- Aug 04, 2022
-
-
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)
-
Jonas Höppner authored
(cherry picked from commit f9407345)
-
Jonas Höppner authored
The scripts failed if run in an installed fngsystem. This is needed in FT2, when new xml files are installed after the FNGSystem installation. (cherry picked from commit 920b5c91)
-
Replaced absolute card number by the ID of the sgtl5000 audio card. Added additional alsa configuration files for imx6ull as it does not have the sgtl5000 codec. BCS 746-000548 (cherry picked from commit b3c8ca1b)
-
Jonas Höppner authored
Also convert recipe's syntax to kirkstone (cherry picked from commit 98409477) (cherry picked from commit 325cd3c2)
-
Jonas Höppner authored
When switching from scheme 1 to 2, there was a bug leading to an unformated partition. Additionally I removed the partition message for FT2. This is only used during the yocto installation and was in the wrong position anyway. (cherry picked from commit c0871d1e)
-
Jonas Höppner authored
The implmentation was not really working when used in a yocto installation, as it would have needed a relocation of FNGSystem. Now the explicit change of the partition scheme is only be possible together with the installation of FNGSystem. (cherry picked from commit a4ecd599)
-
Jonas Höppner authored
When FNGSystem 15.1 was just installed and only one partition was setup on the device the installation failed. This is fixed here. Also: in A-B installation mode is the used target (A or B) reported after the installation. (cherry picked from commit e811145d)
-
The nfs-statd systemd service is disabled by default. BCS 746-000876 (cherry picked from commit 96288601)
-
For imx8m it is necessary to specify drm device 0 to run the qt-compositor with eglfs backend. BCS 746-000787 (cherry picked from commit 5058c033)
-