From 29d3c304af52cc2fb8d2991c05495dbf336adffd Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Fri, 16 Aug 2019 13:34:56 +0200 Subject: linux-driver-package: Fix nv and nvfb services to be enabled Signed-off-by: Philippe Schenker --- recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp') 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" -- cgit v1.2.3