- Mar 12, 2025
-
-
Git Bot Service Account authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a9125378 YT-381: Use gitbot token for custom projects Build process uses GITLAB_PRIVATE_TOKEN for multiple upstream repositories, including private SECO repos. However, the new token rotation mechanism does not support variables with multiple tokens, making this approach inconvenient. This changes: - Use GITBOT_TOKEN for SECO repositories. - Keep GITLAB_PRIVATE_TOKEN for other upstream repos.
-
- Mar 10, 2025
-
-
Git Bot Service Account authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@859b9e07 YT-277: Add SPDX licenses to release Enable the creation of spdx json files in CI pipeline Add list of generated spdx files into Confluence release page
-
- Feb 11, 2025
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@45c79259 YT-278: Remove formware package stage from CI pipeline The resulting json file not really used anywhere. Remove stage as no needed any more in the CI pipelines.
-
- Jan 30, 2025
-
-
Marc-Oliver Westerburg authored
For SANTARO/SANTOKA the board temperature sensor was declared as "national,lm75" in the device-tree resulting in the LM73 sensor equipped on these system being treated as LM75 and therefore giving wrong temperature read-outs. This patch declares the temperature correctly as "national,lm73", which results in proper temperature read-outs. YT-348
-
- Jan 14, 2025
-
-
Marc-Oliver Westerburg authored
Kernel 5.15.29 Video4Linux driver for CODA960 VPU (used in i.MX6-SoCs) can't handle H.264 profile "constrained baseline". This patch upgrades the CODA960 to the version from Kernel 5.15.171, where this problem has been fixed. This patch includes all mainline-changes to the CODA960 between 5.15.29 and 5.15.171, the fix for the H.264 constrained baseline profile in particular is the change from 2022-06-09 from Nicolas Dufresne (dc267210). See: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/media/platform/coda?h=linux-5.15.y&id=dc2672109c862688b7ef52702443b2104b78fe7a SCH-39
-
- Jan 08, 2025
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@b0e27425 YT-311: Extend timeout for "changelog" job in Yocto build The "changelog" job occasionally fails wit timeout, during periods of high GitLab instance load or reduced performance. Extended job timeout to 15 minutes
-
- Nov 27, 2024
-
-
Set the default amount of allocated CMA in device tree to 128 MiB for Nallino
-
Double the default CMA allocation amount to 256 MiB only for Santvend devices.
-
Set the default CMA allocation amount of SAN* device to 128 MiB in the device tree.
-
- Nov 18, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8a7e9c94 YT-291: Remove unnecessary dependencies from deploy stage. During the implementation of YT-93, some unrelated dependencies were mistakenly added to the deploy stage. This caused issues in the release build for certain custom projects. This commit removes those unnecessary dependencies.
-
- Nov 11, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@081272c1 YT-260: Inherit restrictions from the parent Confluence page In each release, a Confluence page is created with expected restrictions specifying who can edit or update the page. Confluence automatically inherits "read" restrictions from the parent page, but "edit/update" restrictions are not inherited by design in Confluence. This ensures that restrictions are manually inherited from the parent page. Since the Confluence Python API module lacks functionality for setting restrictions, direct HTTP requests are used with the `requests` library instead of the Confluence module.
-
- Oct 14, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@1740c4a8 YT-262: Hide bootloader artifacts on the Release page Customers often misinterpret the presence of bootloader artifacts on the Release page as a sanctioned method for updating the bootloader. Currently, these artifacts are intended for internal use only.
-
- Oct 10, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a2951867 YT-187: Update Confluence release page to feature UUU tools archive Currently, we distribute a variety of .sh and .bat scripts to aid in flashing devices using the UUU tool. To simplify the release page and enhance user-friendliness, all scripts have been bundled into a single archive. This commit updates the release page to represent the new archive, eliminating the display of individual UUU script files.
-
- Oct 01, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@145ffd9f YT-229: Initiate LAVA tests for imx8mp device type New, Modular Vision, device were added to LAVA rack Start running tasts on this device. Device type imx8mp
-
- Sep 30, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@ff906931 YT-160: Workaround to prevent CI integration failure in 'merge-yocto' step The GitLab CI integration job frequently fails on the 'merge-yocto' step, specifically at the "git fetch" stage. The issue occurs because Git fails to fetch the .gitlab-ci submodule due to an incorrect reference, likely caused by the shallow clone (--depth=1) configuration, which limits the commit history. Extending the clone depth to --depth=2 helps prevent this error by providing a slightly deeper commit history, which resolves the reference issue.
-
- Sep 20, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f0ed0f4f CI: Changelog: Add new variable 'CHANGELOG_PROJECTS_SKIP', remove project list The listed projects for the changelog are now supposed to be found automatically. No need to list them anymore. The 'SKIP' variable is mostly ment for custom projects, to filter out unneeded projects from the changelog. YT-256 -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@434d542a get_integration_source: Print warning to stderr instead of stdout -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5cc674f7 Changelog: Include all related projects into the changelog In build-pipeline.yml, enable the new parameter by default. YT-256 -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@0c4173a5 Changelog-generator: Add parameter to include all integrated projects Before this, the changelog was generated on a given list of projects, all using the same branch. The new parameter now goes the the specified projects from the parameters, and detects all integrated projects into this. So normally you would specify one or two manifest projects, everything else is automatically added to the list. This also handles different branch names. As for example the kernel branches are different, the integration branch is used instead of the branch from the command line.
-
- Sep 12, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@37b396e8 YT-247: Automate Initiation of Build Stages in Scheduled Pipelines Enable automatic initiation of the build stage for the SDK and the test stage for pipelines within scheduled pipelines. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e3a76466 scripts: Add simple python script to convert license.manifest to md table
-
- Aug 16, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f6b301dc YT-227 Fix submit LAVA task for smoke tests Smoke tests use a single type of test (boot.jinja2). However, some parameters need to be dynamic, such as device type. To address this, the `test-plan-args-var` introduced what allows environment variables with extra parameters to be used in the LAVA job generation script. The pipeline has been adjusted accordingly. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@be2a04ab Enable verbose mode for submit_test.py -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@cf0071f2 YT-234: Fix ci-test pipelines (was broken with YT-65 MR) The YT-65 MR refactored the repo_checkout job, which is also used in CI-test pipelines. Added the necessary changes to the CI-test code.
-
- Aug 06, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@667964a6 Fix typos -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bd7e9366 YT-65 We perform a repository checkout in the manifest project for each build job. Each pipeline builds code for multiple MACHINES. This results in multiple downloads from each repository in the manifest. Occasionally, certain repositories may fail to fetch data. To avoid fetching the same data repeatedly for each build job in the pipeline, the `repo_checkout` stage is added. In this stage, the repo tool prepares the repository structure once and stores it in the cache. Subsequent build jobs use the pre-fetched data from the cache.
-
- Aug 01, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@de29fa3e YT-230: Fix Manifest Pipeline after "Improve Release" Changes Fix typo introduced in previous commit
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@417b79ef YT-230: Fix Manifest Pipeline after "Improve Release" Changes The recent changes introduced new rules in manifest-pipeline-yocto.yml, which have overwritten the general rules defined in build-pipeline.yml. Use !reference to combine both sets of rules effectively.
-
- Jul 29, 2024
-
-
There is an issue with a display showing artifacts after leaving the display blank for some time. If sel6_8 line stays high during the power-off of the display, the display gets side-powered by the sel6_8 line. And the power sequence during the next power up does not reset the display in a good state. So switch the sel6_8 gpio to low, when the VDD-LCD is powered of, and enable it to the correct state, just before the VDD-LCD is powered on again.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a7e07f19 YT-180 Generation of the firmware package failed due to a typo in the code that checks of existance of the variable. What caused TypeError: unhashable type: 'list'
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@7bd78810 PBB-32 Fix suffix addition in FNGo pipeline for custom projects due to an issue in GitLab where escaped variables are not correctly passed to child pipelines, a workaround is required. As a result, we use raw variables. The DEFERRED_RELEASE_VERSION variable was introduced for this purpose. However, for custom builds, we have an additional place where we modify the DEFERRED_RELEASE_VERSION variable to add a suffix. Therefore, extra interim variables need to be added to handle the workaround and ensure we get the raw variable in the end.
-
- Jul 23, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@83f4f610 Take group path from group instead of options -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@93eabeb3 YT-157 Adjust GitLab Backup Script to avoid shared projects Ensure backups are only processed for direct member projects of a group. If a project is shared with a group, backing it up without the appropriate permissions can cause the backup to fail.
-
- Jul 11, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@77a91f92 YT-93 Improve release workflow
-
- Jul 09, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@edbfded2 YT-164 Sort artifacts on confluence release page for FNG system
-
- Jul 08, 2024
-
-
It will be loaded as external logo. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Jul 05, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@6ab45a4c YT-190 Enable credential.useHttpPath for git credential manages in CI pipeline
-
- Jun 26, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@516090fa YT-167 Implement parsing full URL and multiple tokens
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8abfbca7 YT-176 Skip projects with no permissions If a project have no permissions, it probably won't be processed in seco-ne CI pipelines. Exclude venv directory from version control
-
- Jun 03, 2024
-
-
Mikhail Vanyulin authored
Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
Mikhail Vanyulin authored
There is too big latency (up to 3ms) in rs485 mode on mx6ull during turning To receive between disabling transmitter and enabling receiver. It happens because of 3 sequential iterations of calling stop_tx (2 from irq thread and 1 from hrtimer). Irq thread has great latency on the slow mx6ull and RS485 is sensitive to timings. The patch involves hrtimer for calling stop_tx during waiting FIFO empty in addition to existing calls from softirq to speed up the process. To make new code apply only for specific devices and not to affect other boards, a "rs485-has-rts-latency" property for uart device tree node was added. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- May 24, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@01d6973b Scripts: Add script to delete all integration/ branches It happens that the integration branches are left over from provious runs of the pipeline, when MRs are closed without merging, for example. Also a bug in the gitlab-ci makes the pipeline fail, when an integration branch should be reused. The new scripts just deletes all integration branch in the given project tree without further checks. Needs to be run manually. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c05acbe1 Add scripts to setup a virtual python environment Use: ``` cd script source setup_venv.sh ``` to change to the venv.
-
- May 23, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@58554035 scripts:release_info: Deep copy dict in merge_variables Without the deep copy, the merge operation manipulates the dict it is storing the new values in.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bd4caeae report_image_diff: rework variables extraction The current solution makes too much assumptions about the pipeline and needs to reimplement some of the gitlab yaml interpretion. The new version of the script extracts MACHINE and DISTRO from the jobs themselves: - MACHINE is part of the build job name ("build-$MACHINE"); - DISTRO is printed by bitbake and can be found in build log. Typos -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@cbf168eb build:credentials: Fix error when storing credentials in cache The credentials helper wasn't storing the credentials in the cache. Seemingly, the echo added whitespaces at the beginning of the lines which can't be interpreted by the git credential approve command. Also the USERNAME was renamed to TOKEN_USER because the variable is already filled with the system users name.
-
- May 13, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d09e3a96 CI: generate_firmware: Add releasename as name to json file To use the generated json file in the json-fwr tooling, it helps to fill the name. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c2cd3b43 pipeline:confluence: Add parent for Flash-N-Go release page -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@887db0df pipelines: Add wic.img files to supported artefacts
-
- May 08, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@54f17a69 Update CI_IMAGES_REVISION -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@4fd7f8a8 report_image_diff: get rid of hardcode Parse machines, pipeline names and distros from gitlab yaml file instead of harcoding these values in the script. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@05d6a8db fullbuildpipeline.py: fix timeout The problem was found in pipeline: https://git.seco.com/seco-ne/yocto/manifest/-/jobs/954246 Fix missing update of upstream pipeline status inside while loop. The timeout in the script was not in sync with the default timeout for build jobs. Set timeout in __get_build_pipelines() function to 8 hours. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3077d252 handle_artifacts: add "try" block for keep_/delete_artifacts -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@b0be529b handle_artifacts: fix case when pipeline was canceled -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@1a4a5ab1 Refactoring: move common code to separate files
-
- May 02, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bf6de920 convert_md2html: new font style for main text -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dc43f865 convert_md2html: move content to left -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f0088d25 convert_md2html: fix long commands Several blocks of code are too long and don't fit on the page. Words are not wrapped to the next line. To fix this, adjust the span slacc in css. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@caa6efa2 convert_md2html: restore several css rules - fix h1 color - fix missing gorizontal line above h1 - increased h2 font size - fix missing borders for table - restore link style -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@28a1bc5e convert_md2html: Update the style for the generated html file
-
- Apr 26, 2024
-
-
Because of this typo, EDID from HDMI display was not read and 640x480 resolution was set. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-