From f9a643f6486facfe451c665c13b58eed917d120c Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Mon, 16 Mar 2020 11:31:35 +0100 Subject: [PATCH] UBOOT: set provides/provides to 'u-boot' This is required as some recipes might depend on the 'u-boot' recipe, and if this is not present it would pull in the upstream recipe in oe-core instead. Change-Id: I0d5b19358aa7bc328b546f5fd2fec5d69a2456c4 Suggested-by: Mirza Krak https: //github.com/STMicroelectronics/meta-st-stm32mp/pull/11/ --- recipes-bsp/u-boot/u-boot-stm32mp.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-stm32mp.inc b/recipes-bsp/u-boot/u-boot-stm32mp.inc index 23193df..b1029e7 100644 --- a/recipes-bsp/u-boot/u-boot-stm32mp.inc +++ b/recipes-bsp/u-boot/u-boot-stm32mp.inc @@ -2,6 +2,9 @@ require recipes-bsp/u-boot/u-boot.inc FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-stm32mp:" +PROVIDES += "u-boot" +RPROVIDES_${PN} += "u-boot" + # Configure build dir for externalsrc class usage through devtool EXTERNALSRC_BUILD_pn-${PN} = "${WORKDIR}/build"