[meta-freescale] [PATCH 4/4] imx6sllevk: Drop u-boot and kernel PREFERRED_VERSION

Fabio Berton fabio.berton at ossystems.com.br
Wed Oct 4 06:31:48 PDT 2017


The line PREFERRED_PROVIDER_linux-imx ??= "4.1.15" is wrong, the
correct is use PREFERRED_VERSION to set version. But we can drop
this line because currently we have one linux-imx version.
Also drop preferred version to u-boot, 2016.03 is the only option.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 conf/machine/imx6sllevk.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf
index 3a703659..84d1e319 100644
--- a/conf/machine/imx6sllevk.conf
+++ b/conf/machine/imx6sllevk.conf
@@ -27,6 +27,3 @@ XSERVER += "mesa-driver-swrast"
 
 PREFERRED_PROVIDER_u-boot = "u-boot-imx"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
-
-PREFERRED_VERSION_u-boot ??= "2016.03"
-PREFERRED_PROVIDER_linux-imx ??= "4.1.15"
-- 
2.14.1



More information about the meta-freescale mailing list