From 98103a2d3321e28ddae2e600a67fdaff800edb33 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 12 Jul 2022 11:50:13 +0000 Subject: [PATCH] Integrate meta-seconorth-distro/rtc_overlays -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/512b8ae3ff0a86ce11781baca9e8d0bae259c18b fng-install:post-install: Added comments to scripts Extended the documentation and comments in the post-install scripts. -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/03fe573ccce56662a33926aae0b912e820e1928f prepare-kernel: Set kernel and devicetree in config Extended the prepare-kernel post-install script by setting the kernel and the devicetree in the boot configuration. BCS 746-000877 -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/1440b6a05b967cd1cd5e243e6501fc3312e3a523 Merge branch 'dunfell' into rtc_overlays -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/c99487635d001a647c66f5a0b8256133efc2d497 fng-install:rtc: Added RTC scripts to prepare-image The new script was added to the prepare-image recipe. BCS 746-000877 -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/6f993fd04bd00c5a23d11fcece8989fcd6e45b3e 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: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/0867e1fef785a51e4f923209bd99884297460aae 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: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/ed222c39915dbf3beca06f3b532cf5a914d54aa2 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-000877 -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/b0d9dca06a195e9b9a6f7629122a6e413fb1f40e 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: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/4d23dc39380118cf59737ba9d5bfc9a22e5020a4 post-install: Moved overlay handling to new script The handling of the overlay arguments has been moved from the install script to a new post-install script. The script moves all overlays to /boot/overlays and adds them to the overlays.txt in the boot directory. It does so by calling a new shell function "append_overlay" from gf-prepare-common. BCS 746-000414 BCS 746-000877 -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/dcb3ae6e083749d8876fe38f6ab354e87b08fddb 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). -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/a3f2cdfaf4c0c9cd0bc59db42926a022e19f593e packagegroup: Added lsb-release to guf-small The lsb-release command is used by Lava to query system information. --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index d858bdce..5930a0d1 100644 --- a/default.xml +++ b/default.xml @@ -21,7 +21,7 @@ <project name="meta-freescale.git" revision="5a026be5a6b29a27a7754d7fa5d4765c99f98ed9" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale-distro.git" revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" remote="fslc" path="sources/meta-freescale-distro" /> <project name="layers/meta-seconorth-machine" revision="b6b14b16dcb089f09ece6d4afd449fdf6590b249" remote="seco-ne" path="sources/meta-seconorth-machine" /> - <project name="layers/meta-seconorth-distro" revision="ebbabf9ea6fbb53f7017ebcfff86d9d93be25602" remote="seco-ne" path="sources/meta-seconorth-distro" /> + <project name="layers/meta-seconorth-distro" revision="512b8ae3ff0a86ce11781baca9e8d0bae259c18b" remote="seco-ne" path="sources/meta-seconorth-distro" /> <project name="layers/meta-seconorth-nogplv3" revision="1cca1a6842d038524578420467653708ed143db7" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="config" revision="6e0b92c9ef68c4302167caf3c30a90cc6b1d1dac" remote="seco-ne" path=".conf" > <linkfile dest="setup-environment" src="setup-environment" /> -- GitLab