I'm trying to do a clean build of 3.10.53, but bitbake dies on the task trying to download fsl-gpu-sdk-2.0.bin.
Here's the full error message:
WARNING: Failed to fetch URL http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//fsl-gpu-sdk-2.0.bin;fsl-eula=true, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//fsl-gpu-sdk-2.0.bin;fsl-eula=true'. Unable to fetch URL from any source.
Any thoughts?
One possible workaround is to download the file directly from the URL and marked it as downloaded.
cd fsl-resealse-bsp
wget http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//fsl-gpu-sdk-2.0.bin
cp fsl-gpu-sdk-2.0.bin downloads/
touch downloads/fsl-gpu-sdk-2.0.bin.done
Then try building again.