ni / nilrt

Tools to build NI Linux RT distribution.
MIT License
80 stars 69 forks source link

Misc. Hardknott Changes #147

Closed amstewart closed 2 years ago

amstewart commented 2 years ago

This PR contains a few small changes to the NILRT repo which aren't worthwhile to create atomic PRs.

In short:

  1. Cherry-pick this codename parsing commit from sumo into the initscript.
    • This is the only primary-workflow change, and it is tested below.
  2. 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).
  3. Explicitly declare that we are using the ubuntu-20.04-oe pyrex image, instead of just using the latest.
  4. Add the .git suffix to the pyrex submodule spec in .gitmodules.
  5. Update some parts of the README.md to tell builders about the pipeline scripts.
  6. 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.

amstewart commented 2 years ago

Patch V2