cgtqmx6: changing preferred kernel assignement type

The assignement of the preferred kernel was changed
so that It is possible do define a different one in
local.conf

Signed-off-by: Raphael Silva <raphael.philipe@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Raphael Silva 2014-12-29 05:52:46 -02:00 committed by Otavio Salvador
parent 84d13080c9
commit c32d2fa5f5

View File

@ -29,7 +29,7 @@ UBOOT_MAKE_TARGET = "u-boot.${UBOOT_CONFIG}.imx"
UBOOT_BINARY = "u-boot.${UBOOT_CONFIG}.imx" UBOOT_BINARY = "u-boot.${UBOOT_CONFIG}.imx"
# Use linux kernel QMX6 # Use linux kernel QMX6
PREFERRED_PROVIDER_virtual/kernel = "linux-congatec" PREFERRED_PROVIDER_virtual/kernel ??= "linux-congatec"
KERNEL_DEVICETREE = "imx6q-qmx6.dtb imx6dl-qmx6.dtb" KERNEL_DEVICETREE = "imx6q-qmx6.dtb imx6dl-qmx6.dtb"
KERNEL_IMAGETYPE = "uImage" KERNEL_IMAGETYPE = "uImage"