]> code.ossystems Code Review - meta-freescale.git/commitdiff
machine/include/qoriq-base.inc: remove u-boot-fw-utils
authorJens Rehsack <sno@netbsd.org>
Sat, 30 May 2020 19:36:40 +0000 (21:36 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 2 Jun 2020 12:18:49 +0000 (09:18 -0300)
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>
conf/machine/include/qoriq-base.inc

index f4920899304213b3bcb5a9a80b197a1cf2038b18..3f0a45fc11c46800467baaef4abff4dafdeaab30 100644 (file)
@@ -3,7 +3,6 @@ PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux"
 PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module"
 PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
 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"