]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx-headers: whitelist version.h header 986/head
authorGary Bisson <gary.bisson@boundarydevices.com>
Fri, 25 Feb 2022 10:37:42 +0000 (11:37 +0100)
committerGary Bisson <gary.bisson@boundarydevices.com>
Fri, 25 Feb 2022 12:52:02 +0000 (13:52 +0100)
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>
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 \
 "