@btgoodwin : This code path in spd_utility patch_sdrroot (dunfell-next branch):
does not export the updated file. So when I run the install_assets script, if the component already exists in $SDRROOT, the cross-compiled component binary is installed, but the spd.xml file does not show the additional cross-compiled implementation.
Is this a bug? i.e., Doesn't the domain manager need to know about the cross-compiled binary via an implementation entry in the spd.xml file?
@btgoodwin : This code path in spd_utility patch_sdrroot (dunfell-next branch):
meta-redhawk-sdr/scripts/spd_utility
Line 219 in 5c176f3
does not export the updated file. So when I run the install_assets script, if the component already exists in $SDRROOT, the cross-compiled component binary is installed, but the spd.xml file does not show the additional cross-compiled implementation.
Is this a bug? i.e., Doesn't the domain manager need to know about the cross-compiled binary via an implementation entry in the spd.xml file?