summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-23 14:40:06 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-05-23 14:40:06 -0300
commitababadce2a55b0993633de70d35ae7e48f37d681 (patch)
treed423282a664c4909206f4fc7db598481cf6e5ad7
parente525698edf512bce1b034deb5bb17bcd06fa3ad1 (diff)
downloadmeta-freescale-topic/drop-lzop-requirement.tar.gz
linux-fslc: Bump revision to 9dd7c6bd8a02etopic/drop-lzop-requirement
This merges 6.1.29 stable release and applies following commit: - 9dd7c6bd8a02e ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config This allows the removal the lzop-native from DEPENDS. The bc-native is added automatically by kernel.bbclass. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc_6.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.1.bb b/recipes-kernel/linux/linux-fslc_6.1.bb
index 56729428..7f59d689 100644
--- a/recipes-kernel/linux/linux-fslc_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc_6.1.bb
@@ -10,8 +10,6 @@ provide support for some backported features and fixes, or because it was applie
10and takes some time to become part of a stable version, or because it is not applicable for \ 10and takes some time to become part of a stable version, or because it is not applicable for \
11upstreaming." 11upstreaming."
12 12
13DEPENDS += "lzop-native bc-native"
14
15require linux-imx.inc 13require linux-imx.inc
16 14
17SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 15SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
@@ -21,10 +19,10 @@ SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=
21# 19#
22# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
23# should be updated once patchlevel is merged. 21# should be updated once patchlevel is merged.
24LINUX_VERSION = "6.1.27" 22LINUX_VERSION = "6.1.29"
25 23
26KBRANCH = "6.1.x+fslc" 24KBRANCH = "6.1.x+fslc"
27SRCREV = "ddc32335b72f78943045b242eb6e0b069ef4cdae" 25SRCREV = "9dd7c6bd8a02e7c5b745b18cfec8bce73feb6de7"
28 26
29KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig" 27KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig"
30KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" 28KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"