]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx-headers: whitelist version.h header backport-986-to-hardknott 987/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:25 +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.10.bb

index 0e15f3433885fc7ce5872d75c5fb8c0e03d3a0f2..7fe4761cdc02b59567704927f93fc3f87ae04b44 100644 (file)
@@ -34,6 +34,7 @@ IMX_UAPI_HEADERS = " \
     mxcfb.h \
     pxp_device.h \
     pxp_dma.h \
+    version.h \
     videodev2.h \
 "