OpenVisualCloud / Media-Transport-Library

A real-time media transport(DPDK, AF_XDP, RDMA) stack for both raw and compressed video based on COTS hardware.
BSD 3-Clause "New" or "Revised" License
169 stars 55 forks source link

[minor] build_dpdk.sh - git am command path fix #1007

Open MateuszGrabuszynski opened 2 weeks ago

MateuszGrabuszynski commented 2 weeks ago

The git am command does use a path which drills down too little (does not hit the patches folder) and fails the script entirely.

MateuszGrabuszynski commented 1 week ago

One remark from @skolelis was raised - this is dependent on the directory from which the script is executed. My intention is to always execute from the same exact directory (./build-dpdk ...), and I have not found the script used/sourced anywhere else.