diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2022-02-25 11:37:42 +0100 |
---|---|---|
committer | Gary Bisson <gary.bisson@boundarydevices.com> | 2022-02-25 13:52:02 +0100 |
commit | a1c7e7bb6b141c81f8430087d236eab1e0dbb428 (patch) | |
tree | a6c3dcfe524ff82fe1ee12951bdd3b41e39a6ff2 /recipes-kernel | |
parent | e4f465dbcb083028ca29807a342e0fec0e0e25ed (diff) | |
download | meta-freescale-a1c7e7bb6b141c81f8430087d236eab1e0dbb428.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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-imx-headers_5.10.bb | 1 |
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 8a142b91..9f79450d 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 | ||