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-23 23:42:37 -0300
commitdd79e88ebc5b84c3fad4a0747fa250ed71677796 (patch)
treed65127a9025ec75f4f95b01443216933c956119b
parent5f363e4aa36779d8d59dda89e518ed6adae08e10 (diff)
downloadmeta-freescale-dd79e88ebc5b84c3fad4a0747fa250ed71677796.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>
-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