summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-08-18 22:41:50 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-28 11:08:07 -0300
commit46fca4ca09cad29ee01573b4f84a9aaf91800bae (patch)
tree2ab8038ae9631c2bf77ffe8a8bcb0ea4ab395ea2
parent17e1604f6d2f13b69df73cf1b1fa0ab428487a02 (diff)
downloadmeta-freescale-46fca4ca09cad29ee01573b4f84a9aaf91800bae.tar.gz
linux-imx-headers: upgrade to rel_imx_5.4.24_2.1.0
Upgrade recipe to pick up NXP headers from the updated kernel version matching release rel_imx_5.4.24_2.1.0 tag. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> (cherry picked from commit dd79e88ebc5b84c3fad4a0747fa250ed71677796)
-rw-r--r--recipes-kernel/linux/linux-imx-headers_5.4.bb (renamed from recipes-kernel/linux/linux-imx-headers_5.4.3.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_5.4.3.bb b/recipes-kernel/linux/linux-imx-headers_5.4.bb
index 4257c41a..54c4e8cb 100644
--- a/recipes-kernel/linux/linux-imx-headers_5.4.3.bb
+++ b/recipes-kernel/linux/linux-imx-headers_5.4.bb
@@ -7,10 +7,10 @@ New headers are installed in ${includedir}/imx."
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 8LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
9 9
10SRCBRANCH = "lf-5.4.y" 10SRCBRANCH = "imx_5.4.24_2.1.0"
11LOCALVERSION = "-1.0.0" 11LOCALVERSION = "-2.1.0"
12SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" 12SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}"
13SRCREV = "f8118585ee3c7025265b28985fdfe0af96a84466" 13SRCREV = "dea2fede7e024ee7029b13e8d82a00ec14427777"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
@@ -33,7 +33,6 @@ 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 \
37 videodev2.h \ 36 videodev2.h \
38" 37"
39 38