summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-23 14:31:09 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-05-23 14:31:09 -0300
commit05f3eb1eb2779c9daafb120e32d3aef4e91af85d (patch)
tree10e201aca9b8d87a47f914ec55b2ee313b9b76aa
parent194a3566304484f06fb9967e6295a645fcbd8572 (diff)
downloadmeta-freescale-05f3eb1eb2779c9daafb120e32d3aef4e91af85d.tar.gz
linux-imx: imx_v7_defconfig: Remove KERNEL_LZO config
The KERNEL_GZIP is used in most config and is the default, there is no clear reason to diverge so let default be used. 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-imx/ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch27
-rw-r--r--recipes-kernel/linux/linux-imx_6.1.bb2
2 files changed, 28 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx/ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch b/recipes-kernel/linux/linux-imx/ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch
new file mode 100644
index 00000000..59490768
--- /dev/null
+++ b/recipes-kernel/linux/linux-imx/ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch
@@ -0,0 +1,27 @@
1From ad9ab3b3c553cbc3c61f233b6e2cd5abdd2a624b Mon Sep 17 00:00:00 2001
2From: Otavio Salvador <otavio@ossystems.com.br>
3Date: Tue, 23 May 2023 13:16:05 -0300
4Subject: [PATCH] ARM: imx_v7_defconfig: Remove KERNEL_LZO config
5
6The KERNEL_GZIP is used in most config and is the default, there is no
7clear reason to diverge so let default be used.
8
9Upstream-Status: Pending
10
11Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
12---
13 arch/arm/configs/imx_v7_defconfig | 1 -
14 1 file changed, 1 deletion(-)
15
16diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig
17index 6de3049689191..94e9457e2bab1 100644
18--- a/arch/arm/configs/imx_v7_defconfig
19+++ b/arch/arm/configs/imx_v7_defconfig
20@@ -1,4 +1,3 @@
21-CONFIG_KERNEL_LZO=y
22 CONFIG_SYSVIPC=y
23 CONFIG_POSIX_MQUEUE=y
24 CONFIG_NO_HZ=y
25--
262.40.1
27
diff --git a/recipes-kernel/linux/linux-imx_6.1.bb b/recipes-kernel/linux/linux-imx_6.1.bb
index 490e2171..59a7e5cc 100644
--- a/recipes-kernel/linux/linux-imx_6.1.bb
+++ b/recipes-kernel/linux/linux-imx_6.1.bb
@@ -12,7 +12,7 @@ i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU
12 12
13require recipes-kernel/linux/linux-imx.inc 13require recipes-kernel/linux/linux-imx.inc
14 14
15DEPENDS += "lzop-native bc-native" 15SRC_URI += "file://ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch"
16 16
17SRCBRANCH = "lf-6.1.y" 17SRCBRANCH = "lf-6.1.y"
18LOCALVERSION = "-6.1.1-1.0.0" 18LOCALVERSION = "-6.1.1-1.0.0"