summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-08-16 13:35:30 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-08-16 13:35:30 +0200
commit6235beb77305e42e30a9a44448bcba2178c57cbd (patch)
treeae82ad76c28cca0010c0f178cdd5d47a845c66c2
parent29d3c304af52cc2fb8d2991c05495dbf336adffd (diff)
linux-driver-package: move firmware where gk20a expects it to be
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rwxr-xr-xrecipes-bsp/binary-drivers/linux-driver-package_21.7.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package_21.7.0.bb b/recipes-bsp/binary-drivers/linux-driver-package_21.7.0.bb
index ab12b2d..61de820 100755
--- a/recipes-bsp/binary-drivers/linux-driver-package_21.7.0.bb
+++ b/recipes-bsp/binary-drivers/linux-driver-package_21.7.0.bb
@@ -57,6 +57,7 @@ do_patch () {
do_install () {
tar xjf ${WORKDIR}/Linux_for_Tegra/nv_tegra/nvidia_drivers.tbz2 -C ${D}
+ mv ${D}/lib/firmware/tegra12x ${D}/lib/firmware/gk20a
cp -r ${WORKDIR}/tegra_xusb_firmware ${D}/lib/firmware/
ln -sf ./libcuda.so.1.1 ${D}/usr/lib/arm-linux-gnueabihf/tegra/libcuda.so
ln -sf ./arm-linux-gnueabihf/tegra/libcuda.so ${D}/usr/lib/libcuda.so