diff options
author | Jens Rehsack <sno@netbsd.org> | 2020-05-30 21:36:40 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-06-02 09:18:49 -0300 |
commit | 8617bd106395e3d481956d47f3e5f5d102cdc863 (patch) | |
tree | 69b011975fcb968a4fedb049f786ce79a806d009 | |
parent | b837841b323e61f18b811ad90b6a5a20123cfee5 (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 1 |
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" | |||
3 | PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" | 3 | 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_u-boot ?= "u-boot-qoriq" | 5 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" |
6 | PREFERRED_PROVIDER_u-boot-fw-utils ?= "${PREFERRED_PROVIDER_u-boot}-fw-utils" | ||
7 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" | 6 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" |
8 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" |
9 | PREFERRED_VERSION_testfloat = "2a" | 8 | PREFERRED_VERSION_testfloat = "2a" |