blob: 31a1f5dcb8cd8ae9a81189be9108e6b31ef450cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUMMARY = "Systemd bootchart config drop-in"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${UNIT_PROFILING_LAYERDIR}/LICENSE;md5=a77c12e0c0e8a14cebb1494195720ccc"
SRC_URI = "file://unit.conf"
S = "${UNPACKDIR}"
do_install() {
install -D -p -m0644 ${UNPACKDIR}/unit.conf ${D}${sysconfdir}/systemd/bootchart.conf.d/unit.conf
}
FILES:${PN} = "${sysconfdir}/systemd/bootchart.conf.d/unit.conf"
|