I would like to build filebeat from source. Here are my requirements.
- Download https://github.com/elastic/beats/archive/v6.2.4.tar.gz once.
- No Internet access during build.
- phase 1, build Intel image for Linux
- phase 2, build ARM image for Linux
- phase 3, bitbake build image (ie., clean bitbake recipe, or bitbake recipe utilizing filebeat's make)
- contribute bitbake recipe "beats_6.2.4.bb" to openembedded.org
Could someone point me to documentation on how to do some of this?
Thanks.