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:29 +0000
commit0082e68002285b5e6cc96fdc48de7d3d040b6d41 (patch)
treed37469403cc1c0d20764e50da9d48298f59d12a8
parenta6199966375875fdfc295e6687c86a83fb53bf04 (diff)
downloadmeta-freescale-0082e68002285b5e6cc96fdc48de7d3d040b6d41.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.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_5.4.bb b/recipes-kernel/linux/linux-imx-headers_5.4.bb
index 54c4e8cb..3a4f8446 100644
--- a/recipes-kernel/linux/linux-imx-headers_5.4.bb
+++ b/recipes-kernel/linux/linux-imx-headers_5.4.bb
@@ -33,6 +33,7 @@ IMX_UAPI_HEADERS = " \
33 mxcfb.h \ 33 mxcfb.h \
34 pxp_device.h \ 34 pxp_device.h \
35 pxp_dma.h \ 35 pxp_dma.h \
36 version.h \
36 videodev2.h \ 37 videodev2.h \
37" 38"
38 39