From 1f4b3e31da8934be992fd54d70b873bc2dfd9ca9 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 25 Oct 2023 17:50:25 +0300 Subject: u-boot-imx: Use local common.inc Sync using local common.inc with upstream. Signed-off-by: Oleksandr Suvorov --- recipes-bsp/u-boot/u-boot-imx_2023.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-imx_2023.04.bb b/recipes-bsp/u-boot/u-boot-imx_2023.04.bb index 14c226f78..f0ebdc5f8 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2023.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2023.04.bb @@ -3,7 +3,7 @@ # Copyright (C) 2017-2023 NXP require recipes-bsp/u-boot/u-boot.inc -require recipes-bsp/u-boot/u-boot-imx-common_${PV}.inc +require u-boot-imx-common_${PV}.inc PROVIDES += "u-boot u-boot-mfgtool" -- cgit v1.2.3-54-g00ecf