diff options
author | Alban Bedel <alban.bedel@avionic-design.de> | 2019-06-19 10:33:31 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-06-19 10:30:38 -0300 |
commit | e1302244da48e73daf5b83351daa7dcc85e98f7a (patch) | |
tree | 9f63de0a5d721c09cf66ddc1c19cd142d67bd5a0 /conf | |
parent | 6ab22399366357520ad5ded878a7b49a449501a0 (diff) | |
download | meta-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.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 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" | |||
4 | PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" | 4 | PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" |
5 | PREFERRED_PROVIDER_openssl = "openssl-qoriq" | 5 | PREFERRED_PROVIDER_openssl = "openssl-qoriq" |
6 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" | 6 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" |
7 | PREFERRED_PROVIDER_u-boot-fw-utils ?= "${PREFERRED_PROVIDER_u-boot}-fw-utils" | ||
7 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" | 8 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" |
8 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | 9 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" |
9 | PREFERRED_VERSION_testfloat = "2a" | 10 | PREFERRED_VERSION_testfloat = "2a" |