Skip to content

Integrate meta-seconorth-distro/rtc_overlay_rebase

Commit: seco-ne/yocto/layers/meta-seconorth-distro@2cc3f539

fng-install:prepare-dt: Replaced loop with find

Fixes SC2044

--

Commit: seco-ne/yocto/layers/meta-seconorth-distro@c14d978b

fng-install:post-install: Added comments to scripts

Extended the documentation and comments in the post-install scripts.

--

Commit: seco-ne/yocto/layers/meta-seconorth-distro@32b8f0c2

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

--

Commit: seco-ne/yocto/layers/meta-seconorth-distro@3a397d44

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

--

Commit: seco-ne/yocto/layers/meta-seconorth-distro@3edf9fc8

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

--

Commit: seco-ne/yocto/layers/meta-seconorth-distro@40d7ba85

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

--

Commit: seco-ne/yocto/layers/meta-seconorth-distro@5f97c8e6

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

Merge request reports

Loading