I have been trying to follow your guide at: https://github.com/RAKWireless/RAK833-LoRaGateway-SolidRun-Yocto
After running the bitbake command, I am getting the following error:
[email protected]:~/Desktop/poky/build$ nice bitbake core-image-base
WARNING: Host distribution "Ubuntu-16.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |###############################################################| ETA: 00:00:00
Loaded 1361 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'libftdi' (but /home/zaher/Desktop/poky/meta/recipes-core/images/core-image-base.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'libftdi' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libftdi']
ERROR: Required build target 'core-image-base' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-base', 'libftdi']
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
I was also able to confirm that the libftdi recipe is not actually provided in any of the layers you mentioned in the guide. Please advise.
Thank you,
Zaher