Skip to content

Commit

Permalink
systemd: remove hwdb
Browse files Browse the repository at this point in the history
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 #219

Change-Id: I07e028c6a75cd78c0812c50633768042d3136adb
Signed-off-by: Edward A. James <eajames@us.ibm.com>
  • Loading branch information
eddiejames authored and williamspatrick committed Aug 10, 2016
1 parent ae533f5 commit 5252313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-phosphor/common/recipes-core/systemd/systemd_%.bbappend
Expand Up @@ -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}
Expand Down

0 comments on commit 5252313

Please sign in to comment.