Closed chhg82 closed 4 years ago
Your NVIDIA_DEVNET_MIRROR is missing the file://
URL prefix. Try adding that, as in:
NVIDIA_DEVNET_MIRROR = "file:///home/jupidu/Downloads/nvidia/sdkm_downloads_ubuntu1804"
and the fetcher should stop complaining.
Great, thank you!!! :-)
Hi, I cloned the dunfell branche from git://git.yoctoproject.org/poky.git and the dunfell-l4t-r32.4.3 branche from here on ubuntu 16.04 and 18.04 and also on openSUSE 15.1. With the nvidia sdk I downloaded the cuda target drivers 16.04 and 18.04 and tried to bitbake with following build configuration:
local.conf:
bblayer.conf:
I get following errors in all my operation systems:
This error stays even with a wrong NVIDIA_DEVNET_MIRROR, but everything works fine without cuda drivers.
Any ideas? Is it a python problem? Thanks!