- May 11, 2022
-
-
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
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@1ba52853 Move repositories to git.seco.com Rename variable JENKINSGUF_SSH_PRIVATE_KEY / SSH_PRIVATE_KEY to GITLAB_PRIVATE_KEY on this occasion, because it contains a private key that was generated exclusively for this use case. The according public key has been added as a deploy key in GitLab to all repositories that this repository needs access to. Add more detailed documentation concerning this configurationdirectly in the gitlab-ci files.
-
- Apr 05, 2022
-
-
GitBot authored
-- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/3e948f5db0c926a1226746fd597b5a53163a0796 manifest: check if docker build folder is empty BCS DevOps-000035
-
- Apr 04, 2022
-
-
GitBot authored
-- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/ab3189781f0b0e97c23c7719a5fdbccbf0c4db39 CI: integrate_into_manifest: Fix integration for recipes in SRCREV file -- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/976aaec9d9c6ef10defd4b3a7329d366452bd522 CI: deploy_gitlab_ci: Fix merge, integration branch was used after delete -- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/65c6f273b63e4d1beca064f6edb3073321fd5cea CI: Rename foobar to ci-test, like the job names -- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/60c311abd4930bf490f13ab13bf2534e160bf842 CI: Reuse existing integration branch preserving manual changes
-
- Apr 01, 2022
-
-
GitBot authored
-- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/3318487d518476135ce978fe3fa3a113ca29295f CI: integrate_into_manifest: Fix bug introduced when splitting functions -- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/4c74c580f08a1432d7bd89cf2967abbb7e071bf4 CI: disable 'check' job for gitlab-ci integration as integrate is already disabled -- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/5d1fb5c4a3613690375c76cb97204eddf9dcd4ac CI: Enable MR pipeline for integration of gitlab-ci again Our settings refuse to merge if no pipeline has been run. -- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/69d604a4fe09fefe779eb1599da7ff29d86c7c0c CI: Fix merge pipeline -- Commit: https://gitlab.com/SECO-Northern-Europe/yocto/infrastructure/gitlab-ci/-/commit/31d6d7dad54ab322345a6f44b3ff913341500f1c CI: deploy_gitlab_ci: Rework the deployment of gitlab-ci into the child projects The deploy_gitlab_ci now creates the integration commit and branch in each passed subproject and create an integration commit in the manifest containing all these new revisions. A build is then triggered on this commit to test the functionality. Split the update_submodule functions to reuse them in different ways. Remove some previously used files. BCS 746-000740
-