diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-08-12 18:43:52 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:43:43 -0300 |
commit | 8a444117a6544ffb093fc457111db5fbe17870d9 (patch) | |
tree | 89607676e280bcf0eade872cf7c1d29da3cfa882 /conf/machine/include | |
parent | af11ef9b807eb7f24dc24fc82fdecc74d445b81d (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 1 |
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" | |||
10 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" | 10 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" |
11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" |
12 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" | 12 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" |
13 | PREFERRED_VERSION_testfloat = "2a" | ||
13 | 14 | ||
14 | IMAGE_CLASSES += "image_types_uboot" | 15 | IMAGE_CLASSES += "image_types_uboot" |
15 | 16 | ||