From 919986e707f125da355e4b83c7d7635388e85a32 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 11 Mar 2020 19:42:07 +0100 Subject: Remove network config fragment deployed by upstream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream YP/zeus unconditionally deploys a network config fragment for systemd-networkd. This breaks our CI builds as it races with connman and netboot. At least it does disturb the network enough for netboot to fail. We have a nicer solution for that in-tree that we will upstream. Until then, we remove the config file from our filesystems. Bug-AGL: SPEC-3233 Signed-off-by: Jan-Simon Möller Change-Id: I9e8343e77af378c058702b13fe000a344e6a1ef9 --- meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend (limited to 'meta-agl-profile-core') diff --git a/meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend b/meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend new file mode 100644 index 000000000..6661eab6c --- /dev/null +++ b/meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend @@ -0,0 +1,4 @@ +do_install_append() { + # Remove ethernet script deployed by upstream unconditionally (SPEC-3221) + rm -rf ${D}${systemd_unitdir}/network/80-wired.network || true +} \ No newline at end of file -- cgit 1.2.3-korg