summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/systemd/systemd_%.bbappend
blob: ef926953c09c37b91cfe630775e19a7447647c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI += " file://e2fsck.conf "

# enable networkd support
PACKAGECONFIG_append_pn-systemd = " networkd"

do_install_append() {
    # Install /etc/e2fsck.conf to avoid boot stuck by wrong clock time
    install -p -D ${WORKDIR}/e2fsck.conf ${D}/etc/e2fsck.conf
}

FILES_${PN} += " /etc/e2fsck.conf "