diff options
| author | Ting Liu <ting.liu@nxp.com> | 2020-12-15 22:35:19 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 08:41:12 -0300 |
| commit | d5cbbf6c65cf0ddda8943d0831abafb282fca4dd (patch) | |
| tree | eb25ff0bb890aa16133baa4661f522f2b4480959 | |
| parent | 6a101d34a7ac568a2f24b4ae36ca4d178adc4843 (diff) | |
| download | meta-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>
| -rw-r--r-- | conf/machine/include/qoriq-base.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index d7dc52d77..e982f3703 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" | |||
| 5 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" | 5 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" |
| 6 | PREFERRED_PROVIDER_virtual/bootloader ?= "${PREFERRED_PROVIDER_u-boot}" | 6 | PREFERRED_PROVIDER_virtual/bootloader ?= "${PREFERRED_PROVIDER_u-boot}" |
| 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" |
| 8 | PREFERRED_PROVIDER_u-boot-tools-native ??= "u-boot-tools-native" | ||
| 9 | PREFERRED_PROVIDER_u-boot-mkimage-native ??= "u-boot-tools-native" | ||
| 10 | PREFERRED_PROVIDER_u-boot-mkimage ??= "u-boot-tools" | ||
| 11 | PREFERRED_PROVIDER_nativesdk-u-boot-mkimage ??= "nativesdk-u-boot-tools" | ||
| 8 | PREFERRED_VERSION_testfloat = "2a" | 12 | PREFERRED_VERSION_testfloat = "2a" |
| 9 | 13 | ||
| 10 | SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz" | 14 | SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz" |
