- May 11, 2022
-
-
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.
-
Tobias Kahlki authored
Under certain conditions libinput created duplicate device entries and thus broke our touch system. This is now fixed upstream and we can remove the patch and the bbappend file.
-
Tobias Kahlki authored
Since honister and gcc11 it seems not necessary to include the "Fix-argument-list-too-long-error.patch" anymore. Remove the patch and the bbappend as well.
-
Tobias Kahlki authored
With commit https://cgit.openembedded.org/openembedded-core/commit/meta/recipes-connectivity/dhcp?id=7e3357892f204788162747e907d68f857118cf42 dhcp was removed inf favor of dhcpd. Resemble this removal. Currently, we do not have a replacement configured.
-
Tobias Kahlki authored
-
Tobias Kahlki authored
Since Yocto Honister, a new syntax for the OVERRIDES is used. Converted the syntax in all recipes, configs, etc. to the new syntax. Also the MACHINE_OVERRIDES from the meta-freescale layer have changed. For more info regarding the NXP changes see https://git.yoctoproject.org/meta-freescale/tree/scripts/convert-bsp-specific-overrides.
-
- May 02, 2022
-
-
Tobias Kahlki authored
-
- Apr 25, 2022
-
-
Tobias Kahlki authored
Contains the regular sans fonts plus the Chinese (simplified and traditional), Japanese, Korean, and Thai glyphs. BCS 746-000525
-
- Apr 22, 2022
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
The automounting can now be enabled/disabled via the PACKAGECONFIG. BCS 746-000742
-
- Apr 21, 2022
-
-
Tobias Kahlki authored
BCS 746-000518
-
Tobias Kahlki authored
The image feature needs to be set separately. See comment in guf-image.inc and gplv3.bbclass. BCS 746-000741
-
- Apr 20, 2022
-
-
Tobias Kahlki authored
- Updated general packagegroup info - Moved all GPLv3 software to own overload. The software now needs to be activated explicitly via the gplv3 image feature.
-
Tobias Kahlki authored
- Updated image info - Reformat of the image recipes - Added GPLv3 image feature
-
Tobias Kahlki authored
- Updated image info - Moved dosfstools to gplv3 packages
-
- Apr 13, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@6c3a8ff7 CI:package_release: Remove "GUF-" prefix from gitlab artifacts dir BCS 746-000637 -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d809d630 manifest-CI: Refactor manifest pipeline files * Split up build and package steps in separate files * Add additional comments * Add log output BCS 746-000637
-
- Apr 12, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c917791b Fix remote name on retrigger stage
-
Tim Jaacks authored
-