Geontech / meta-redhawk-sdr

REDHAWK SDR Layer for Yocto/OpenEmbedded -based deployments
http://geontech.com/getting-started-with-meta-redhawk-sdr/
GNU Lesser General Public License v3.0
9 stars 6 forks source link

[rocko] Fixing redhawk-waveform.bbclass to parse and work correctly. #49

Closed btgoodwin closed 5 years ago

btgoodwin commented 5 years ago

This addresses #48 by both finding the waveform SAD and then installing it without being executable.

This addresses #45 by removing the EXPORT_FUNCTIONS use, which fails to parse since the class name has hyphens in it. Rather than potentially break a lot of recipes by renaming all classes to match the required change (redhawk_waveform.bbclass), we're opting to not export the install task since as long as it works, there really only is one way to install a waveform.

Signed-off-by: Thomas Goodwin btgoodwin@geontech.com