Skip to content

REDHAWK v2.0.6 -- Pyro, and More

Pre-release
Pre-release
Compare
Choose a tag to compare
@btgoodwin btgoodwin released this 30 Jul 14:31
· 74 commits to master since this release

Important: This release replaces the old -1 and -2 releases which were errors. A silent failure because of a typo in the manifest resulted in a build developed against krogoth, not pyro, as this new tag has been developed against.

REDHAWK 2.0.6, tested on Pyro (Yocto/OE 2.3)

  • Added all basic SoftPKGs (new class added, other patches, to re- Fix #7)
  • Added most basic Components (CPP)
  • Corrected IDL-related packages to fix the python sandbox
  • Patched uuid in ossie.utils to use the python package (vs. shell call)
  • Patched GPP to account for no 'ps -eo' (thanks @rodrigo455, Fixes #9)
  • Patched GPP to remove second node generation
  • Added 'redhawk-test-image' which instantiates omni services, domain, and GPP (stand-alone system config)
  • Updated all packages to use a new uname-machine recipe which sources the UTS_MACHINE from the built virtual/kernel for a given MACHINE and uses that value in SPDs, etc. to dynamically patch in the expected processor architecture. No more hard-coded arch.
  • Patched 'redhawk.m4' autotool script to support redhawk-softpkg better
  • Refactored package names to be closer to program-released RPM names
  • Added domain init.d script
  • Removed redundant patches in favor of config_prepend functions to globally patch things like missing README, NEWS, etc. in the core framework.
  • All redhawk repos related to this are now sourced directly from the master repo rather than their separate submodules.

NOTE: Unlike the previous -1 and -2, this release will likely not work with krogoth because of the fftw package naming. If anyone successfully builds this against krogoth, please do let us know, otherwise if you need back-porting of this relase, please submit an issue against the krogoth branch.