From 8a444117a6544ffb093fc457111db5fbe17870d9 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 12 Aug 2016 18:43:52 +0800 Subject: [PATCH] qoriq-base.inc: set PREFERRED_VERSION_testfloat to 2a testfloat 2a has specific updates for qoriq ppc boards. Currently no plan to refresh them to 3b release. Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- conf/machine/include/qoriq-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 65bb1707..603683ae 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc @@ -10,6 +10,7 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" PREFERRED_PROVIDER_qemu = "qemu-qoriq" +PREFERRED_VERSION_testfloat = "2a" IMAGE_CLASSES += "image_types_uboot" -- 2.40.1