u-boot-dey: define build path for external build

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-01-03 11:12:56 +01:00
parent 763ddf471b
commit e5bbc04341
1 changed files with 1 additions and 0 deletions

View File

@ -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"