Skip to content
Snippets Groups Projects
Commit 7d973487 authored by GitBot's avatar GitBot
Browse files

Integrate meta-guf-distro/convert_overrides

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/0d6470034f0c54452781f41119786b2c5c3fd878

branches: Added missing branches from SRC_URI

Bitbake throws a warning in recent versions, when no branch is given for
a git repository.
Added the default master branches to the recipes.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/4abedd013513cc1e7dbaf479942de6edfd1a09c1

ltp: Re-add libltp as public static lib

Our consuming guf-ltp-tests test suite depends on ltp and relies on the
libltp.a being exported as a public static library. This is no longer
the case for the upstream ltp package. It can be simply turned on using
the patch supplied.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/feeb9636a81f08ae403acb00f558897a2c6a3923

libinput: Remove duplicate patch already fixed upstream

Under certain conditions libinput created duplicate device entries and
thus broke our touch system.
This is now fixed upstream and we can remove the patch and the bbappend file.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/fd0e7c679d52ddcbc062882c6708e79fc1fbc0c8

kirkstone: Remove gcc bbappend

Since honister and gcc11 it seems not necessary to include the
"Fix-argument-list-too-long-error.patch" anymore.
Remove the patch and the bbappend as well.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/76a406052dee70328bfefdeb496ef24024c6c588

dhclient: Remove dhcp bbappend

With commit https://cgit.openembedded.org/openembedded-core/commit/meta/recipes-connectivity/dhcp?id=7e3357892f204788162747e907d68f857118cf42
dhcp was removed inf favor of dhcpd. Resemble this removal.

Currently, we do not have a replacement configured.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/d9392b73132c4ba4d07e144022d4a86ca0c8c387

recipes: Fixed wrong OVERRIDES

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/800a672d4d1c5e792699c3674ad8b91a8048a3d7

layer: Updated layer.conf to Kirkstone

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/cd4ba05befde3d34f5d8c1c2c5999acb9014b2e1

overrides: Auto conversion of OVERRIDES

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/1bb78a833afa9268299772811214e1a391f27b80

ci: Switched to Kirkstone CI/CD
parent ca07c6f9
No related branches found
No related tags found
No related merge requests found
Pipeline #14013 failed with stages
in 2 minutes and 29 seconds
...@@ -18,12 +18,12 @@ ...@@ -18,12 +18,12 @@
<project name="meta-openembedded" revision="bb2b5b31a80eb164e47649036878773614e4dbdf" remote="oe" path="sources/meta-openembedded" /> <project name="meta-openembedded" revision="bb2b5b31a80eb164e47649036878773614e4dbdf" remote="oe" path="sources/meta-openembedded" />
<project name="meta-python2" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" remote="oe" path="sources/meta-python2" /> <project name="meta-python2" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" remote="oe" path="sources/meta-python2" />
<project name="meta-qt5.git" revision="5b71df60e523423b9df6793de9387f87a149ac42" remote="qt5-github" path="sources/meta-qt5" /> <project name="meta-qt5.git" revision="5b71df60e523423b9df6793de9387f87a149ac42" remote="qt5-github" path="sources/meta-qt5" />
<project name="meta-freescale.git" revision="kirkstone" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale.git" revision="0d6470034f0c54452781f41119786b2c5c3fd878" remote="fslc" path="sources/meta-freescale" />
<project name="meta-freescale-distro.git" revision="kirkstone" remote="fslc" path="sources/meta-freescale-distro" /> <project name="meta-freescale-distro.git" revision="0d6470034f0c54452781f41119786b2c5c3fd878" remote="fslc" path="sources/meta-freescale-distro" />
<project name="layers/meta-guf-machine" revision="kirkstone" remote="seco-ne" path="sources/meta-guf-machine" /> <project name="layers/meta-guf-machine" revision="0d6470034f0c54452781f41119786b2c5c3fd878" remote="seco-ne" path="sources/meta-guf-machine" />
<project name="layers/meta-guf-distro" revision="kirkstone" remote="seco-ne" path="sources/meta-guf-distro" /> <project name="layers/meta-guf-distro" revision="0d6470034f0c54452781f41119786b2c5c3fd878" remote="seco-ne" path="sources/meta-guf-distro" />
<project name="layers/meta-seconorth-nogplv3" revision="kirkstone" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="layers/meta-seconorth-nogplv3" revision="0d6470034f0c54452781f41119786b2c5c3fd878" remote="seco-ne" path="sources/meta-seconorth-nogplv3" />
<project name="config" revision="kirkstone" remote="seco-ne" path=".conf" > <project name="config" revision="0d6470034f0c54452781f41119786b2c5c3fd878" remote="seco-ne" path=".conf" >
<linkfile dest="setup-environment" src="setup-environment" /> <linkfile dest="setup-environment" src="setup-environment" />
</project> </project>
......
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