summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend')
-rw-r--r--meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
index e2995dc20..3c3dbac8b 100644
--- a/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
@@ -7,6 +7,8 @@ SRC_URI += "file://obmc-standby.target"
FILES_${PN} += "${libdir}/systemd/network/default.network"
FILES_${PN} += "${systemd_system_unitdir}/obmc-standby.target"
+EXTRA_OECONF += " --disable-hwdb"
+
do_install_append() {
install -m 644 ${WORKDIR}/default.network ${D}${libdir}/systemd/network/
install -m 644 ${WORKDIR}/obmc-standby.target ${D}${systemd_system_unitdir}