summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_6.1.bb
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 /recipes-kernel/linux/linux-imx_6.1.bb
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>
Diffstat (limited to 'recipes-kernel/linux/linux-imx_6.1.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_6.1.bb2
1 files changed, 1 insertions, 1 deletions
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"