summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-base.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-08-12 18:43:52 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-12 11:43:43 -0300
commit8a444117a6544ffb093fc457111db5fbe17870d9 (patch)
tree89607676e280bcf0eade872cf7c1d29da3cfa882 /conf/machine/include/qoriq-base.inc
parentaf11ef9b807eb7f24dc24fc82fdecc74d445b81d (diff)
downloadmeta-freescale-8a444117a6544ffb093fc457111db5fbe17870d9.tar.gz
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 <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/qoriq-base.inc')
-rw-r--r--conf/machine/include/qoriq-base.inc1
1 files changed, 1 insertions, 0 deletions
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"
10PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" 10PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
12PREFERRED_PROVIDER_qemu = "qemu-qoriq" 12PREFERRED_PROVIDER_qemu = "qemu-qoriq"
13PREFERRED_VERSION_testfloat = "2a"
13 14
14IMAGE_CLASSES += "image_types_uboot" 15IMAGE_CLASSES += "image_types_uboot"
15 16