]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6sllevk: Drop u-boot and kernel PREFERRED_VERSION
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 4 Oct 2017 13:31:48 +0000 (10:31 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 4 Oct 2017 17:36:00 +0000 (14:36 -0300)
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@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/imx6sllevk.conf

index 3a70365950b68e5731ff5c98b9e1b2a17c7850cb..84d1e3195db25e49411641d658e35332d14a438b 100644 (file)
@@ -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"