Re: [PATCH v2] build: try to get kernel version from kernel source

2022-06-08 Thread David Marchand
On Tue, Mar 8, 2022 at 4:55 PM Ferruh Yigit wrote: > > On 3/3/2022 1:15 PM, Ferdinand Thiessen wrote: > > When building the kernel modules, try to get the kernel > > version from the kernel sources first. This fixes the > > kernel modules installation directory if the target kernel > > version dif

Re: [PATCH v2] build: try to get kernel version from kernel source

2022-03-08 Thread Ferruh Yigit
On 3/3/2022 1:15 PM, Ferdinand Thiessen wrote: When building the kernel modules, try to get the kernel version from the kernel sources first. This fixes the kernel modules installation directory if the target kernel version differs from the host kernel version, like for CI build or when packaging

Re: [PATCH v2] build: try to get kernel version from kernel source

2022-03-03 Thread Bruce Richardson
On Thu, Mar 03, 2022 at 02:12:30PM +0100, Ferdinand Thiessen wrote: > When building the kernel modules, try to get the kernel > version from the kernel sources first. This fixes the > kernel modules installation directory if the target kernel > version differs from the host kernel version, like for

[PATCH v2] build: try to get kernel version from kernel source

2022-03-03 Thread Ferdinand Thiessen
When building the kernel modules, try to get the kernel version from the kernel sources first. This fixes the kernel modules installation directory if the target kernel version differs from the host kernel version, like for CI build or when packaging for linux distributions. Signed-off-by: Ferdina

[PATCH v2] build: try to get kernel version from kernel source

2022-03-03 Thread Ferdinand Thiessen
When building the kernel modules, try to get the kernel version from the kernel sources first. This fixes the kernel modules installation directory if the target kernel version differs from the host kernel version, like for CI build or when packaging for linux distributions. Signed-off-by: Ferdina