systemd-conf: rename Digi custom config file
This custom config file applies not only the NXP platforms so this commit renames it. https://onedigi.atlassian.net/browse/DEL-8207 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
5ba05c91e0
commit
199ab73078
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright (C) 2019,2020 by Digi International Inc.
|
||||
# Copyright (C) 2019-2023 by Digi International Inc.
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
SRC_URI:append = " \
|
||||
file://system.conf-imx \
|
||||
file://system.conf-digi \
|
||||
"
|
||||
|
||||
do_install:append() {
|
||||
install -D -m0644 ${WORKDIR}/system.conf-imx ${D}${systemd_unitdir}/system.conf.d/01-${PN}.conf
|
||||
install -D -m0644 ${WORKDIR}/system.conf-digi ${D}${systemd_unitdir}/system.conf.d/01-${PN}.conf
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue