This is the only primary-workflow change, and it is tested below.
Also parse the codename "hardknott" from meta-nilrt in the create-build-nilrt.sh script, and use that string to tag the build-nilrt image (instead of using latest).
Explicitly declare that we are using the ubuntu-20.04-oe pyrex image, instead of just using the latest.
Add the .git suffix to the pyrex submodule spec in .gitmodules.
Update some parts of the README.md to tell builders about the pipeline scripts.
Remove some obsolete Jenkins files from the repo.
Testing
Reran the create-build-nilrt.sh script and the initscript and confirmed that the default image is now tagged :hardknott.
This PR contains a few small changes to the NILRT repo which aren't worthwhile to create atomic PRs.
In short:
create-build-nilrt.sh
script, and use that string to tag thebuild-nilrt
image (instead of usinglatest
).ubuntu-20.04-oe
pyrex image, instead of just using the latest..git
suffix to the pyrex submodule spec in.gitmodules
.README.md
to tell builders about the pipeline scripts.Testing
Reran the
create-build-nilrt.sh
script and the initscript and confirmed that the default image is now tagged:hardknott
.