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.)
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 "_").
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