summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
blob: 222be49edcbd9e7c64958d1c48aa11476cd26efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PACKAGECONFIG += "networkd"
FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
SRC_URI += "file://default.network"
SRC_URI += "file://0100-systemd_networkd_dbus_setaddress.patch"

FILES_${PN} += "${libdir}/systemd/network/default.network"

do_install_append() {
        install -m 644 ${WORKDIR}/default.network ${D}${libdir}/systemd/network/

        #TODO Remove after this issue is resolved
        #https://github.com/openbmc/openbmc/issues/152
        ln -s /dev/null ${D}/etc/systemd/system/systemd-hwdb-update.service
}
OpenPOWER on IntegriCloud