diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-08-18 22:41:50 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-23 23:42:37 -0300 |
commit | dd79e88ebc5b84c3fad4a0747fa250ed71677796 (patch) | |
tree | d65127a9025ec75f4f95b01443216933c956119b /recipes-kernel | |
parent | 5f363e4aa36779d8d59dda89e518ed6adae08e10 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-kernel')
-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." | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
9 | 9 | ||
10 | SRCBRANCH = "lf-5.4.y" | 10 | SRCBRANCH = "imx_5.4.24_2.1.0" |
11 | LOCALVERSION = "-1.0.0" | 11 | LOCALVERSION = "-2.1.0" |
12 | SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" |
13 | SRCREV = "f8118585ee3c7025265b28985fdfe0af96a84466" | 13 | SRCREV = "dea2fede7e024ee7029b13e8d82a00ec14427777" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${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 | ||