summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2022-02-25 11:37:42 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-02-25 13:06:25 +0000
commit35fd5b5efc8d720ce64d6c880650f049c6303765 (patch)
tree2844351b56ef26b37d2a3d29825b459e6e638f8b
parent84137278733326032ab96a41d4f9624513a21cb2 (diff)
downloadmeta-freescale-35fd5b5efc8d720ce64d6c880650f049c6303765.tar.gz
linux-imx-headers: whitelist version.h header
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)
-rw-r--r--recipes-kernel/linux/linux-imx-headers_5.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_5.10.bb b/recipes-kernel/linux/linux-imx-headers_5.10.bb
index 0e15f343..7fe4761c 100644
--- a/recipes-kernel/linux/linux-imx-headers_5.10.bb
+++ b/recipes-kernel/linux/linux-imx-headers_5.10.bb
@@ -34,6 +34,7 @@ IMX_UAPI_HEADERS = " \
34 mxcfb.h \ 34 mxcfb.h \
35 pxp_device.h \ 35 pxp_device.h \
36 pxp_dma.h \ 36 pxp_dma.h \
37 version.h \
37 videodev2.h \ 38 videodev2.h \
38" 39"
39 40