summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-base.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-15 22:35:19 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 08:41:12 -0300
commitd5cbbf6c65cf0ddda8943d0831abafb282fca4dd (patch)
treeeb25ff0bb890aa16133baa4661f522f2b4480959 /conf/machine/include/qoriq-base.inc
parent6a101d34a7ac568a2f24b4ae36ca4d178adc4843 (diff)
downloadmeta-freescale-d5cbbf6c65cf0ddda8943d0831abafb282fca4dd.tar.gz
qoriq: set PREFERRED_PROVIDER for u-boot-{tools,mkimage}
NOTE: Multiple providers are available for u-boot-tools-native (u-boot-tools-native, u-boot-imx-tools-native) Consider defining a PREFERRED_PROVIDER entry to match u-boot-tools-native NOTE: Multiple providers are available for u-boot-mkimage-native (u-boot-imx-tools-native, u-boot-tools-native) Consider defining a PREFERRED_PROVIDER entry to match u-boot-mkimage-native NOTE: Multiple providers are available for runtime u-boot-mkimage (u-boot-imx-tools, u-boot-tools) Consider defining a PREFERRED_RPROVIDER entry to match u-boot-mkimage NOTE: Multiple providers are available for runtime nativesdk-u-boot-mkimage (nativesdk-u-boot-imx-tools, nativesdk-u-boot-tools) Consider defining a PREFERRED_RPROVIDER entry to match nativesdk-u-boot-mkimage Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine/include/qoriq-base.inc')
-rw-r--r--conf/machine/include/qoriq-base.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index d7dc52d7..e982f370 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -5,6 +5,10 @@ PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
5PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" 5PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
6PREFERRED_PROVIDER_virtual/bootloader ?= "${PREFERRED_PROVIDER_u-boot}" 6PREFERRED_PROVIDER_virtual/bootloader ?= "${PREFERRED_PROVIDER_u-boot}"
7PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" 7PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
8PREFERRED_PROVIDER_u-boot-tools-native ??= "u-boot-tools-native"
9PREFERRED_PROVIDER_u-boot-mkimage-native ??= "u-boot-tools-native"
10PREFERRED_PROVIDER_u-boot-mkimage ??= "u-boot-tools"
11PREFERRED_PROVIDER_nativesdk-u-boot-mkimage ??= "nativesdk-u-boot-tools"
8PREFERRED_VERSION_testfloat = "2a" 12PREFERRED_VERSION_testfloat = "2a"
9 13
10SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz" 14SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz"