summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2020-05-30 21:36:40 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-02 09:18:49 -0300
commit8617bd106395e3d481956d47f3e5f5d102cdc863 (patch)
tree69b011975fcb968a4fedb049f786ce79a806d009 /conf/machine
parentb837841b323e61f18b811ad90b6a5a20123cfee5 (diff)
downloadmeta-freescale-8617bd106395e3d481956d47f3e5f5d102cdc863.tar.gz
machine/include/qoriq-base.inc: remove u-boot-fw-utils
u-boot-fw-utils have been replace by libubootenv which has been finalized with commit d15639a0a27393aa455adae113f4692c27367e89 Author: Otavio Salvador <otavio@ossystems.com.br> Date: Thu Apr 2 11:19:34 2020 -0300 u-boot-qoriq-fw-utils: Drop recipe as libubootenv works as replacement Now we are using libubootenv and dropped the u-boot-qoriq-fw-utils, we need to move the configuration file to the main recipe. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Remove choosing a preferred provider, too. Signed-off-by: Jens Rehsack <sno@netbsd.org>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/qoriq-base.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index f4920899..3f0a45fc 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -3,7 +3,6 @@ PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux"
3PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" 3PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module"
4PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" 4PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
5PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" 5PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
6PREFERRED_PROVIDER_u-boot-fw-utils ?= "${PREFERRED_PROVIDER_u-boot}-fw-utils"
7PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" 6PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
8PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" 7PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
9PREFERRED_VERSION_testfloat = "2a" 8PREFERRED_VERSION_testfloat = "2a"