Using yocto cooker to manage configurations

Hi all

I’m currently trying to use the meta buildtool Yocto Cooker (GitHub - cpb-/yocto-cooker: Meta buildtool for Yocto Project based Linux embedded systems) to create Images for a iMX6 board.
After starting the tool (menu file), it throws a few erros: full log

ERROR: base-files-3.0.14-r89 do_fetch: Fetcher failure: Unable to find file

ERROR: linux-toradex-5.4.77+gitAUTOINC+a2f08dfd79-r0 do_fetch: Fetcher failure: Unable to find file

When I use bitbake in the oe-core folder with the local.conf, it works.

Yocto Cooker uses the . poky/oe-init-build-env script, maybe I have to change something there but at the moment, I have no idea what the problem could be …

Thanks a lot for your help

Chris

Hi @chris_ru,

Unfortunately, we don’t provide support for Yocto Cooker.

Be aware that we already provide detailed information on how to setup your Yocto Environment for Toradex BSPs.

In our case, we use repo tool for managing repositories according to a manifest file.

Best regards,
André Curvello