- May 17, 2022
-
-
Jonas Höppner authored
The framebuffer could be accessed by a simple write the the /dev/fb0. This tool allows similar access by piping the data into it and specifying the connector as parameter. It also allows to query few things from the drm. The recipe has a GPLv3 licenses and needs therefore to be moved to the GPLv3 subgroup.
-
Jonas Höppner authored
The install script backups some variables from the existing u-boot environment before overwriting it. This failed for devices where no environment was available yet, which lead to stop the update with error. This case is now ignored and the installation continues without backup in this case. (cherry picked from commit a9d370f1)
-
- May 14, 2022
-
-
Tobias Kahlki authored
The i.MX8M uses the meta-freescale layer. The layer adds the KERNEL_IMAGETYPES to the IMAGE_BOOT_FILES. This breaks the copy operation in the do_collect_files function because we don't handle the kernel together with the boot files. The issue is fixed by creating a copy of the IMAGE_BOOT_FILES, removing the KERNEL_IMAGETYPES and using the copy in the function.
-
Tobias Kahlki authored
Since Kirkstone, there is a new way of disabling symlinks of the boot artifacts (kernel, etc.): To disable the creation of these links, the variable KERNEL_IMAGETYPE_SYMLINK can be set to 0. Since we use a FAT boot partition, links in the boot folder of the image lead to errors during the extraction of the image and we have to disable them. However, the new variable also disables the creation of links for the devicetrees and kernel in the deploy folder. To solve errors during the package of Flash-N-Go-System, the copy operations for the boot files and kernel have been changed.
-
- May 13, 2022
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
Tobias Kahlki authored
The fng-install scripts have been updated to reflect the new image names.
-
Tobias Kahlki authored
The distros have been renamed to seconorth. Also some clean-up, sorting and commenting was done.
-
Tobias Kahlki authored
Images have been renamed to seconorth. Additionally, some clean-up and commenting has been done.
-
Tobias Kahlki authored
Renamed the guf part of the packagegroups to seconorth. Also some clean-up and sorting of the groups has been done.
-
Tobias Kahlki authored
-
Tobias Kahlki authored
Also updated the URLs to www.seco.com.
-
- May 12, 2022
-
-
Tobias Kahlki authored
-
- May 11, 2022
-
-
Tobias Kahlki authored
The kernel isn't supposed to be part of the Flash-N-Go-System ramfs. Since Kirkstone, the old way of removing the kernel doesn't work anymore. With the PACKAGE_EXCLUDE, the kernel is excluded from the do_rootfs step.
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
Tobias Kahlki authored
The native class must be included last, to prevent unexpected behaviour.
-
Tobias Kahlki authored
The feature-check isn't used in the minimal image. Yocto shows a warning because of this, so we remove the include from the minimal image and move it to the standard/small images.
-
Tobias Kahlki authored
-
Tobias Kahlki authored
Some recipes are renamed based on the device arch. To prevent this, the arch must be set before including the packagegroup class.
-
Tobias Kahlki authored
- Removed unused code - Fixed format and general code clean-up - Fixed missing branch warning in SRC_URI
-
- May 09, 2022
-
-
Tobias Kahlki authored
- Clean-up of the Flash-N-Go recipe - Removed old code parts, that are no longer valid - Excluded the Kernel from the initramfs, because its too big
-
- May 07, 2022
-
-
Tobias Kahlki authored
Via the gplv3 distro feature, GPLv3 software can be enabled/disabled. The new variant is build without GPLv3 software. Also removed duplicate pam entry in DISTRO_FEATURES of regular wayland distro.
-
Tobias Kahlki authored
-
Tobias Kahlki authored
The inclusion of the GPLv3 packages was broken. With the changes, GPLv3 packages are only build/included, when the gplv3 feature is set in DISTRO_FEATURES.
-
- May 06, 2022
-
-
Tobias Kahlki authored
Also fixed wrong spelling in recipe name.
-
Tobias Kahlki authored
The beep recipe was backported to Dunfell. There is an upstream beep recipe for Kirkstone, so we don't need our custom recipe anymore.
-
Tobias Kahlki authored
We upgraded kbd to a newer version because of build errrors in Yocto. Poky now provides the same version we upgraded to, so no need for a custom version anymore.
-
- May 05, 2022
-
-
Tobias Kahlki authored
Since version 1.32.2, the NetworkManager is build with the Vala support. We don't include Vala in our Image and disable it therefore.
-
- May 04, 2022
-
-
Tobias Kahlki authored
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.
-
Tobias Kahlki authored
-
Tobias Kahlki authored
The GPLv2 licenses have been renamed. Changed to the new naming and updated the licenses files.
-
Tobias Kahlki authored
Pam is now required by the wayland build.
-
Tobias Kahlki authored
-
Tobias Kahlki authored
The bbappend doesn't match the current version of wireguard anymore. Fixed to general bbappend.
-
Tobias Kahlki authored
Nowadays, Yocto aims to provide reproducible builds and activates corresponding compiler checks. These break the build of gfi2c. Remove the DATE macro from the sources to fix the warning and thus fix the build.
-
Tobias Kahlki authored
Bitbake throws a warning in recent versions, when no branch is given for a git repository. Added the default master branches to the recipes.
-
Tobias Kahlki authored
Our consuming guf-ltp-tests test suite depends on ltp and relies on the libltp.a being exported as a public static library. This is no longer the case for the upstream ltp package. It can be simply turned on using the patch supplied.
-