summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/systemd/systemd_%.bbappend
blob: 4e0d5d47400887d611d7bf57be5d5485792ff890 (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 -m 644 -p -D ${WORKDIR}/e2fsck.conf ${D}/etc/e2fsck.conf
}

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