Including IB utils in install images
Ravi Pokala
rpokala at freebsd.org
Wed Feb 3 18:06:24 UTC 2021
Hi folks,
I'm using release/release.sh to create install images. We recently determined that we need to start including the InfiniBand utilities (contrib/ofed/infiniband-diags / usr.bin/ofed/infiniband-diags). I updated my release.conf to add 'WITH_OFED_EXTRA=1' to MAKE_FLAGS, and I confirmed that the utilities are being built. However, they are not subsequently copied to the distdir, or included in the resulting image. Well, technically, `ibstat' is, but per usr.bin/ofed/infiniband-diags/Makefile, it is not contingent on WITH_OFED_EXTRA / MK_OFED_EXTRA.
Bug, or operator error?
Thanks,
Ravi (rpokala@)
More information about the freebsd-hackers
mailing list