summaryrefslogtreecommitdiff
path: root/recipes-bsp/binary-drivers/linux-driver-package_21.%.bbappend
AgeCommit message (Collapse)Author
2019-09-29linux-driver-package: merge our bbappendMax Krummenacher
While at it unify whitespace usage. This commit does not change any configuration or behaviour, it prepares for a rework of the recipe. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-09-14linux-driver-package: add additional rdepsMax Krummenacher
The gstreamer plugins now require addional runtime depends or one gets qa errors of the following form: | ERROR: linux-driver-package-21.7.0-r7 do_package_qa: QA Issue: /usr/bin/nvgstplayer-1.0 contained in package linux-driver-package-nvgstapps | requires libgstvideo-1.0.so.0, but no providers found in RDEPENDS_linux-driver-package-nvgstapps? [file-rdeps] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-09-13linux-driver-package: no longer deploy gstreamer 0.10 based filesMax Krummenacher
meta-openembedded dropped gstreamer 0.10 with commit 010c2f388. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-08-16linux-driver-package: Fix nv and nvfb services to be enabledPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2019-07-22linux-driver-package: fix commit rework to allow building for SysVMax Krummenacher
commit 8691ba636cb2 allowed to also use SysV init. However, if only systemd is configured in DISTRO_FEATURES the content of /etc/init.d is deleted after the install step. This results in the scripts nv and nvfb not being present. Fix this by installing them additionally in /usr/bin so that the systemd service can call them. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-04linux-driver-package: fix do rootfsMax Krummenacher
Assign the systemd service in the package providing them. Prevents the following do_rootfs error if linux-driver-package is installed but linux-driver-package-*boot is not: | WARNING: linux-driver-package.postinst returned 1, marking as unpacked only, configuration required on target. | ERROR: Postinstall scriptlets of ['linux-driver-package'] have failed. If the intention is to defer them to first boot, | then please place them into pkg_postinst_ontarget_${PN} (). This is caused by sytemctl trying to enable the not existing services nv.service and nvfb.service. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tk1: drop meta-jetson-tk1Max Krummenacher
All of meta-jetson-tk1 has been moved into meta-toradex-tegra as updates were needed. Drop meta-jetson-tk1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>