summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
diff options
context:
space:
mode:
authorEdward A. James <eajames@us.ibm.com>2016-08-05 00:19:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-08-10 20:53:32 +0300
commit52523131423ba5512208d9bd1f71742ce06d7772 (patch)
tree2664ff2814cf3bd3fd05f4a75f0f4fd2b35be4f6 /meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
parentae533f50a1ec2c9b521a0b9df49e56cf95f938f7 (diff)
downloadopenbmc-52523131423ba5512208d9bd1f71742ce06d7772.tar.xz
systemd: remove hwdb
This change completely removes hwdb and all associated files from the image. The BMC isn't using any of the devices in the database. Resvoles openbmc/openbmc#219 Change-Id: I07e028c6a75cd78c0812c50633768042d3136adb Signed-off-by: Edward A. James <eajames@us.ibm.com>
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}