2020-09-22 10:38:48 -07:00
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
|
|
|
2021-05-12 16:26:46 +08:00
|
|
|
inherit stx-metadata
|
|
|
|
|
|
|
|
STX_REPO = "config-files"
|
|
|
|
STX_SUBPATH = "systemd-config"
|
2020-09-22 10:38:48 -07:00
|
|
|
|
|
|
|
LICENSE_append = "& Apache-2.0"
|
|
|
|
LIC_FILES_CHKSUM += "\
|
2021-05-12 16:26:46 +08:00
|
|
|
file://${STX_METADATA_PATH}/files/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
2020-09-22 10:38:48 -07:00
|
|
|
"
|
|
|
|
|
|
|
|
do_install_append () {
|
|
|
|
install -d -m 0755 ${D}/${sysconfdir}/systemd
|
2021-05-12 16:26:46 +08:00
|
|
|
install -m644 ${STX_METADATA_PATH}/files/journald.conf ${D}/${sysconfdir}/systemd/journald.conf
|
2020-09-22 10:38:48 -07:00
|
|
|
chmod 644 ${D}/${sysconfdir}/systemd/journald.conf
|
|
|
|
}
|