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

Minor updates related to building the RFNoC Programmable Persona #27

Closed btgoodwin closed 5 years ago

btgoodwin commented 5 years ago

These bugs/issues were discovered and corrected when building the RFNoC Programmable Persona build (E310) internally.

  1. The E3xx does not have a REDHAWK_PROCESSOR predefined, so we've added it, given that it's a common target (ecc8ac5)
  2. ARM 32-bit builds need the LongDouble patch restored (0ed2930)
  3. The components, personas, and device were all pre-set to the correct CPU architecture so the SPD patching utility was unnecessary (also, that feature was not documented) (cc6e183)
  4. When building the USRP device, calling the node configuration script would fail since the native python path wasn't setup to use redhawk-native. We've carried this to the RTL2832U device too (312fd09)