seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 10 forks source link

fix bad Yocto overrides syntax #45

Closed dupremathieu closed 2 years ago

dupremathieu commented 2 years ago

The Yocto overrides syntax like _append or prepend have changed in latest Yocto version from "" to ":".

Go and elastic-beats recipes files use the new Yocto overrides syntax but, this syntax is not supported by our Yocto version (Dunfell). Update this file to use the old syntax (using "_").

Signed-off-by: Mathieu Dupré mathieu.dupre@savoirfairelinux.com

ebail commented 2 years ago

LGTM. @insatomcat, could you have a look ?

dupremathieu commented 2 years ago

This change is unnecessary if you are using an updated version of dunfell. In case of syntax error with the : you have to do a repo sync again.