From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-core/systemd/systemd-conf_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl/meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend (limited to 'meta-agl/meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend') diff --git a/meta-agl/meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend b/meta-agl/meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend new file mode 100644 index 00000000..6661eab6 --- /dev/null +++ b/meta-agl/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