summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend b/recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend
index 90bc0ae..73fa967 100644
--- a/recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend
+++ b/recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend
@@ -96,4 +96,5 @@ do_install_append () {
install -m 0755 ${NV_SAMPLE}/usr/lib/arm-linux-gnueabihf/gstreamer-0.10/libnvgstjpeg.so ${D}${libdir}/gstreamer-0.10
}
-SYSTEMD_SERVICE_${PN} = "nvfb.service nv.service"
+SYSTEMD_SERVICE_${PN}-boot = "nv.service"
+SYSTEMD_SERVICE_${PN}-firstboot = "nvfb.service"