From e5bbc04341276a3d6572a78eab85b04c56137c85 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 3 Jan 2023 11:12:56 +0100 Subject: [PATCH] u-boot-dey: define build path for external build Signed-off-by: Javier Viguera --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc index 021ed7796..ff2876d42 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc @@ -13,6 +13,7 @@ DEPENDS += "${@oe.utils.conditional('TRUSTFENCE_SIGN', '1', 'trustfence-sign-too PROVIDES += "u-boot" S = "${WORKDIR}/git" +B = "${WORKDIR}/build" # Select internal or Github U-Boot repo UBOOT_URI_STASH = "${DIGI_MTK_GIT}/uboot/u-boot-denx.git;protocol=ssh"