summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-25 10:06:39 -0300
committerGitHub <noreply@github.com>2022-02-25 10:06:39 -0300
commitc91a1eb845b50b6c3d626b9ba4bd0d1f9388267c (patch)
tree2844351b56ef26b37d2a3d29825b459e6e638f8b
parent84137278733326032ab96a41d4f9624513a21cb2 (diff)
parent35fd5b5efc8d720ce64d6c880650f049c6303765 (diff)
downloadmeta-freescale-c91a1eb845b50b6c3d626b9ba4bd0d1f9388267c.tar.gz
Merge pull request #987 from Freescale/backport-986-to-hardknott
[Backport hardknott] linux-imx-headers: whitelist version.h header (Fixes Hantro VPU for honister/master)
-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