From 122c8b8fae28472b3b13c2bbef6c02325cbfcb96 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sat, 11 Jul 2020 09:12:43 +0200 Subject: linux-toradex-mainline: add lzop-native to DEPENDS This fixes a following compilation error when compiling zImage: | /bin/sh: lzop: command not found Signed-off-by: Ming Liu --- recipes-kernel/linux/linux-toradex-mainline.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-toradex-mainline.inc b/recipes-kernel/linux/linux-toradex-mainline.inc index ceea4f5..18e87bb 100644 --- a/recipes-kernel/linux/linux-toradex-mainline.inc +++ b/recipes-kernel/linux/linux-toradex-mainline.inc @@ -12,7 +12,7 @@ SRC_URI = " \ S = "${WORKDIR}/git" -DEPENDS += "coreutils-native" +DEPENDS += "coreutils-native lzop-native" kernel_do_configure_append_preempt-rt() { # switch to use PREEMPT_RT -- cgit v1.2.3