From 97b24362bdd5fc12c74c26a721b3f6184af59e36 Mon Sep 17 00:00:00 2001 From: Vinicius Aquino Date: Wed, 20 Oct 2021 18:17:20 -0300 Subject: [PATCH] lx2160acex7: Force to use version 5.4 when using linux-qoriq kernel Later versions are not compatible with this machine. Signed-off-by: Vinicius Aquino --- conf/machine/lx2160acex7.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/lx2160acex7.conf b/conf/machine/lx2160acex7.conf index 3bd43d0..1e51c98 100644 --- a/conf/machine/lx2160acex7.conf +++ b/conf/machine/lx2160acex7.conf @@ -40,6 +40,7 @@ USE_VT = "0" PREFERRED_PROVIDER_u-boot-default-script = "u-boot-script-qoriq" PREFERRED_PROVIDER_virtual/kernel = "linux-fslc-qoriq" +PREFERRED_VERSION_linux-qoriq = "5.4%" PREFERRED_VERSION_u-boot-qoriq = "2019.10%" PREFERRED_VERSION_qoriq-atf = "1.5%"