From 8617bd106395e3d481956d47f3e5f5d102cdc863 Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Sat, 30 May 2020 21:36:40 +0200 Subject: [PATCH] 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 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 Remove choosing a preferred provider, too. Signed-off-by: Jens Rehsack --- conf/machine/include/qoriq-base.inc | 1 - 1 file changed, 1 deletion(-) 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" 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" -- 2.40.1