seapath / yocto-bsp

This repo contains the tools and documentation to setup your yocto build environment
https://lfenergy.org/projects/seapath/
Apache License 2.0
3 stars 9 forks source link

Build failure (system-config) #2

Closed salerio-gs closed 3 years ago

salerio-gs commented 3 years ago

I am trying to build using the supplied instructions i.e. cqfd init, cqfd run and I am getting the error below.

ERROR: system-config-1.0-r0 do_fetch: Can't find ssh public key. Put your ssh public key in "yocto-bsp/keys/ansible_public_ssh_key.pub".
ERROR: Logfile of failure stored in: /build1/peter/SEAPATH/yocto-bsp/build/tmp/work/all-poky-linux/system-config/1.0-r0/temp/log.do_fetch.30644
ERROR: Task (/build1/peter/SEAPATH/yocto-bsp/sources/meta-seapath/recipes-votp/system-config/system-config.bb:do_fetch) failed with exit code '1'

It seems as if I need a key, have I missed where this is documented or is this a bug?

dupremathieu commented 3 years ago

Yes, you need to put our ssh public key in "yocto-bsp/keys/ansible_public_ssh_key.pub". See https://github.com/seapath/yocto-bsp/blob/master/keys/README.adoc.

salerio-gs commented 3 years ago

Thx, I will close this and reopen if required.