From 381cf20edb7eb7ed833fd46cdcd10d27931ed53d Mon Sep 17 00:00:00 2001 From: Peter Bergin Date: Sun, 4 Jul 2021 16:02:06 +0200 Subject: [PATCH] u-boot-imx: align naming of u-boot-imx-common with u-boot-fslc Follow the naming scheme of u-boot-fslc and add the version number to the common file. Signed-off-by: Peter Bergin --- .../{u-boot-imx-common.inc => u-boot-imx-common_2020.04.inc} | 0 recipes-bsp/u-boot/u-boot-imx_2020.04.bb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes-bsp/u-boot/{u-boot-imx-common.inc => u-boot-imx-common_2020.04.inc} (100%) diff --git a/recipes-bsp/u-boot/u-boot-imx-common.inc b/recipes-bsp/u-boot/u-boot-imx-common_2020.04.inc similarity index 100% rename from recipes-bsp/u-boot/u-boot-imx-common.inc rename to recipes-bsp/u-boot/u-boot-imx-common_2020.04.inc diff --git a/recipes-bsp/u-boot/u-boot-imx_2020.04.bb b/recipes-bsp/u-boot/u-boot-imx_2020.04.bb index 058229e2..40772e2b 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2020.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2020.04.bb @@ -3,7 +3,7 @@ # Copyright (C) 2017-2021 NXP require recipes-bsp/u-boot/u-boot.inc -require u-boot-imx-common.inc +require u-boot-imx-common_${PV}.inc PROVIDES += "u-boot" -- 2.40.1