]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx-headers: whitelist version.h header backport-986-to-honister 989/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:32 +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 8a142b91c17b7ca6c1a5802babe40ca9e997d2e5..9f79450d016f707a636bbd4be183b09c868701f8 100644 (file)
@@ -34,6 +34,7 @@ IMX_UAPI_HEADERS = " \
     mxcfb.h \
     pxp_device.h \
     pxp_dma.h \
+    version.h \
     videodev2.h \
 "