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:
parent
13f2924399
commit
9936c192d2
|
|
@ -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}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue