I’ve just tried to build the latest v2.4.9 (tag) release of the ocpi.comp.sdr project and i’m getting the following error when i do ocpidev build [Errno 2] No such file or directory: '/opt/opencpi/projects/ocpi.comp.sdr/components/dsp/zero_padder_s.hdl/zero_padder_s-hdl.xml
The file is indeed missing; the directory (components/dsp/zero_padder_s.hdl) only contains a Makefile. Looking on the develop branch even the Makefile is gone, in fact the component is completely absent. I think something may have gone awry when the release was merged onto master as the branch release-2.4.9 doesn’t have the component either so i don’t think it’s supposed to be there.
Should the file/component be there? Which is commit is the correct state for version v2.4.9, master (and the associated tag) or release-2.4.9 branch?