OpenDDS / meta-opendds

Open Embedded Layer for the OpenDDS package
Other
7 stars 4 forks source link

adding kas and ptest #42

Closed vermaete closed 4 months ago

vermaete commented 4 months ago

Hi,

A set of commits. Could you review please.

  1. a small update of the README.md file for the latest release.
  2. Adding the Yocto ptest to the recipe. With this it is possible to run the unit tests of OpenDDS into the framework of Yocto.
  3. Adding my kas files to build and test the releases on Raspberry Pi 4 (ishapes & ptest. Kas is an easy and open source tool to make a Yocto image. Having them in the meta layer is rather common (e.g. meta-raspberrypi) and can later be used in the GitHub Actions. I will take a look later to have them or QEMU too. If this would work well for you, Kas could later be added into the OpenDDS documentation to replace or extend the Cross Compilation section.
  4. I added for now the patch to solve the OpenSSL issue with the current version of Yocto. The security tests went from failing to passing.
vermaete commented 4 months ago

@jrw972 My last commit is to fix the yocto-check-layer. A few more Yocto layers were needed because ptest was added.