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

Thud Updates to Meta-Redhawk-SDR #31

Closed michellely98 closed 5 years ago

michellely98 commented 5 years ago

These are the changes to meta-redhawk-sdr that should allow it to run on Yocto 2.6 (thud) from 2.4 (rocko). Each change has a message explaining the reason.


A note: There is a 'patch' unlisted here that doesn't necessarily work as a patch, but shall be listed in this note anyway as to help troubleshoot a error that may pop up.

During the build, if " error: option --old-and-unmanageable not recognized" occurs and stops the build, try this:

in redhawk-codegen/setup.py, remove the line:

if not homeSys and ossiehome != None and not buildArg:
     sys.argv.append('--home='+ossiehome)

Then run the build. It will lead to another error. Add the above line back into the code, and run the build again. It should skip the 'old and unmanageable' error from there. Right now, this fix is unexplained on why it works.