summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlban Bedel <alban.bedel@avionic-design.de>2019-06-19 10:33:31 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-06-19 10:30:38 -0300
commite1302244da48e73daf5b83351daa7dcc85e98f7a (patch)
tree9f63de0a5d721c09cf66ddc1c19cd142d67bd5a0 /conf
parent6ab22399366357520ad5ded878a7b49a449501a0 (diff)
downloadmeta-freescale-e1302244da48e73daf5b83351daa7dcc85e98f7a.tar.gz
qoriq-base: Use the same provider for u-boot and u-boot-fw-utils
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>
Diffstat (limited to 'conf')
-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 b19332e3..6166cb2a 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -4,6 +4,7 @@ PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module"
4PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" 4PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
5PREFERRED_PROVIDER_openssl = "openssl-qoriq" 5PREFERRED_PROVIDER_openssl = "openssl-qoriq"
6PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" 6PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
7PREFERRED_PROVIDER_u-boot-fw-utils ?= "${PREFERRED_PROVIDER_u-boot}-fw-utils"
7PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" 8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
8PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" 9PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
9PREFERRED_VERSION_testfloat = "2a" 10PREFERRED_VERSION_testfloat = "2a"