From: Peter Bergin Date: Sun, 4 Jul 2021 14:02:06 +0000 (+0200) Subject: u-boot-imx: align naming of u-boot-imx-common with u-boot-fslc X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bb75e295ace4f6b6c92136c5cdda5197064f11f8;p=meta-freescale.git 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 --- 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"