Skip to content
Snippets Groups Projects
Commit 1afbe876 authored by GitBot's avatar GitBot
Browse files

Integrate meta-seconorth-distro/rtc_overlays

--

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

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@0867e1fe

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@ed222c39

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: seco-ne/yocto/layers/meta-seconorth-distro@b0d9dca0

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@4d23dc39

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: seco-ne/yocto/layers/meta-seconorth-distro@dcb3ae6e

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: seco-ne/yocto/layers/meta-seconorth-distro@a3f2cdfa

packagegroup: Added lsb-release to guf-small

The lsb-release command is used by Lava to query system information.
parent fe990027
No related branches found
No related tags found
No related merge requests found
Pipeline #23132 failed with stage
in 10 seconds
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<project name="meta-freescale.git" revision="5a026be5a6b29a27a7754d7fa5d4765c99f98ed9" remote="fslc" path="sources/meta-freescale" /> <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="meta-freescale-distro.git" revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" remote="fslc" path="sources/meta-freescale-distro" />
<project name="layers/meta-seconorth-machine" revision="df176aaef0f5eb459ea995bafb19a79a895b6a97" remote="seco-ne" path="sources/meta-seconorth-machine" /> <project name="layers/meta-seconorth-machine" revision="df176aaef0f5eb459ea995bafb19a79a895b6a97" remote="seco-ne" path="sources/meta-seconorth-machine" />
<project name="layers/meta-seconorth-distro" revision="38c8f73c9756c9bee5e80a758800acdc27ab1d8e" remote="seco-ne" path="sources/meta-seconorth-distro" /> <project name="layers/meta-seconorth-distro" revision="6f993fd04bd00c5a23d11fcece8989fcd6e45b3e" remote="seco-ne" path="sources/meta-seconorth-distro" />
<project name="layers/meta-seconorth-nogplv3" revision="f8e88dab5e6fc14b656290e99f9bf9e32351d100" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="layers/meta-seconorth-nogplv3" revision="f8e88dab5e6fc14b656290e99f9bf9e32351d100" remote="seco-ne" path="sources/meta-seconorth-nogplv3" />
<project name="config" revision="7d7456e67863091c8daf680b7549eedab087b20a" remote="seco-ne" path=".conf" > <project name="config" revision="7d7456e67863091c8daf680b7549eedab087b20a" remote="seco-ne" path=".conf" >
<linkfile dest="setup-environment" src="setup-environment" /> <linkfile dest="setup-environment" src="setup-environment" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment