From 05f3eb1eb2779c9daafb120e32d3aef4e91af85d Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 23 May 2023 14:31:09 -0300 Subject: 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 --- ...imx_v7_defconfig-Remove-KERNEL_LZO-config.patch | 27 ++++++++++++++++++++++ recipes-kernel/linux/linux-imx_6.1.bb | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 recipes-kernel/linux/linux-imx/ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch (limited to 'recipes-kernel') 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 000000000..59490768c --- /dev/null +++ b/recipes-kernel/linux/linux-imx/ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch @@ -0,0 +1,27 @@ +From ad9ab3b3c553cbc3c61f233b6e2cd5abdd2a624b Mon Sep 17 00:00:00 2001 +From: Otavio Salvador +Date: Tue, 23 May 2023 13:16:05 -0300 +Subject: [PATCH] ARM: 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. + +Upstream-Status: Pending + +Signed-off-by: Otavio Salvador +--- + arch/arm/configs/imx_v7_defconfig | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig +index 6de3049689191..94e9457e2bab1 100644 +--- a/arch/arm/configs/imx_v7_defconfig ++++ b/arch/arm/configs/imx_v7_defconfig +@@ -1,4 +1,3 @@ +-CONFIG_KERNEL_LZO=y + CONFIG_SYSVIPC=y + CONFIG_POSIX_MQUEUE=y + CONFIG_NO_HZ=y +-- +2.40.1 + diff --git a/recipes-kernel/linux/linux-imx_6.1.bb b/recipes-kernel/linux/linux-imx_6.1.bb index 490e21718..59a7e5ccf 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 require recipes-kernel/linux/linux-imx.inc -DEPENDS += "lzop-native bc-native" +SRC_URI += "file://ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch" SRCBRANCH = "lf-6.1.y" LOCALVERSION = "-6.1.1-1.0.0" -- cgit v1.2.3-54-g00ecf