On Sat, May 18, 2019 at 09:32:48AM +0800, Yanjun Zhu wrote: > > On 2019/5/18 2:21, Leon Romanovsky wrote: > > On Fri, May 17, 2019 at 09:14:13AM -0500, Steve Wise wrote: > > > Hey, > > > > > > Is there a how-to somewhere on building the Debian rdma-core packages? > > There buildlib/cbuild script exactly for that. > > > > 0. Install docker. > > 1. Commit your changes which you want to package. > > 2. ./buildlib/cbuild build-images supported_os_from_the_list > > 3. ./buildlib/cbuild make supported_os_from_the_list > > 4. ./buildlib/cbuild pkg supported_os_from_the_list > > 5. See RPMs or DEBs in ../ > > > > Repeat 3 and 4 till you will be satisfied with result. > > 1. git clone git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git We are talking about https://github.com/linux-rdma/rdma-core/ and not about kernel. Thanks