summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-08-16 13:34:56 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-08-16 13:34:56 +0200
commit29d3c304af52cc2fb8d2991c05495dbf336adffd (patch)
tree4d531dca1ae32a048dc42d23b29018266826ba5f
parentbbfbc53ef4d1ae1059940c0d397b8d8f7c1f0013 (diff)
linux-driver-package: Fix nv and nvfb services to be enabled
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend b/recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend
index 6757da0..0103d6a 100644
--- a/recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend
+++ b/recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend
@@ -100,5 +100,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}-boot = "nv.service"
-SYSTEMD_SERVICE_${PN}-firstboot = "nvfb.service"
+SYSTEMD_AUTO_ENABLE = "enable"
+SYSTEMD_SERVICE_${PN} = "nv.service nvfb.service"