diff options
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-07-18 13:56:57 +0300 |
---|---|---|
committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-07-20 12:52:13 +0300 |
commit | 3fc95e26148309509c7d1dc7f1b1f94b6d60ee5e (patch) | |
tree | ce060398467e8f3a51f419e0d23c2137efbb279e /recipes-kernel | |
parent | 3aea28136dba302e711d16e2c4935994808e72a4 (diff) | |
download | meta-freescale-3fc95e26148309509c7d1dc7f1b1f94b6d60ee5e.tar.gz |
linux-imx-headers: Update lf-6.1.1_1.0.0 to lf-6.1.22_2.0.0
Update the headers from the linux-imx kernel to be aligned with the
NXP BSP LF6.1.22_2.0.0.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-imx-headers_6.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_6.1.bb b/recipes-kernel/linux/linux-imx-headers_6.1.bb index cec22c1b..633418ab 100644 --- a/recipes-kernel/linux/linux-imx-headers_6.1.bb +++ b/recipes-kernel/linux/linux-imx-headers_6.1.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | |||
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" | 10 | SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" |
11 | SRCBRANCH = "lf-6.1.y" | 11 | SRCBRANCH = "lf-6.1.y" |
12 | LOCALVERSION = "-6.1.1-1.0.0" | 12 | LOCALVERSION = "-6.1.22-2.0.0" |
13 | SRCREV = "29549c7073bf72cfb2c4614d37de45ec36b60475" | 13 | SRCREV = "66e442bc7fdcc935e6faa94c743f653263d4ed67" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||