summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-core/systemd/systemd-conf_%.bbappend
blob: 6661eab6c8ba4521e8b08db61b2a5aa8ae46c630 (plain)
1
2
3
4
do_install_append() {
    # Remove ethernet script deployed by upstream unconditionally (SPEC-3221)
    rm -rf ${D}${systemd_unitdir}/network/80-wired.network || true
}