Whamcloud - gitweb
LU-16967 build: Separate lnet LND deb packaging 97/52397/4
authorShaun Tancheff <shaun.tancheff@hpe.com>
Wed, 3 Jan 2024 05:23:16 +0000 (12:23 +0700)
committerShaun Tancheff <shaun.tancheff@hpe.com>
Wed, 3 Jan 2024 05:23:16 +0000 (12:23 +0700)
commit6a74a488a3229bfc885ab47d71d882e2d31b76bc
tree6664db31c8d1adfab218a07c368297d22da4964b
parent955e38051765609fe3a661035c0fab2cfca733ce
LU-16967 build: Separate lnet LND deb packaging

Enable separate packaging of lnet lnd kernel modules into
separate packages with build profile multiple-lnds:

  lustre-lnet-module-socklnd for socklnd.ko
  lustre-lnet-module-gnilnd for kgnilnd.ko, profile gnilnd
  lustre-lnet-module-kfilnd for kkfilnd.ko, profile kfilnd
  lustre-lnet-module-o2iblnd for o2iblnd.ko, profile ext_o2ib
  lustre-lnet-module-in-kernel-o2iblnd for ko2iblnd.ko,
     profile int_o2ib

Test-Parameters: trivial
HPE-bug-id: LUS-11711
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: I3a5ca03fa410238f66083289db0899c8b4bfab5c
.gitignore
autoMakefile.am
debian/control [deleted file]
debian/control-lnet-gnilnd.in [new file with mode: 0644]
debian/control-lnet-in-kernel-o2iblnd.in [new file with mode: 0644]
debian/control-lnet-kfilnd.in [new file with mode: 0644]
debian/control-lnet-o2iblnd.in [new file with mode: 0644]
debian/control-lnet-socklnd.in [new file with mode: 0644]
debian/control.main
debian/repackage-multiple-lnds.sh [new file with mode: 0755]
debian/rules