This is a simple example application used as an external package for Buildroot. It prints "Good Night Mr Roger" when executed.
This package is integrated into buildroot_external_example and can be selected in menuconfig. Buildroot will automatically fetch, compile, and install it.
To manually compile:
git clone https://github.com/moschiel/good_night_app_example.git
cd good_night_app_example
make
./nightExpected output:
Good Night Mr Roger!