summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-support/rng-tools/rng-tools_%.bbappend
blob: 16add36d8d3b3f2e7adfb8d4f6cb6499bb6a968d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://10-nice.conf"

inherit systemd

FILES_${PN} += "${systemd_unitdir}/system/rngd.service.d"

do_install_append() {
    if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
        install -d ${D}${systemd_unitdir}/system/rngd.service.d
        install -m 644 ${WORKDIR}/10-nice.conf ${D}${systemd_unitdir}/system/rngd.service.d
    fi
}