From 7c758ad91693bac28796d8e7b9d27c15f89b6cac Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 5 Aug 2020 19:25:20 +0200 Subject: meta: change to use libubootenv to provide u-boot-fw-utils The changes include: - Drop PREFERRED_PROVIDER_u-boot-fw-utils from machine conf. - Drop u-boot-toradex-fw-utils recipes. - Drop fw_unlock_mmc.sh, that's not needed for libubootenv. - Drop u-boot.inc, use default u-boot.inc from OE layer. - Add fw_env.config to uboot recipe. - Set UBOOT_INITIAL_ENV to u-boot-initial-env, which is being referred in libubootenv. Related-to: ELB-2552 Signed-off-by: Ming Liu --- conf/machine/colibri-imx8x.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf/machine/colibri-imx8x.conf') diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf index ba69996..464ea24 100644 --- a/conf/machine/colibri-imx8x.conf +++ b/conf/machine/colibri-imx8x.conf @@ -54,11 +54,9 @@ PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp_preempt-rt = "linux-toradex-m PREFERRED_PROVIDER_virtual/dtb_use-mainline-bsp = "device-tree-overlays-mainline" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" -PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-toradex-fw-utils" # Currently we use the nxp 2018.03 downstream for mx8 as some features are # not yet available in 2019.03. PREFERRED_VERSION_u-boot-toradex = "2018.03" -PREFERRED_VERSION_u-boot-toradex-fw-utils = "2018.03" MACHINE_FIRMWARE_append = " linux-firmware-pcie8997" MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx8" -- cgit v1.2.3