]> code.ossystems Code Review - meta-freescale.git/commitdiff
qoriq-base: Use the same provider for u-boot and u-boot-fw-utils
authorAlban Bedel <alban.bedel@avionic-design.de>
Wed, 19 Jun 2019 08:33:31 +0000 (10:33 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 19 Jun 2019 13:30:38 +0000 (10:30 -0300)
It make sense for the default config to use the same provider for
for both u-boot and u-boot-fw-utils. We now assume that there is a
matching -fw-utils package, if not the build will fail instead of
silently using a mismatching u-boot version.

Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
conf/machine/include/qoriq-base.inc

index b19332e35bb94dbc5d05609f3ca39c25834e9bd2..6166cb2a1bd0087914a4bc4948fe85ec8058d617 100644 (file)
@@ -4,6 +4,7 @@ PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module"
 PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
 PREFERRED_PROVIDER_openssl = "openssl-qoriq"
 PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
+PREFERRED_PROVIDER_u-boot-fw-utils ?= "${PREFERRED_PROVIDER_u-boot}-fw-utils"
 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
 PREFERRED_VERSION_testfloat = "2a"