- Mar 27, 2023
-
-
Mikhail Vanyulin authored
For NXP based recipes gbm is provided by imx-gpu-viv recipe for mx8 only. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Mar 21, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e943a55e Use project path instead of name in integration branch name Usually project name and path are identical after project creation. It is possible, though, to change the name of a project without changing its path. When triggering a pipeline on the integration branch, we are using the CI_PROJECT_NAME variable to reference the project. Unexpectedly, this variable contains the *path*, not the *name* of the project (see https://gitlab.com/gitlab-org/gitlab/-/issues/20030). Hence we have to use the project path in all other places where the integration branch name is constructed in our Python code.
-
- Mar 20, 2023
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
The Trade Show Demo loads the system information from various sources in the operating system. With the system_info.ini, the information can be overwritten on a per entry basis.
-
Tobias Kahlki authored
The Trade Show Demo can be forced to run in fullscreen mode. Added the parameter to the config.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bd7025b8 Manifest: run automatic pipeline on tags
-
- Mar 09, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@068749c7 Manifest build: add support for SSH_CONFIG variable
-
- Mar 07, 2023
-
-
Marc-Oliver Westerburg authored
In Dunfell the poky Mesa recipe always explicitely includes the GLES3-headers, (even with a comment "Add dependency so that GGLES3 headers don't need to be added manually"). NXP's Vivante driver recipes do the same. For some reason this has been removed in the Kirkstone poky Mesa recipe, resulting in the GLES3-headers missing in the SDK and thus causing Qt-apps to fail compilation, because some Qt-headers expect the GLES3 headers. This patch adds the explicit includes of the GLES3-headers (this time in out own layer, though).
-
- Mar 03, 2023
-
-
Tobias Kahlki authored
The demo has been reworked for the EW23. Pulled the changes also into the regular demo. Furthermore, the old SysVinit files have been removed from the recipe too.
-
Tobias Kahlki authored
We don't support SysVinit anymore. Removed the support also in the Trade Show Demo. Also removed the old G&F style demo.
-
Tobias Kahlki authored
Without fontconfig, Qt doesn't find the system fonts.
-
- Feb 28, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d67898a2 Manifest: skip build if "skip build" label is set -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bffc6097 Manifest: switch from branch pipelines to merge request pipelines This will make the manifest project support the "skip build" label. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5ba1ac68 Revert "Skip build if "skip build" label is set" This reverts commit 4db257d36052c74eabed7ef43a05d98d3998ffec. It does not work on the manifest, because we do not run merge request pipelines there, so CI_MERGE_REQUEST_LABELS is not set at all. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@4db257d3 Skip build if "skip build" label is set
-
- Feb 22, 2023
-
-
By analogy with the Jethro BSP, enable watchdog package in default image. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
By analogy with the Jethro BSP, enable lmsensors in default image. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Feb 20, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@9d430fe8 Manifest integration: do not cancel previous pipelines on master -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8b08a083 Fix error handling on merge GitLab API has changed: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/94164/diffs#diff-content-c201dae00b72426693ddcb40edf6005e7702e935
-
- Feb 16, 2023
-
-
Jonas Höppner authored
-
- Feb 15, 2023
-
-
Tobias Kahlki authored
Added a forwarding of the min_interval parameter to the wrapper script of ts_calibrate.
-
Tobias Kahlki authored
The post-install steps of Weston are removed for some custom setups. Added a comment regarding this to the weston and weston-init recipes.
-
- Feb 10, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a59a93a0 Package: Add needs to changelog, to package changelog also
-
- Feb 07, 2023
-
-
Tobias Kahlki authored
Because of the Busybox klogd daemon, Kernel messages are added twice to the systemd journal. Disable reading KMsg in the journald configuration to fix this behavior.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8edbf2a6 Changelog generator: fix typo -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e6ae06dd Changelog generator: pass projects as arguments Instead of hard-coding the project list in the changelog generator script, make them passable via arguments. This way we can have different changelogs in different envrionments. Hence we're adding the changelog job in the ci-test environment as well.
-
Tobias Kahlki authored
The calibration with ts_calibrate requires some pre- and post-install steps. These steps are normally run during the installation of a new Image. Because of this, the calibration can't be run from inside the Yocto image. With the wrapper, the pre-/post-install steps are run independently of an image installation. BCS 746-001203
-
- Feb 06, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@ed36b465 mirror_mr_pipeline: include pipeline-not-found message in output -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5ee69ab9 mirror_mr_pipeline: fix error when no pipeline found This case should trigger a new pipeline instead of reporting an error.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e69d303e Changelog generator: remove debug output
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@0264fe09 Changelog generator: get all merge requests This fixes older releases not appearing in the changelog.
-
- Jan 23, 2023
-
-
Tobias Kahlki authored
Moved the productiontests to the tests group. Added the tests-extra group with additional tools for testing during hardware bring-up.
-
- Jan 19, 2023
-
-
Jonas Höppner authored
-
Jonas Höppner authored
The busybox xxd command does not handle the offset correctly, so fallback to dd in the FNG System case.
-
- Jan 17, 2023
-
-
Jonas Höppner authored
These options are default in sshd, so we need to explicitly specify them. This reverts commit 41c2cbb2.
-
Jonas Höppner authored
In some circumstances the yocto install script marked the FNG System partition as not OK and rewrites it. In this case FNG System is lost. Now an error is shown and the check for the partition size is lowered.
-
- Jan 16, 2023
-
-
Jonas Höppner authored
The trizeps modules used to store the mac address and other settings in the otp fuse area. Implement a way to use it as fall back if the xml does not contain a mac address.
-
- Jan 12, 2023
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
Our 5.10 LTS kernel still uses dtb file endings for the overlays. Check for both endings during the overlay probing.
-
Jonas Höppner authored
-
Jonas Höppner authored
For example seco-mx8mm-test was not match to the mx8mm defaults, which lead to an error message during installation.
-
- Jan 10, 2023
-
-
Mikhail Vanyulin authored
By analogy with the Jethro BSP, enable following Qt tests in default/normal image: - qt-playsound; - qt-dpi-test; - qt-mouse-test. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
Mikhail Vanyulin authored
Port a qt-dpi-test from the existing Jethro BSP. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
Mikhail Vanyulin authored
Port a qt-mouse-test from the existing Jethro BSP. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c657f31f mirror_mr_pipeline: improve debug output -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@473f12b1 mirror_mr_pipeline: add main call -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@88708b64 Convert CRLF to LF -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@169b2fa7 Improve mirroring MR pipeline Refactor three scripts into one in order to support triggering a new pipeline in the case of a skipped MR pipeline. This was not possible to implement with the previous three-script design. The single scripts were not used in other places anyway.
-
- Jan 09, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@897ba059 Manifest integration: remove dynamic job generation The dynamic job was only necessary because GitLab did not expand variables in the "trigger:project" keyword: https://gitlab.com/gitlab-org/gitlab/-/issues/347469 This has been fixed in GitLab 15.3, so we don't need it anymore: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/92346
-