diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-23 14:31:09 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-23 14:31:09 -0300 |
| commit | 05f3eb1eb2779c9daafb120e32d3aef4e91af85d (patch) | |
| tree | 10e201aca9b8d87a47f914ec55b2ee313b9b76aa | |
| parent | 194a3566304484f06fb9967e6295a645fcbd8572 (diff) | |
| download | meta-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.patch | 27 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-imx_6.1.bb | 2 |
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 000000000..59490768c --- /dev/null +++ b/recipes-kernel/linux/linux-imx/ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From ad9ab3b3c553cbc3c61f233b6e2cd5abdd2a624b Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Otavio Salvador <otavio@ossystems.com.br> | ||
| 3 | Date: Tue, 23 May 2023 13:16:05 -0300 | ||
| 4 | Subject: [PATCH] ARM: imx_v7_defconfig: Remove KERNEL_LZO config | ||
| 5 | |||
| 6 | The KERNEL_GZIP is used in most config and is the default, there is no | ||
| 7 | clear reason to diverge so let default be used. | ||
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 11 | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||
| 12 | --- | ||
| 13 | arch/arm/configs/imx_v7_defconfig | 1 - | ||
| 14 | 1 file changed, 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig | ||
| 17 | index 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 | -- | ||
| 26 | 2.40.1 | ||
| 27 | |||
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 | |||
| 12 | 12 | ||
| 13 | require recipes-kernel/linux/linux-imx.inc | 13 | require recipes-kernel/linux/linux-imx.inc |
| 14 | 14 | ||
| 15 | DEPENDS += "lzop-native bc-native" | 15 | SRC_URI += "file://ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch" |
| 16 | 16 | ||
| 17 | SRCBRANCH = "lf-6.1.y" | 17 | SRCBRANCH = "lf-6.1.y" |
| 18 | LOCALVERSION = "-6.1.1-1.0.0" | 18 | LOCALVERSION = "-6.1.1-1.0.0" |
