]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx-headers: whitelist version.h header backport-986-to-dunfell 988/head
authorGary Bisson <gary.bisson@boundarydevices.com>
Fri, 25 Feb 2022 10:37:42 +0000 (11:37 +0100)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 25 Feb 2022 13:06:29 +0000 (13:06 +0000)
As some recipes, like imx-vpu-hantro, need to know the imx kernel
version instead of the toolchain header version.
As an example, Honister toolchain uses 5.14 kernel headers. In that
case, imx-vpu-hantro believes it needs to use dmabuf allocation
mechanism although this latter will only be enabled in upcoming NXP
kernel 5.15.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
(cherry picked from commit a1c7e7bb6b141c81f8430087d236eab1e0dbb428)

recipes-kernel/linux/linux-imx-headers_5.4.bb

index 54c4e8cb9af2ff959048805ea86351b6c82c06be..3a4f84469a3f6ec091a3d871ef823c5cc2627e8c 100644 (file)
@@ -33,6 +33,7 @@ IMX_UAPI_HEADERS = " \
     mxcfb.h \
     pxp_device.h \
     pxp_dma.h \
+    version.h \
     videodev2.h \
 "