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
2. cd rdma
3. make menuconfig
4. git am your-patch
5. make -j8 bindeb-pkg
Zhu Yanjun
Thanks
Thanks,
Steve.