dualboot: fix initialization systemd service

According to the Yocto reference manual, we need to specify the package name
override to indicate the package to which the value applies.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2022-11-14 10:20:02 +01:00
parent 13f2924399
commit 9936c192d2
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ FILES:${PN} += " \
INITSCRIPT_NAME = "dualboot-init" INITSCRIPT_NAME = "dualboot-init"
INITSCRIPT_PARAMS = "start 19 2 3 4 5 . stop 21 0 1 6 ." INITSCRIPT_PARAMS = "start 19 2 3 4 5 . stop 21 0 1 6 ."
SYSTEMD_SERVICE = "firmware-update-check.service" SYSTEMD_SERVICE:${PN} = "firmware-update-check.service"
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"