- Dec 19, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@22c519f1 Move FTP jobs to FTP runner -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@84d0616b Add new deploy pipeline to Yocto -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f0436868 Move reusable parts from CI-Test to common -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3d3b4d09 Yocto: fix SDK package -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@37360288 Yocto: fix SDK build -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@2b6fc739 Package: add comment -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@95d6e368 alphaplan_fwr_import: add error handling -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@277d4af7 Package & deploy: do not allow missing dotenv file -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3c68ccab Alphaplan: add script for importing alphaplan data The script has mostly been copied from alphaplan_fwr.py, but with different input data. Adding a job to the CI-test environment for testing this. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3b3238a1 Alphaplan: add script for generating alphaplan data This script has mostly been copied from alphaplan_fwr.py, but with different input data (artifacts from the SoftwareStore deploy job) and without actually importing the data to the Alphaplan database. Adding a job to the CI-test environment for testing this. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@387b8184 Deploy: save variables in deploy.env -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@902c9276 Deploy: save rsync file list for later stages -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@15622149 CI-test: use caching between the pipeline stages -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a96a923e CI-test: add deploy stages for SoftwareStore and FTP Rename all stages to uppercase on this occasion, since we're adding stages with names containing multiple words. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@056f1af1 Add package class and stage -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a1972724 Add script to query job logs filtered by status, tag, and log pattern -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d501fed4 Update isort config -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d6149039 Harmonize import order in all python files via isort -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8b4f3c38 Add isort job to analyze stage isort is a Python utility to sort imports alphabetically, and automatically separated into sections and by type. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@049a2268 common: add constant for default GitLab URL
-
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@0f3651e3 weston:shell: Removed fixed shell from service The shell was set as parameter in the Weston service file. This prevents the shell variable from the weston.ini to have any effect. Removed the parameter.
-
- Dec 08, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@3aa0c0eb seco-mx8mm:Tanaro: Add headless devicetrees To be used in FT1 BCS 746-001157
-
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@e404727f seco-mx6:defconfig: Enable iptables Approach ip filter config to seco-mx8m. CONFIG_LIBCRC32C=m seems to be no longer necessary as it was automatically removed by menuconfig. BCS 746-001166
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@1c52dfec tanaro: Add overlay to disable GB ethernet mac when phy is not populated BCS 746-001157
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@2346faa8 seco-mx8mm:Tanaro: Add overlay for not populated ethernet phy BCS 746-001157
-
- Dec 07, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@406f23b7 sharedconf: Add function to enable partition write access
-
- Dec 06, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@7a9f61af seco-mx8mp:defconfig:Enable camera drivers mipi-csi
-
- Nov 28, 2022
-
-
Jonas Höppner authored
Change-Id: Ifc6ef2352dcaba5fdfc8b8d9dd1e9156ad83c4c3
-
- Nov 23, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@85526c52 qmlbench: Set nobranch in SRC_URI The master branch has been renamed/removed from the repository. Since SRCREV is set to a specific revision there is no need to set a branch explicitly.
-
- Nov 21, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@9982711f Move deploy jobs to deploy runner
-
- Nov 18, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@a5463b02 kernel:mx8m:defconfig: Add gpio-custom-power-off driver BCS 746-001083
-
- Nov 11, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e48b4c0b package_release: Do not fail if a file does not exist
-
- Nov 10, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@a085091f fng-install: Fix missing output in error cases Also reduce the minimal size for the FNGSystem partitions needs during yocto install. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@13b6c687 fng-install: Fix typo
-
- Nov 09, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@260c559e mx8mp: Add mc3 hdmi backplane devicetree
-
- Nov 07, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@296b55fa seco-show-demo: Adapt systemd service file to kirkstone Use WAYLAND_DISPLAY variable. Change logging to journal. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@6ba6cf2f weston-init: Change path of weston.ini so it is used for mx6 based devices also The imx override was changed to imx-nxp-bsp before to react on the nxp overide mechanism, but the imx-nxp-bsp overirde is not set for mx6 based devices. The seconorth override has higher priority and is available for all platforms. BCS 746-001039
-
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@9b63e87f tanaro: Add devicetree for Fannal 10.1" display
-
- Oct 26, 2022
-
-
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@3107ec6f rng-tools: Omit libjitterentropy See https://git.toradex.com/cgit/meta-toradex-bsp-common.git/commit/recipes-support/rng-tools/rng-tools_%25.bbappend?id=8146c4e28948e616c1cfdadd5372528757e69abd The libjitterentropy features are not necessary anymore thus omit the PACKAGECONFIG for this feature. BCS 746-001037
-
- Oct 18, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a5e27f6e FTP upload: Add flag to hide FTP upload stage This is a workaround to prevent customer releases being uploaded to our public FTP area. It should be removed as soon as we support uploading to different FTP target folders.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@543a2170 manifest_package: add release suffix Customer specific manifest projects can now set the RELEASE_SUFFIX variable, which then gets appended to the deployment folder names. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c763c43f alphaplan_fwr: change variable "release_name_local" to "release_name" Otherwise it can be assumed that it might be correlated with outputdir_local, which is not the case. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@2d8d26a5 package_release: more refactoring - Make output-dir an argument that can be passed multiple times instead of hard-coding two dirs with certain meanings. - Remove LOCALDIR variable from package.env, because it is not used anywhere (only occurence was job class ".uploadsdkftp" which wasn't used anywhere either). -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dc3698c8 package_release: refactoring Improve readability of package_release.py and its submodule generate_release_metadata.py. - Add describing comments throughout the file. - Remove duplicate code from functions. Simplify them, so that they do what their names say (and nothing more). - Rename variables and function arguments to make their purpose clearer. - Harmonize variable names with their corresponding command line arguments. - Add pydoc for functions. - Add type declarations to function arguments. - Generate MD5 and metadata files in the source directories so that they can be copied along with the rest of the files.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@ca8dfb5c qtbase: Add QStylesheetStyle alignment patch Per customer request add QStylesheetStyle patch form Qt 5.15.4. See also https://bugreports.qt.io/browse/QTBUG-89366 https://bugreports.qt.io/browse/QTBUG-86857 https://codereview.qt-project.org/c/qt/qtbase/+/327897 This patch can be omitted when a later Qt Commercial version is used.
-
- Oct 14, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@29c929a2 tests: Add phytool to packagegroup-tests phytool is used for ethernet compliance tests.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@4467a659 weston:xwayland: Added display for x11 The DISPLAY environment variable must be set for X applications to start correctly. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@c9ad7470 weston: Fixed auto-start of systemd service The Weston systemd service was depending on the graphical.target. This target depends on a display manager which we don't have. Replaced it with the multi-user.target.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@9cde740b kernel:mx8m: Added LED timer trigger The timer trigger is used for the status LED of the MC3. -- Commit: seco-ne/yocto/layers/meta-seconorth-machine@d1d6c379 kernel:mx8m: Added additional modules for AC97 and WM97XX BCS 746-001045
-
- Oct 05, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@96c4fa10 seco-pnmtologo: Add seco-pnmtologo recipe The seco-pnmtologo tool is a variant of the in-kernel pnmtologo tool. See also https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/video/logo/pnmtologo.c?h=v5.15.71 The SECO Northern Europe variant adds a binary output mode. The binary output can be used by the SECO Northern Europe boot logo implementation. Use oelint-adv to lint the recipe.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@6947563d netpbm: Add PACKAGES for lib and logotools To reduce the number of files of the logo package. Introduce a library package as well.
-
- Sep 30, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@424479f3 netpbm: Refactor recipe This is mainly major recipe refactoring. Using the oelint-adv tool add more information to the recipe. Also fix a QA issue of .so libs being actual files instead of links -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@dbab987f netpbm: Add LDFLAGS to LDSHLIB The netpbm package uses the LDSHLIB variable to build the shared libraries. Inside Yocto the libs need to be built with GNU_HASH and assume that LDFLASG are being used. Thus add LDFLAGS to the LDSHLIB variable in the netpbm config file.
-
- Sep 28, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@0bb21cd7 x11: Use standalone xwayland package The standalone package of xwayland is preffered over the package from xserver-xorg. See https://git.yoctoproject.org/poky/commit/meta/recipes-graphics/ xwayland?h=kirkstone&id=07d33c8ec848c257c014fbef1241104847873d5f and https://fedoraproject.org/wiki/Changes/XwaylandStandalone
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@0f679e90 bootscript: Set build directory to working directory The bootscripts need to be extended in a custom layer. To make the customization easier, we move the build directory to the working directory.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@7f37be85 systemd:networkd: Added comment to remove of networkd The removal of networkd is done via "remove-variable" which isn't explained sufficiently. Added a comment regarding the concrete operation of the "remove-variable". -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@14d0809f systemd:getty: Removed default getty instance on tty1 The getty service starts a default instance on tty1. This instance appears as a login prompt on our HMIs which isn't the expected behavior for our customers. The patch removes the installation of the default instance.
-
- Sep 27, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@c738078b seconorth-wayland: Refactor DISTRO_FEATURES:remove The Yocto system for appending and removing items form lists executes the removal as a last step. After a removal an item cannot be appended. For the DISTRO_FEATURES this means that the once removed "x11" item cannot be appended in later steps or dependent layers. This can be circumvented by the introduction of intermediate variables or by using such variables. For example poky defines DISTRO_FEATURES as follows ``` DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}" ``` To remove an item from the DISTRO_FEATURES you can instead remove it form one of the variables i.e. the DISTRO_FEATURES_DEFAULT variable. Thus remove the `bluetooth` and `x11` items from the DISTRO_FEATURES_DEFAULT to be able to re-add them to DISTRO_FEATURES later.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c831d1da get_integration_sources: check if CI is enabled Trying to query CI variables on a project which does not have the CI feature enabled leads to an HTTP 403 (forbidden) error. Check whether CI is enabled using the "jobs_enabled" flag.
-
- Sep 23, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@9d32efa8 fng-install: Fixed target parameter The "target" parameter was colliding with the TFTP parameter. Removed the shortcut (-t) for the target parameter to resolve the collision. Also, some filesystem operations weren't respecting the TARGETDEVICE parameter.
-
- Sep 22, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@d95a9090 psplash: Update patches The patches 0001-Add-clear-bg-show-logo-and-show-progress-bar-switche.patch and 0002-Adjust-the-colors-for-the-G-F-logo.patch were out of sync with upstream. Sync them with ``` devtool modify psplash devtool update-recipe psplash -a ../sources/meta-seconorth-distro --force-patch-refresh devtool reset psplash ```
-
- Sep 21, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@efe603b7 u-boot:mkimage: Removed include file for custom mkimage We don't use the custom mkimage anymore and the include file can therefore be removed.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@f56156d5 uuu: Use uuu from system path if available, use shorter original devicetree name BCS 746-001043 -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@0bdde957 deploy: fix kernel image name in DISTRO_RELEASE_ARTIFACTS for the CI deploy step BCS 746-001043
-
- Sep 20, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5e3dfaea CI:deploy: fix fngsystem deployment path The match to detect fngsystem still contained 'guf'. Changed to 'seco'. BCS 746-001043
-
- Sep 16, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@bc3eebca udev: use ignorelist.d instead of blacklist.d, because it was renamed upstream The appendfile didn't worked correctly because of the renamed directory and thus the blacklisting didn't worked anymore. This fixes it. Also added a rule to ignore only the internal emmc, so removing of the 'disable_all' file, does not mount the internal partitions automatically.
-
- Sep 15, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@3b1155bf kernel:dtb: Create devicetree links named like the original dtb names in deploy folder In the rootfs/boot folder the devicetrees are named like the kernel sources, in the deploy folder they get a long postfix. For CI deploy step and the usage of the dtb name during installation the original names are needed in the deploy folder too. This patch takes a snippet from the kernel-devicetree.bbclass to enable it again, because the yocto way to enable it, also brings links to the kernel image inside the rootfs, which does not work for us, because of the fat filessystem on the boot partition. BCS 746-001026
-
- Sep 14, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f8d6de86 Make check error message more verbose -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@21e7edeb Improve ci-test build -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@76bd81d8 Fix check job rules -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a6721243 Move check job to parent pipeline -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@593784e1 Refactor check_if_integration_branch_is_up_to_date - Use "source" and "target" terminology in the script, just like in the GitLab CI variables. - Spefify data types for function arguments. - Rename function arguments to better reflect their data types. - Move determination of integration branch into main function, so that the successfull status message can be more verbose. - Remove parent_merge_request feature and checking for gitlab-ci integrations, because the check job does not run on gitlab-ci integration branches at all. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@45b49ee3 Remove build stage on master We don't need to explicitly trigger a build after merging changes in gitlab-ci. A master pipeline on the target projects runs automatically.
-