xref: /openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd_%.bbappend (revision 91a1cec28e08f949b120fe8885e87ef256ca4d93)
19ad475a8SJayanth OthayothFILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
29ad475a8SJayanth Othayoth
39ad475a8SJayanth OthayothSRC_URI:append = " \
49ad475a8SJayanth Othayoth    file://journald-size-policy.conf \
59ad475a8SJayanth Othayoth    file://journald-storage-policy.conf \
69ad475a8SJayanth Othayoth"
79ad475a8SJayanth Othayoth
89ad475a8SJayanth Othayothdo_install:append() {
99ad475a8SJayanth Othayoth
109ad475a8SJayanth Othayoth    install -m 644 -D \
11*91a1cec2SAndrew Geissler        ${UNPACKDIR}/journald-size-policy.conf \
129ad475a8SJayanth Othayoth        ${D}${systemd_unitdir}/journald.conf.d/journald-size-policy.conf
139ad475a8SJayanth Othayoth
149ad475a8SJayanth Othayoth    install -m 644 -D \
15*91a1cec2SAndrew Geissler        ${UNPACKDIR}/journald-storage-policy.conf \
169ad475a8SJayanth Othayoth        ${D}/${systemd_unitdir}/journald.conf.d/journald-storage-policy.conf
179ad475a8SJayanth Othayoth}
18