Hi,
In the past I have successfully build VF50/VF61reference image using your documentation, but today I’m failing to do it.
Could you provide some support on the error I’m facing.
Here are the steps I have followed:
- install a fresh Debian 9 system with required dependencies
- install repo-1 rather than repo to stay compatible with python2 (python3 is not available in Debian 9)
- then follow instructions of your documentation
- launch bitbake and get a kernel compilation error
| /yocto/oe-core_2.8/build/tmp-glibc/work-shared/colibri-vf/kernel-source/scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory
| #include <openssl/bio.h>
| ^
| compilation terminated.
| scripts/Makefile.host:91: recipe for target 'scripts/extract-cert' failed
| make[3]: *** [scripts/extract-cert] Error 1
Find here the full logs: colibri-vf bsp2.8.txt (6.6 KB)
Is there any recipe related that have to be updated ?
Ideally, I would be happy with a more recent BSP, but it seems there are not supported. What is your recommendation to bring a newer version of Yocto on colibri-vfxx (update a Toradex BSP, start from Yocto mainstream, …)?
Thanks in advance for your support