diff options
| author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-10-25 17:50:25 +0300 |
|---|---|---|
| committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-10-25 17:50:25 +0300 |
| commit | 1f4b3e31da8934be992fd54d70b873bc2dfd9ca9 (patch) | |
| tree | c9613b4779bd435bf047ee280b4777f053917410 | |
| parent | 66ba7b16f3163b4591fec694851c0e17390fcb45 (diff) | |
| download | meta-freescale-1f4b3e31da8934be992fd54d70b873bc2dfd9ca9.tar.gz | |
u-boot-imx: Use local common.inc
Sync using local common.inc with upstream.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2023.04.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 3 | # Copyright (C) 2017-2023 NXP | 3 | # Copyright (C) 2017-2023 NXP |
| 4 | 4 | ||
| 5 | require recipes-bsp/u-boot/u-boot.inc | 5 | require recipes-bsp/u-boot/u-boot.inc |
| 6 | require recipes-bsp/u-boot/u-boot-imx-common_${PV}.inc | 6 | require u-boot-imx-common_${PV}.inc |
| 7 | 7 | ||
| 8 | PROVIDES += "u-boot u-boot-mfgtool" | 8 | PROVIDES += "u-boot u-boot-mfgtool" |
| 9 | 9 | ||
