- Oct 11, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@35dc0fd0 linux-imx-5.15:config: Add pcf2123 RTC driver The RTC is used on the LEVY D18 SOM. BCS 746-001553
-
- Oct 09, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@f219c0d6 [packages][sdk] Added Astarte Qt5 SDK
-
- Oct 06, 2023
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@41d5b8a6 arm64:dts:imx8mp-d18: Fix RTS/CTS property for uart4 RTS and CTS are not muxed to the SMARC connector, so remove the "fsl,uart-has-rtscts" protperty. 746-001377 -- Commit: seco-ne/kernel/linux-imx-kuk@50e071c3 arm64:dts:imx8mp-d18: Add gpio-line names BCS 746-001381 -- Commit: seco-ne/kernel/linux-imx-kuk@300acd9b arm64:dts:imx8mp-d18: Fix FNG-System boot Add aliases for serial interfaces and rtcs. Disable flexspi node for now, because FNG-System stucks during boot when it is enabled. BCS 746-001343 -- Commit: seco-ne/kernel/linux-imx-kuk@8fa40ae3 arm64:dts:imx8mp-d18: Split dt into separate files for SOM and baseboard * b79.dtsi: Carrier board * imx8mp-d18.dtsi: LEVY d18 SoM * seco-imx8mp-d18.dts: d18 standalone * seco-imx8mp-d18-b79.dts: d18 + b79 BCS 746-001345
-
GitBot authored
-- Commit: seco-ne/tools/yocto-test-suite@5bed21fd video-tests: add config files for iMX8MM boards -- Commit: seco-ne/tools/yocto-test-suite@b829c279 video-tests: update download routine Updated the part of script that downloads the test videos from the provided URLs. The new version allows to set a custom name for output files. It is useful if filenames are the same but files are pulled from different sources. This renaming can be achieved by adding a custom name (separated by one or more spaces) after the URL. For example: TEST_VIDEO_URLS="\ https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/1080/Big_Buck_Bunny_1080_10s_5MB.mp4 Big_Buck_Bunny_1080_10s_5MB_h264.mp4 https://test-videos.co.uk/vids/bigbuckbunny/mp4/h265/1080/Big_Buck_Bunny_1080_10s_5MB.mp4 Big_Buck_Bunny_1080_10s_5MB_h265.mp4 " The commit also updates names of several variables to more accurately reflect their meaning.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@20c8370e bootscript: add rauc.slot=A to kernel command line As a preparation for rauc, add initial slot variable. Rauc takes RAUC_CURRENT_BOOTNAME from kernel command line. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Oct 04, 2023
-
-
Generate a pipeline to build "seconorth-image" without GPLv3 packages. The job does not start automatically. It can be triggered manually to verify the build process for such image.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@e17b535d fngsystem: add alias for parted After downgrading parted to 1.8.7 (GPLv2 version), it was discovered that in rare cases, parted may stop execution of command and will wait for user interaction. Add alias to run parted in script mode to prevent this behavior and to keep backward compatibility with older fng-install.sh scripts. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@29d83fdd fngsystem: Set distro to nogplv3 To enable the no-gplv3 build for fngsystem, the distro now includes the no-gplv3 include file. Other changes needed have already been prepared in other MRs.
-
GitBot authored
-- Commit: config@707e830f Enable no-gplv3 layers for "*no-gplv3" distros
-
- Sep 29, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@424393ca curl: set tftp default blocksize to maximum Download speed from TFTP via curl is significantly slower in dunfell/kirkstone comparing jethro/rocko releases. The reason is that the deafult TFTP block size is only 512 bytes. Jethro/rocko has a patch for curl that increases the block size to maximum value (65464). Port this patch to kirkstone.
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@b065a0ed driver:ucb1400: Remove sleep at beginning of poll_touch function -- Commit: seco-ne/kernel/linux-imx-kuk@786faa8a driver:ucb1400: Add debug messages -- Commit: seco-ne/kernel/linux-imx-kuk@e7a0798a driver:ucb1400: Add short sleep for pen-down debounce -- Commit: seco-ne/kernel/linux-imx-kuk@f8565c27 dts:mc3: Reduce UCB1400 debounce to 50 ms The debounce period of 100 ms makes the touch input to slow. Reduce the time to 50 ms. -- Commit: seco-ne/kernel/linux-imx-kuk@3e1d1b0b driver:ucb1400: Re-enable pen-down detection via bias mode -- Commit: seco-ne/kernel/linux-imx-kuk@3e36514d driver:ucb1400: Disable pressure measurement Remove the pressure measurement according to the old driver. -- Commit: seco-ne/kernel/linux-imx-kuk@332dad21 driver:ucb1400: Adapt the pen-down detection to old driver -- Commit: seco-ne/kernel/linux-imx-kuk@1dbf1c98 driver:ucb1400: Determine chip revision during probing The chip revision is determined from the AC97_RESET register value.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@3a206bfa conf:mx8mp: Add D18 base DT
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@45eb0788 dts:d18: Enable ectrl support The STM32 ECTRL MCU manages additional board functions (e.g. power button). Support for ECTRL was disabled in the D18 DTs because the driver wasn't ported yet. The driver is now available, hence we can re-enable supprot for the ectrl_stm32. This reverts commit 1507a8a17ea56da6165a29791ad8c1f6a6050452. -- Commit: seco-ne/kernel/linux-imx-kuk@ddb1e738 [D18][DRIVER] add board to STM32 ECTRL -- Commit: seco-ne/kernel/linux-imx-kuk@2eb3212c [i.MX8][C26] Add STM32 Embedded Controller driver
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@fa5e2305 uuu-scripts: Add scripts to fngsystem and edgehog-things -- Commit: seco-ne/yocto/layers/meta-seconorth-machine@878efd7f uuu-scripts: import from meta-seconorth-distro
-
- Sep 28, 2023
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@0a6a8193 arm64:seco:Tanaro: Configure the sel6_8 gpio for displays used with Tanaro. Add the default polarity to the tanaro.dtsi and add one override to the display, where the default polarity does not work. -- Commit: seco-ne/kernel/linux-imx-kuk@b6581905 gpu:drm:panel-lvds: Add sel6/8 gpio support The sel6/8 gpio is needed to toggle between 18bpp and 24bpp. This allow to specify the gpio in the devicetree.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@f910bc1d uuu-scripts: move to meta-seconorth-machine
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@cf0336d6 Define manifest file to build from
-
- Sep 25, 2023
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@97d0fa90 dts:tcg035: Reduce pixel-clk to 7 MHz Not all displays worked reliable with 8 MHz. Reduced the clock to 7 MHz which seems to work better.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a7503809 Confluence: add supported hardware information -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@0ef32ce7 Update simulated build to kirkstone-14.0 Remove temporary workarounds that were necessary due to changes after the previously used release kirkstone-7.0.
-
- Sep 22, 2023
-
-
Jonas Höppner authored
The i2c driver had a performance issue that lead to problems with some eeti and ilitik touch drivers. This issue was fixed with a kernel commit. This updates the related lines in the feature list. Change-Id: I688be6a7f33251a69782f7bc834f87142c3ef370
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@48a0f29e systemd-conf:wired.network: do not send DHCP release on service stop Fix the problem with floating IP addresses after first reboot in Edgehog image. Even when a stable MAC is assigned to device via device-tree, an IP address may change after the first reboot. This is due to default implementation of built-in DHCP client provided by systemd-network daemon - DHCP RELEASE packet is sent to the DHCP server during reboot by this daemon. So, next time a new IP address is allocated to the same DHCP client (device). To change this behavior of the DHCP client, a "KeepConfiguration=dhcp-on-stop" option is enabled in configuration file for systemd-networkd. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Sep 21, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@debd9eac graphics:wlvncc: Replace mesa dependency by sub-dependencies For wlvncc to work, only sub-dependencies of mesa are required. BCS 746-001479 -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@4b786f49 graphics:wlvncc: Modify wlvncc for Qt compositor * Switch to XDG shell version v4 * Update wayland protocol to resolve version conflicts * Improve pointer handling * hardcode modified DMA format BCS 746-001479
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@fdbabc0c drm:panel:panel-lvds: Added support for eDP panels added to panel-lvds Added additional compatible entry to enable support for eDP displays.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@71ffe532 kernel:config: enable squashfs support Squashfs is required for rauc bundles installation. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@de897bca packages:networking: Add dhcpcd IPv6 DNS servers announced via DHCP are ignored by udhcpc. Switching to alternative client to make it works.
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@1507a8a1 dts:d18: Disable ectrl support for now The ectrl_stm32 drive isn't yet ported. Disable the support in the DTS for now. BCS 746-001345 -- Commit: seco-ne/kernel/linux-imx-kuk@ebfd2cdf [D18] add OV5640 CSI camera support * enabled at u-boot: seco_config tool CSI0, CSI1 peripherals * on carrier B79: CSD18REVB + CSC47REVA + CSC19REVB (CSI CN39) * Test details: root@seco-imx8mp-d18:~# dmesg | grep -i ov5640 ... mx8-img-md: Registered sensor subdevice: ov5640 2-003c (1) mx8-img-md: Registered sensor subdevice: ov5640 1-003c (2) mx8-img-md: created link [ov5640 2-003c] => [mxc-mipi-csi2.0] mx8-img-md: created link [ov5640 1-003c] => [mxc-mipi-csi2.1] root@seco-imx8mp-d18:~# v4l2-ctl --list-devices ... mxc-isi-cap (platform:32e00000.isi:cap_devic): /dev/video2 ... mxc-isi-cap (platform:32e02000.isi:cap_devic): /dev/video3 ... root@seco-imx8mp-d18:~# gst-launch-1.0 -v v4l2src device=/dev/video2 ! waylandsink root@seco-imx8mp-d18:~# gst-launch-1.0 -v v4l2src device=/dev/video3 ! waylandsink -- Commit: seco-ne/kernel/linux-imx-kuk@bc2d6297 [D18] add eDP+LVDS WVGA single-channel video support * enabled at u-boot: seco_config tool -- Commit: seco-ne/kernel/linux-imx-kuk@855d28fb [D18] add HDMI+LVDS FHD dual-channel video support * enabled at u-boot: seco_config tool -- Commit: seco-ne/kernel/linux-imx-kuk@15ca3d3b [D18] add HDMI+eDP video support * enabled at u-boot: seco_config tool -- Commit: seco-ne/kernel/linux-imx-kuk@c1f0623a [D18] add generic SMARC GPIO support -- Commit: seco-ne/kernel/linux-imx-kuk@18b4c97e [D18] add eDP video support * enabled at u-boot: seco_config tool * on CSB79REVB: panel BOE EV156FHM (eDP0 CN60: switch SW6 2-4 position ON, jumper CN18 and CN19 position 1-2) -- Commit: seco-ne/kernel/linux-imx-kuk@0cef7bf8 [D18] add LVDS WVGA single-channel video support * enabled at u-boot: seco_config tool * connected on LVDS channel 1 * on CSB79REVB: panel URT UMSH-8596MD-20T + CV1338/400REVB (LVDS CN14+LCD CN17: switch SW6 1-3 position OFF, jumper CN20 position 1-2 and CN21 position 1-2) -- Commit: seco-ne/kernel/linux-imx-kuk@0142b8fe [D18] add LVDS FHD dual-channel video support * enabled at u-boot: seco_config tool * on CSB79REVB: panel AUO P215HVN01.0 + CV1235/750REVB (LVDS CN14: switch SW6 1-3 and 2-4 position OFF, jumper CN18 position 2-3 and CN19 position 1-2) -- Commit: seco-ne/kernel/linux-imx-kuk@b5885890 [D18] add PWM backlight support -- Commit: seco-ne/kernel/linux-imx-kuk@c24c7eaf [D18] fix typos -- Commit: seco-ne/kernel/linux-imx-kuk@4fa61a24 [D18] add HDMI video support * enabled at u-boot: seco_config tool -- Commit: seco-ne/kernel/linux-imx-kuk@2c8742bf [D18] add Bluetooth audio support * enabled at u-boot: seco_config tool * audio over SAI3 interface * SAI3 --> carrier board or onboard bluetooth (I2S2 SMARC | AUDIO BT) * Filesystem support --> pulseaudio + bluez5 * Yocto packages: pulseaudio-server pulseaudio-module-cli pulseaudio-misc pulseaudio-module-device-manager bluez5-noinst-tools bluez5-obex bluez5-testtools pulseaudio-module-bluetooth-discover pulseaudio-module-bluetooth-policy pulseaudio-module-bluez5-discover pulseaudio-module-bluez5-device pulseaudio-module-switch-on-connect pulseaudio-module-loopback * Test details: root@seco-imx8mp-d18:~# pulseaudio -D root@seco-imx8mp-d18:~# bluetoothctl [bluetooth]# default-agent [bluetooth]# power on [bluetooth]# scan on ... Device 74:45:CE:40:2B:DD WH-CH510 ... [bluetooth]# scan off [bluetooth]# trust 74:45:CE:40:2B:DD [bluetooth]# pair 74:45:CE:40:2B:DD [bluetooth]# connect 74:45:CE:40:2B:DD [WH-CH510]# info Device 74:45:CE:40:2B:DD (public) Name: WH-CH510 Alias: WH-CH510 Class: 0x00240404 ... [WH-CH510]# exit root@seco-imx8mp-d18:~# pactl list sinks short | awk '{print $2}' root@seco-imx8mp-d18:~# paplay -d bluez_sink.74_45_CE_40_2B_DD.a2dp_sink test.wav -- Commit: seco-ne/kernel/linux-imx-kuk@246faf5a [D18] add TLV320AIC32X4 audio support * audio over SAI2 interface * output needs to be enabled: /usr/bin/amixer sset -q 'LO Driver Gain' 100% * sound works only at 48000Hz: this derives from SAI2 assigned clock rate. * Filesystem support for pulseaudio: /etc/pulse/daemon.conf --> default-sample-rate = 48000 alternate-sample-rate = 48000 * on CSB79REVB: I2S0 to audio jack CN41 (switch SW16 2-4 position OFF, jumper CN82 position 2-3) -- Commit: seco-ne/kernel/linux-imx-kuk@a0727c82 [D18] add ECTRL support -- Commit: seco-ne/kernel/linux-imx-kuk@5b6cd2e5 [D18] fix I2C clock frequency Workaround for NXP chip errata ERR007805 "I2C: When the I2C clock speed is configured for 400 kHz, the SCL low period violates the I2C spec of 1.3 uS min" This errata is found on the following SoCs: * MX8M{M,N,P,Q} * MX7{S,D} * MX6{UL{,L,Z},S{,LL,X},S,D,DL,Q,DP,QP} -- Commit: seco-ne/kernel/linux-imx-kuk@7f98b7a8 [D18] add PCIe support * on CSB79REVB: card PCIe-Intel-I210-x4 (PCIe x4 slot CN33: switch SW17 2-4 position OFF) * Test details: root@seco-imx8mp-d18:~# lspci 00:00.0 PCI bridge: Synopsys, Inc. DWC_usb3 / PCIe bridge (rev 01) 01:00.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch ... 06:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03) -- Commit: seco-ne/kernel/linux-imx-kuk@d3325c73 [D18] add QSPI support -- Commit: seco-ne/kernel/linux-imx-kuk@fea7ea7c [D18] add RTC PCF2123 support -- Commit: seco-ne/kernel/linux-imx-kuk@87290d6a [D18] add usb support: usb1, usb2 -- Commit: seco-ne/kernel/linux-imx-kuk@55f1a8e9 [D18] add flexcan support: can1, can2 -- Commit: seco-ne/kernel/linux-imx-kuk@fb85cd67 [D18] add uart4 support -- Commit: seco-ne/kernel/linux-imx-kuk@1f98e1b7 [D18] add WiFi+BT module AW-CM276NF support * the module is based on Marvell 88W8997 chipset * CSD18REVB has a pull-down on WIFI_PWRDWN#, set P1_2_WiFi_EN to allow probing -- Commit: seco-ne/kernel/linux-imx-kuk@39dca582 [D18] add ethernet support: eth0, eth1 * DP83867 Gigabit Ethernet PHY transceiver -- Commit: seco-ne/kernel/linux-imx-kuk@80213e6c [D18] add gpio expander PCAL6416 support -- Commit: seco-ne/kernel/linux-imx-kuk@86a9a67e [D18] external SD: enable WP and RESET -- Commit: seco-ne/kernel/linux-imx-kuk@bb84b021 [D18] set MMC enumeration * internal eMMC --> device 0 * external SD --> device 1 -- Commit: seco-ne/kernel/linux-imx-kuk@bdd701c5 [D18] clear dts from reference board and overlay peripherals -- Commit: seco-ne/kernel/linux-imx-kuk@0e0f4fe7 seco:dts:d18: Added devicetree for D18 Original Commit 90ac559b5dc95a52dd15b6d11568acbde6c5fd76 BCS 746-001345 -- Commit: seco-ne/kernel/linux-imx-kuk@b2aeb41f dts:seco: Added base for i.MX8MP BCS 746-001345 -- Commit: seco-ne/kernel/linux-imx-kuk@bebe765e dts:seco: Add base devicetree structure BCS 746-001345
-
- Sep 20, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@2a791770 kernel:config: Add driver module for Marvel Bluetooth chips The driver is used for the D18 SMARC module. Original commit https://git.seco.com/edgehog/bsp/nxp/linux-seco-imx/-/commit/c20ef657 BCS 746-001345
-
- Sep 19, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@96788ca6 Add SUPPORTED_HARDWARE variable for all platforms This variable will be used by CI for creating the release page in Confluence.
-
Tim Jaacks authored
This reverts commit feaf4122.
-
GitBot authored
-- Commit: seco-ne/3rd-party/u-boot/u-boot-mtk@c88d9631 Add gitlab-ci
-
- Sep 18, 2023
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@0ca48bfa seco-mx6: enable fastboot -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@abf30977 seco-mx6: update config via savedefconfig
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@a6646c02 arm:dts:imx6qdl-san: Enable i2c msg read within ISR for bus 3 Some connected touches lead to a large traffic on the bus. If this traffic is handled too slowly, some ugly effects show up, such as input delays or a high CPU load due to the touch driver. Set the enable-isr-read flag to speed up the message read process. Cherry-picked from 52d249fcd8ff14c01bce0b4049613b11c779426e https://git.seco.com/seco-ne/kernel/linux-guf BCS 746-001477 746-001000 -- Commit: seco-ne/kernel/linux-imx-kuk@8ab02e4d drivers:i2c-imx: Add option for i2c read processing within ISR By default the read msg process is handled by the follwing queue mechanism: 1. Client driver read request 2. The i2c driver triggers a read and waits for a byte to be ready to read 3. ISR sends a wake_up call to the queue when the byte is ready to read 5. The i2c driver becomes scheduled again and reads the byte 6. The i2c driver waits for the next byte and so on For some reason, it often takes a long time to reschedule the i2c driver after the ISR reports ready status. This causes problems with i2c devices that cause a lot of bus traffic, such as touch devices. To resolve this, the devicetree flag "enable-i2c-isr" enables the following read routine: 1. Client driver read request 2. The i2c driver triggers a read and waits for the ISR 3. The ISR reads the bytes itself and wakes up the queue when all bytes are processed This way the wake_up calls are reduced by the number of bytes in a message and processing becomes much faster. However the ISR does more, but adding something that controls the scheduling of the i2c driver also seems to be very complicated. Cherry-picked from 850be496c49aeca59bf9caa295a939d39fb4dbec https://git.seco.com/seco-ne/kernel/linux-guf BCS 746-001477 746-001000
-
GitBot authored
-- Commit: seco-ne/kernel/linux-guf@1ec2a30d arm:dts:imx6qdl-san: Enable i2c msg read within ISR for bus 3 Some connected touches lead to a large traffic on the bus. If this traffic is handled too slowly, some ugly effects show up, such as input delays or a high CPU load due to the touch driver. Set the enable-isr-read flag to speed up the message read process. BCS 746-001477 746-001000 -- Commit: seco-ne/kernel/linux-guf@8037dbaa drivers:i2c-imx: Add option for i2c read processing within ISR By default the read msg process is handled by the follwing queue mechanism: 1. Client driver read request 2. The i2c driver triggers a read and waits for a byte to be ready to read 3. ISR sends a wake_up call to the queue when the byte is ready to read 5. The i2c driver becomes scheduled again and reads the byte 6. The i2c driver waits for the next byte and so on For some reason, it often takes a long time to reschedule the i2c driver after the ISR reports ready status. This causes problems with i2c devices that cause a lot of bus traffic, such as touch devices. To resolve this, the devicetree flag "enable-i2c-isr" enables the following read routine: 1. Client driver read request 2. The i2c driver triggers a read and waits for the ISR 3. The ISR reads the bytes itself and wakes up the queue when all bytes are processed This way the wake_up calls are reduced by the number of bytes in a message and processing becomes much faster. However the ISR does more, but adding something that controls the scheduling of the i2c driver also seems to be very complicated. BCS 746-001477 746-001000
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@64dc51d3 Use regex operator to check for multiple variables The "&&" operator does not work as expected when checking if multiple variables are set. See for reference: https://gitlab.com/gitlab-org/gitlab/-/issues/321371 -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@89fbce24 Hide Confluence stage if confluence variables not set -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@db50e93b Hide deploy stage if DEPLOY_RELEASE_TARGET not set -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f4aa0048 Hide FTP stage if DEPLOY_FTP_TARGET not set This makes the variable HIDE_FTP_UPLOAD_STAGE obsolete, because we can hide the FTP stage now by setting DEPLOY_FTP_TARGET to an empty string. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@409c4f27 Do not run CI test sub-pipeline on master
-
- Sep 15, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a731b156 Remove DISTRO_IMAGES This variable has been removed in Yocto. Its contents have been merged into DISTRO_RELEASE_ARTEFACTS. See for reference: seco-ne/yocto/layers/meta-seconorth-distro@a316e95e
-
- Sep 14, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@a316e95e Refactoring: remove DISTRO_IMAGES variable DISTRO_IMAGES was passed to the CI package stage only to add the corresponding manifest and testdata.json files as well. Add these directly to DISTRO_RELEASE_ARTEFACTS and remove DISTRO_IMAGES variable. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@ba99e05b Refactoring: remove DISTRO_INSTALL_SCRIPTS This variable is not needed anywhere else, so we can use its value directly. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@1846382a Refactoring: append to DISTRO_IMAGES for FNGSystem instead of redefining it ${IMAGE_LINK_NAME}.cpio.gz is part of DISTRO_IMAGES automatically due to its original definition in seconorth-distro.inc. Append ${IMAGE_LINK_NAME}.tgz to make clear that this is an addition compared to the Yocto build.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@45f2aca7 Refactoring: remove parsing of testdata.json in package stage Extract and save these variables in the build stage instead and explicitly pass them as arguments to the package script. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8ca2487d Move .simulate_build below .build_yocto -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@2808f067 Fix build.env contents for simulated build -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@73d00715 Pretty print release metadata JSON file
-
- Sep 13, 2023
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@b5e752d6 driver:ucb1400: Add retry to read routine If an invalid value was returned, retry the read operation without a delay.
-
GitBot authored
-- Commit: seco-ne/tools/seco-sharedconf@ebbb85c2 config:networkd: Adapted networkd generation function Added check for invalid netmask. Added validation to MAC. BCS 746-001437 -- Commit: seco-ne/tools/seco-sharedconf@ffccbdd7 config:network:nm: Adapted nm generation function Added check for an invalid netmask. Added validation checks to MAC and fallback IP. BCS 746-001437 -- Commit: seco-ne/tools/seco-sharedconf@1c03a33d config:network: Add check for invalid settings Check the static interface settings and exit if they are invalid. Also check if we have a valid MAC before expanding the string. BCS 746-001437
-
- Sep 12, 2023
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@b5006e3e driver:wm9705: Check and re-set dig2 config register Due to an unknown reason, the dig2 config register resets randomly. This disables the generation of pen-down interrupts. Without the interrupt, doesn't sample further touches. As a first workaround, we check the dig2 config register before exiting the sample function and re-set the config value, if it was reset. BCS 746-001452 BCS 746-001447
-