summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorPeter Bergin <peter@berginkonsult.se>2021-07-04 16:02:06 +0200
committerPeter Bergin <peter@berginkonsult.se>2021-07-05 08:08:23 +0200
commitbb75e295ace4f6b6c92136c5cdda5197064f11f8 (patch)
tree59b2af3f065f920721c32fcc3f6b4115c30144d1 /recipes-bsp/u-boot
parentb656c6499a452bd3040bed71f9188a7f09f464ad (diff)
downloadmeta-freescale-bb75e295ace4f6b6c92136c5cdda5197064f11f8.tar.gz
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 <peter@berginkonsult.se>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common_2020.04.inc (renamed from recipes-bsp/u-boot/u-boot-imx-common.inc)0
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2020.04.bb2
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common.inc b/recipes-bsp/u-boot/u-boot-imx-common_2020.04.inc
index f1edc92c..f1edc92c 100644
--- a/recipes-bsp/u-boot/u-boot-imx-common.inc
+++ b/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 @@
3# Copyright (C) 2017-2021 NXP 3# Copyright (C) 2017-2021 NXP
4 4
5require recipes-bsp/u-boot/u-boot.inc 5require recipes-bsp/u-boot/u-boot.inc
6require u-boot-imx-common.inc 6require u-boot-imx-common_${PV}.inc
7 7
8PROVIDES += "u-boot" 8PROVIDES += "u-boot"
9 9