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] Various GPP patches since gpp_setup was rebuilt #53

Closed btgoodwin closed 5 years ago

btgoodwin commented 5 years ago

The gpp_setup routine mitigated the need for trust-uname-m.patch, so it has been deleted in favor of using --processorname when generating the node. Rather than generating the node on first boot, however, we've switched to using redhawk-native to build the node during bitbake. If the user does not want to use that node however, they would have to remember to add the processor_name property to their definition and patch it to the PACKAGE_ARCH. Rather than do that, we are now patching the PRF similar to how the REDHAWK core framework does on installation.

This addresses #46 for rocko.

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