summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-07-11 09:12:43 +0200
committerMing Liu <ming.liu@toradex.com>2020-07-11 09:17:36 +0200
commit122c8b8fae28472b3b13c2bbef6c02325cbfcb96 (patch)
tree6d9379186460b9100264403f544b76103e72e7bc
parent76e40e33856c0b8f187aaba3f2b42a23eb62d2b8 (diff)
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 <ming.liu@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline.inc2
1 files changed, 1 insertions, 1 deletions
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