Skip to content
Snippets Groups Projects
  1. Jul 30, 2022
  2. Jul 29, 2022
    • GitBot's avatar
      Integrate linux-imx-kuk/fix_seconorth_devicetrees · 94b1ad3f
      GitBot authored
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@3b8c56b6
      
      dt:seconorth: Added trizeps8mini_atm700 to Makefile
      94b1ad3f
    • GitBot's avatar
      Integrate linux-imx-kuk/add_trizeps8mini · 4333703b
      GitBot authored
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@0672e1d3
      
      dts: Added missing devicetrees for Trizeps 8 Mini
      
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@41aa9fa9
      
      dts: Added devicetree for Trizeps 8 Mini and pConXS
      4333703b
    • GitBot's avatar
      Integrate linux-imx-kuk/add_pconxs_5.15.5_fix_mx8mp · 24210451
      GitBot authored
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@a2b8df11
      
      dts: Apply changes to mx8mp from 5.10 kernel
      24210451
    • GitBot's avatar
      Integrate meta-seconorth-distro/kirkstone-pull-changes-from-dunfell · b68e9b75
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@597c7a49
      
      fng-system: slightly increase INITRAMFS_MAXSIZE
      
      The build for the imx8mpguf hit the limit.
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@29f0f098
      
      fng-install: Fixed setting of custom devicetree
      
      The post-install steps for setting a custom devicetree have been
      changed for the i.MX8 devices. For the custom devicetree to work again,
      the name of the devicetree needs to be written to the devicetree file
      in the boot partition.
      
      BCS 746-000877
      
      (cherry picked from commit 714adb35316565cdb97da046bda41ff2ccce7519)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@e1136a4e
      
      qtbase: Add gif
      
      To add qgif to the Qt environment add the gif PACKAGECONFIG.
      
      (cherry picked from commit cd3c70f1e6e9c779f515aaf55d80c32240965e12)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@4c67d8a8
      
      fng-install:prepare-kernel: Added i.MX8 support
      
      The default prepare-kernel script didn't support the i.MX8.
      Tweaked the script, to support the custom requirements of the i.MX8.
      The i.MX6 specific parts for the generation of the overlays (from the
      shared XML) and the gf_platform detection has been moved to new scripts.
      
      BCS 746-000877
      
      (cherry picked from commit 40d7ba85d58160c91f4a7e41d59240c713bf3508)
      
      fng-install:prepare-image: Added new scripts and clean-up
      
      The new scripts (prepare-overlays and prepare-xml2dto) for the
      post-install steps have beend added.
      Also wrong indentations have been replaced and the lists have been
      sorted.
      
      BCS 746-000414
      BCS 746-000877
      
      (cherry picked from commit 3edf9fc8ef6fc790cc509e3ccd756232a569df47)
      
      fng-install:prepare-kernel: Removed i.MX8 specific script
      
      The i.MX8 used a custom post-install script for the prepare-kernel
      step. Since the default script has been adopted for the i.MX8, the
      custom script is removed.
      
      BCS 746-000877
      
      (cherry picked from commit 3a397d4448ace2dbdfcb3c63ad5d90e75a3ec1cb)
      
      fng-install:rtc: Added RTC detection for the TANARO
      
      The TANARO will be produced with one of two RTC variants.
      We detect the RTC by querying the first register during the
      post-install and activate one of two devicetree overlays.
      
      BCS 746-000877
      
      (cherry picked from commit 32b8f0c20331a3aff6b6e77a0576b755fdcfc2d6)
      
      fng-install:post-install: Added comments to scripts
      
      Extended the documentation and comments in the post-install scripts.
      
      (cherry picked from commit c14d978b516e9b45c7bb292d6838744dbe75c27c)
      
      fng-install:prepare-dt: Replaced loop with find
      
      Fixes SC2044
      
      (cherry picked from commit 2cc3f5397c55cd7b5bab7ba41ffc052d007b87c0)
      
      fng-install:prepare-image: Convert recipe's syntax to kirkstone
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@b8c69230
      
      post-install: Rework and fix of overlay handling
      
      Overlays that have been installed by Yocto are now moved
      into /boot/overlays. This is due to the inability of Yocto
      to easily handle devicetree overlays during the build.
      
      Overlays that are provided via the parameters of fng-install
      (--DTBO) are also placed inside /boot/overlays. Additionally,
      they are appended to the overlays variable inside the
      overlays.txt file.
      The overlays.txt file is parsed during the prepare-kernel
      post-install step. The loaded overlays are then applied to
      the default devicetree.
      
      BCS 746-000414
      BCS 746-000877
      
      (cherry picked from commit 5f97c8e6844897ad4cb45a81e6ee21e831e0ada6)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@ba006a1d
      
      fngsystem: Added lsb-release to fngsystem
      
      The lsb-release command can be used to query detailed information
      regarding the Yocto image/build (from the userspace).
      
      (cherry picked from commit 883e6834afc1173e2c41ed5175bc53f56c0c4010)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@8002b0cf
      
      packagegroup: Added lsb-release to guf-small
      
      The lsb-release command is used by Lava to query system information.
      
      (cherry picked from commit f584eef64ec4cb7f914d9f21bcba110cc50cf2af)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@98e330cc
      
      FNGSystem: Install kernel-modules to fix missing sound support
      
      We did remove the kernel modules for FNGSystem to reduce the image
      size. Compared to FNGSystem 27 the kernelmodules are adding about
      2 MB, which seems to be OK for me.
      
      (cherry picked from commit 38c8f73c9756c9bee5e80a758800acdc27ab1d8e)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@0f489a5b
      
      shared-conf: Allow on/off for bool values not only true/false
      
      (cherry picked from commit f940734562f35df72c630f44421edb19c58927dc)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@b89357c0
      
      fnginstall-postinstallation: Fix boot partition detection for fngsystem
      
      The scripts failed if run in an installed fngsystem. This is needed in
      FT2, when new xml files are installed after the FNGSystem installation.
      
      (cherry picked from commit 920b5c91fbb3bb8a63abf2bb506d761fd1b083e4)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@fa41aa9f
      
      alsa:imx6: Switch to sgtl5000 as default audio card
      
      Replaced absolute card number by the ID of the sgtl5000 audio card.
      Added additional alsa configuration files for imx6ull as it does
      not have the sgtl5000 codec.
      
      BCS 746-000548
      
      (cherry picked from commit b3c8ca1b65107f78289fa8d97875b802276a6565)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@e7916d32
      
      multiscreen-compositor: Adapt receipe to adapted naming, add message client
      
      Also convert recipe's syntax to kirkstone
      
      (cherry picked from commit 984094770d6ecf53270bb223954ac6aa4e4f5b10)
      (cherry picked from commit 325cd3c2b1201ff9580137285878245fee6af08b)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@f80c2721
      
      fng-install: Fix --partition-scheme change in FNGSystem install script
      
      When switching from scheme 1 to 2, there was a bug leading to an
      unformated partition.
      
      Additionally I removed the partition message for FT2. This is only
      used during the yocto installation and was in the wrong position
      anyway.
      
      (cherry picked from commit c0871d1ef6cc397ce704c90291a84234613cdb57)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@bb7173fa
      
      fng-install: Move the partition-scheme parameter to the fngsystem install script
      
      The implmentation was not really working when used in a yocto
      installation, as it would have needed a relocation of FNGSystem.
      Now the explicit change of the partition scheme is only be possible
      together with the installation of FNGSystem.
      
      (cherry picked from commit a4ecd59956117a6703e8b9a735185558878ff9c6)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@6a7b1727
      
      fng-install: Fix installation issue when used with fresh FNGSystem 15.1
      
      When FNGSystem 15.1 was just installed and only one partition was
      setup on the device the installation failed.
      This is fixed here.
      
      Also: in A-B installation mode is the used target (A or B) reported
      after the installation.
      
      (cherry picked from commit e811145db8146087fe25a6a9aed6c9e98c2566aa)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@f4bd9d7a
      
      NFS: Add nfs-utils-client package to image
      
      The nfs-statd systemd service is disabled by default.
      
      BCS 746-000876
      
      (cherry picked from commit 962886013567aca13487cea3997ba43d7851327e)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@6875c379
      
      qt-multi-screen-compositor: Add kms.conf for imx8m
      
      For imx8m it is necessary to specify drm device 0 to run the qt-compositor
      with eglfs backend.
      
      BCS 746-000787
      
      (cherry picked from commit 5058c033894505ab86cd01ca45279be6ff83461c)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@88c8205c
      
      psplash: Added switches for clear-background, logo and progress border
      
      This allows us to draw the progress bar directly on top of the kernel
      splash logo. By default, psplash only displays the progress bar.
      
      BCS 746-000786
      
      (cherry picked from commit ae1922ba8ddaa597bec22a7d1b5d11d397009e5e)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@4362b2c7
      
      systemd: Remove networkd depending on gplv3 in DISTRO_FEATURE, configure MAC Address
      
      Normally we would use network-manager, but for the gplv3 free variants
      it is not available. In these cases we keep systemd-networkd as
      network tools available.
      Also adapt the call to gf-network-conf in the postinsts step during the
      first boot to automatically determine the used network tooling.
      This way the configuration for systemd-networkd is generated from the
      xml setting as needed.
      
      Until now the MACAdress was not configured if systemd-networkd was used.
      Now the MACAddress is added to the newwork config file like it is done
      when network-manager is used.
      
      (cherry picked from commit 91b1c14e0fca97352ec7e1fb4b42c0baf9cfaa51)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@5f2b57f0
      
      xwayland: Fixed timeout during start-up
      
      The weston-start script for xwayland overrides the module loading of the
      notify library. Without notify, Weston doesn't report a successful start
      back so systemd. As a result, systemd stops Weston after hitting the
      timeout period.
      
      Without the module loading directive in the start script, xwayland needs
      to be activated in the weston.ini.
      
      (cherry picked from commit 510cc1933f49038f36fc19e3b58822312e44ea76)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@6fbad68a
      
      packagegroup: Added optional xwayland to graphics group
      
      If x11 and wayland are both activated in the DISTRO_FEATURES, we add
      xwayland and its xserver implementation to the image.
      
      (cherry picked from commit 0c01033f51d3f7e8569f3c337040a1205b5958fb)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@a9b5c766
      
      git: Changed protocol to HTTPS
      
      The tools recipes still use SSH as protocol for the checkout.
      Since we have opend our repository to the public, SSH isn't available
      anymore. Because of this, we switch to HTTPS as protocol.
      
      (cherry picked from commit e3c2325cd10c6097b863121fe66e07d0062a7d18)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@e83188e9
      
      qt-multi-screen-compositor: Add systemd units for imx6ull and the other platforms
      
      imx6ull uses the linuxfb backend,
      imx6 and imx8m* using eglfs.
      
      (cherry picked from commit e382ac22e5e6685f47f72be454632bf9935cc975)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@26ba9fdd
      
      Add qt-multi-screen-compositor to packagegroup-graphics
      
      (cherry picked from commit bb708bf0ced423bba09edd3edfcbd8f73975eb37)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@fea2666e
      
      Add qt-multi-screen-compositor recipe as alternative to weston
      
      The qt-multi-screen-compositor is based on examples from QT
      to implement a compositor based on QtWaylandCOmpositor.
      The implementation is done mostly in qml.
      
      (cherry picked from commit 98725129ad3f0600b910a938ca9d80544ac1eae8)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@70fa62f6
      
      fng-install: Insert the image name during deploy
      
      We have now platforms with custom rootfs names in the config.
      It is easier to install if the correct name is already in the
      install script.
      With this change, the image name for the install script can be
      adapted in a bbappend file.
      
      (cherry picked from commit 8fc625212ec728898118118da8924f68b94334c3)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@78102b62
      
      touchcalibration: Fix decode of sysfs input dev capabilities entry
      
      To find the touch the capabilities entries in the sysfs are checked.
      On Nallino the format contained a space, which made the script exit
      with error. This change now (hopefully) decodes it correctly.
      
      (cherry picked from commit 8ca830a4a9778ee838c4a2cd2064f0bf5089b610)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@0b2283b4
      
      Tools: Add fbgrab to packagegroup tests to allow screenshots from framebuffer.
      
      (cherry picked from commit 548e591fa2f95562521bde845373674fb898ce6e)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@0bcd7770
      
      packagegroup-networking: Add iptables
      
      Previously, iptables was only included via dependencies.
      
      (cherry picked from commit 0d782145f79dabfc6bb0741e29395a96160cf4eb)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@11c96661
      
      README: Adapt the README for SECO
      
      Rename the distribution to SECO Northern Europe distribution and
      reference the manifest as the main source of information.
      
      BCS 746-000659
      
      (cherry picked from commit 81bd01a9f04b974ca44acbef6487d62118dd9d5d)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@09baf9e0
      
      LICENSE: Add licenses for copied recipes
      
      We borrow some recipes form public layers. However, most of the public
      layers are licensed under the MIT license. To make the licenses clear
      copy the corresponding license files into the relevant directories next
      to the recipe in question.
      
      Recipes in question:
      - rtl8812au
      - kbd
      - beep
      - mxt-app
      
      BCS 746-000658
      
      (cherry picked from commit c402d855fc8d47e3742ada3b0a3fda4b9649e414)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@c4c75f20
      
      gfeeprom: Pull the master branch instead of initial-draft
      
      The "initial-draft" branch is deprecated. Use the branch "master"
      instead. Currently this should not change the content.
      
      (cherry picked from commit 32b7490b943d662047901d4c95e1342000daf210)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@df5d98f8
      
      LICENSE: Add Apache 2.0 license file
      
      According to our company licensing policy for software the Yocto layers
      should be licensed under the Apache 2.0 license.
      Adapt the LICENSE-2.0.txt file from https://www.apache.org/licenses/LICENSE-2.0.txt
      as described in the APPENDIX.
      
      Add the license as LICENSE.txt file to the layer repository.
      
      BCS 746-000657
      
      (cherry picked from commit d8fabd955097b7a30f4bfc8b82001f00c904dc21)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@9890e216
      
      touch calibration: Fix creation of libinput calibration data during installation
      
      The script was relying in the /dev/input/touchscreen link which was not
      available in FNGSystem previous to version 16.
      This fix now loops though all available devices and takes the first
      device with absolute axis.
      b68e9b75
  3. Jul 28, 2022
    • GitBot's avatar
      Integrate meta-seconorth-machine/kirkstone-pull-changes-from-dunfell · 292eb914
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@819fdb21
      
      linux-imx: Adapt comment to to new override syntax
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@917cd74d
      
      linux: defconfig: imx6ull: Add GPIO and PWM beeper as module
      
      Add support for GPIO and PWM beepers. This enables the on-board beeper
      on the SECO Northern Europe NALLLINO platform.
      
      BCS 746-000992
      
      (cherry picked from commit ad7371e069ae0cd3c706fe635c272cfad29d8984)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@423c00c2
      
      mxt-touch: Pull support for atmel mxt touch from dunfell branch
      
      * imx6:mxt-touch: Add kernel support for atmel mxt touch
        BCS 746-000886
        (cherry picked from commit 82cbcf67a86c10ea3719637ae7b4e87fe58d0944)
      
      * maxTouch:udev: Add udev rule to skip maxTouch fwr loading fallback
      
        The current version of the atmel_mxt_ts driver tries to load a controller
        configuration on each driver probe. However, if no config is provided or
        can't be provided because the driver is built-in, the driver probing process
        is delayed by 60 seconds because of a sysfs firmware load fallback.
        Added a udev rule that automatically cancels the sysfs firmware fallback.
      
        BCS 746-000892
        (cherry picked from commit 55a34692b3cff31cb0f9ca3a400af843fa74f0b8)
      
      * atmel-mxt: convert recipe to new syntax
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@6fc965a0
      
      bootscript:dt: Added devicetree description file for i.MX8
      
      Added an description file with the default devicetree for i.MX8
      devices.
      The file is parsed/used by the post-install scripts to generate
      the boot configuration.
      
      BCS 746-000877
      
      (cherry picked from commit 283c6dfbad04132827135106bbc207393337500d)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@cf9b0316
      
      bootscripts: Clean-up and reformat
      
      Changed the copyright and URL in the bootscript recipes.
      Also did a clean-up/reformat of the recipes.
      
      (cherry picked from commit ba9e87ec884254967466f4a4dc1d9dd93063c33b)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@38bb5a81
      
      machine:tanaro: Added RTC overlays
      
      In the future, the TANARO will be produced with two possible
      RTC variants. Both variants are present in the main devicetree
      but are disabled by default. During the installation, one of
      the RTCs will be activated via one of the two devicetree overlays.
      
      BCS 746-000877
      
      (cherry picked from commit df176aaef0f5eb459ea995bafb19a79a895b6a97)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@e0c864d8
      
      machine: Clean-up of i.MX8MM machine
      
      Also small changes to the Kernel include file.
      
      (cherry picked from commit 49cec4414dda982596e32c16a9ee0cba908856cc)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@5517bf25
      
      SIS: Fix touch-up issue
      
      Sometimes we get no touchup signal in Qt.
      This was seen with the QML drag-and-drop example.
      
      Looking at the output of evtest of the sis input device, you see
      different behavior for a working and a missing touch-up.
      
      Failed:
      <pre>
      ...
      Event: time 1587646331.383580, type 3 (EV_ABS), code 0 (ABS_X), value 2365
      Event: time 1587646331.383580, type 3 (EV_ABS), code 1 (ABS_Y), value 2894
      Event: time 1587646331.383580, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 2365
      Event: time 1587646331.383580, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 2894
      Event: time 1587646331.383580, -------------- SYN_REPORT ------------
      Event: time 1587646331.402073, type 3 (EV_ABS), code 0 (ABS_X), value 2367
      Event: time 1587646331.402073, type 3 (EV_ABS), code 1 (ABS_Y), value 2887
      Event: time 1587646331.402073, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0
      Event: time 1587646331.402073, type 3 (EV_ABS), code 58 (ABS_MT_PRESSURE), value 0
      Event: time 1587646331.402073, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 2367
      Event: time 1587646331.402073, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 2887
      Event: time 1587646331.402073, -------------- SYN_REPORT ------------
      </pre>
      
      Good
      <pre>
      Event: time 1587646407.907930, -------------- SYN_REPORT ------------
      Event: time 1587646407.922769, type 3 (EV_ABS), code 0 (ABS_X), value 790
      Event: time 1587646407.922769, type 3 (EV_ABS), code 1 (ABS_Y), value 1747
      Event: time 1587646407.922769, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 790
      Event: time 1587646407.922769, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1747
      Event: time 1587646407.922769, -------------- SYN_REPORT ------------
      Event: time 1587646407.945577, type 3 (EV_ABS), code 0 (ABS_X), value 840
      Event: time 1587646407.945577, type 3 (EV_ABS), code 1 (ABS_Y), value 1918
      Event: time 1587646407.945577, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 840
      Event: time 1587646407.945577, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1918
      Event: time 1587646407.945577, -------------- SYN_REPORT ------------
      Event: time 1587646407.968810, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0
      Event: time 1587646407.968810, type 3 (EV_ABS), code 58 (ABS_MT_PRESSURE), value 0
      Event: time 1587646407.968810, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value -1
      Event: time 1587646407.968810, -------------- SYN_REPORT ------------
      </pre>
      
      It seems that the @ABS_MT_TRACKING_ID value -1@ is missing somehow.
      
      This might be the case when the driver sends a valid coodinate but also
      states that the pressure is 0.
      
      Fix this by sending a touch-up (all ABS_PRESSUE, ABS_MT_PRESSURE, and
      ABS_BUTTON 0 and ABS_MT_TRACKING_ID -1) when pressure is 0.
      
      BCS 746-000871
      
      (cherry picked from commit 0326de4b2c2a5ca6e52b84e0bfe12f88123aeedd)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@034d5b83
      
      mxt-touch: Add kernel support for atmel mxt touch
      
      BCS 746-000857
      
      (cherry picked from commit 4bf6746db6f04702f190840b24f152c703bc162e)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@848013cb
      
      linux-guf:imx6ull: Add MQS and simple-amplifier
      
      Add the iMX Medium Quality Sound driver and the simple amplifier driver
      to the defconfig. Together with the latest kernel changes for NALLINO
      this adds sound support for the NALLINO board.
      
      BCS 746-000796
      
      (cherry picked from commit 69fb720b1d7920bb0ad7235d08b9be7162117ad5)
      
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@420c6a1b
      
      LICENSE: Add Apache 2.0 license file
      
      According to our company licensing policy for software the Yocto layers
      should be licensed under the Apache 2.0 license.
      Adapt the LICENSE-2.0.txt file from https://www.apache.org/licenses/LICENSE-2.0.txt
      as described in the APPENDIX.
      
      Add the license as LICENSE.txt file to the layer repository.
      
      BCS 746-000657
      
      (cherry picked from commit 66d98abb1b077a421da78edc6ec35643ac00b852)
      292eb914
    • GitBot's avatar
      Integrate linux-imx-kuk/kirkstone-pull-tanaro-rtc-from-5.10-branch · 17b2cbb5
      GitBot authored
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@319aaa07
      
      dts:seconorth: Fix makefile
      
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@e3988a18
      
      tanaro:rtcs: Fix to RTC overlay mechanism
      
      The first approach of selecting a RTC didn't work as expected.
      The active RTC must reside on the rtc0 alias because otherwise
      the hwclock utilities can't access the RTC.
      For this to work, we now have a placeholder in the main device tree
      that is filled with the actual values in one of the two overlays.
      This breaks with the naming conventions for I2C bus devices, but
      right now, we don't have a better solution.
      
      BCS 746-000877
      
      (cherry picked from commit 11963a85cfe1299828e37e6f1c007e83bd4911e4)
      
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@35d0ab2c
      
      tanaro:rtcs: Added overlays for the TANARO RTCs
      
      The TANARO will be produced with one of two RTC variants.
      One of them will be activated during the installation by
      applying one of the overlays.
      
      BCS 746-000877
      
      (cherry picked from commit 9b1710b28582ce4b4280d753d32a2186a46d8b10)
      17b2cbb5
    • GitBot's avatar
      Integrate config/kirkstone-pull-from-dunfell-branch · 3dfee253
      GitBot authored
      --
      
      Commit: config@d3eac486
      
      LICENSE: Add Apache 2.0 license file
      
      According to our company licensing policy for software the Yocto layers
      should be licensed under the Apache 2.0 license.
      Adapt the LICENSE-2.0.txt file from https://www.apache.org/licenses/LICENSE-2.0.txt
      as described in the APPENDIX.
      
      Add the license as LICENSE.txt file to the layer repository.
      
      BCS 746-000657
      
      (cherry picked from commit 21df2bf31565551a8d9a2827ed1ae2530f5d6fa1)
      3dfee253
    • Clemens Terasa's avatar
      features.md: Add more touches as "untested" · 85c6c766
      Clemens Terasa authored and Jonas Höppner's avatar Jonas Höppner committed
      (cherry picked from commit f84daeff)
      85c6c766
    • Jonas Höppner's avatar
      Remove unused files. · 91a42861
      Jonas Höppner authored
      Due to the usage of CI files from gitlab-ci repo, these local files are
      not used any more.
      
      Change-Id: Ia9c2f5a8d2c928f9567c7ead0093b5d446c69dc1
      (cherry picked from commit 8c48431c)
      91a42861
    • Jonas Höppner's avatar
      CI: Update gitlab-ci.yml and pull changes from .gitlab-ci repo · bf9e5e12
      Jonas Höppner authored
      Change-Id: I30e9f4f850615cfee33798435124f0fc9b145b8f
      bf9e5e12
  4. Jul 27, 2022
  5. Jul 13, 2022
  6. Jul 12, 2022
  7. Jun 20, 2022
  8. Jun 02, 2022
  9. Jun 01, 2022
Loading