From: Daisuke Yamane Date: Thu, 23 Jan 2020 10:33:33 +0000 (+0000) Subject: u-boot: Move B from u-boot.inc to u-boot-common.inc X-Git-Tag: uninative-2.8~420 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=26023b6b0f897842fd98b3e10a8acd5b3ad8f418;p=openembedded-core.git u-boot: Move B from u-boot.inc to u-boot-common.inc Use the same value of B between u-boot and u-boot-tools. This patch also enable the out-of-tree builds of u-boot-tools actually. Signed-off-by: Daisuke Yamane Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index ce07055f87..edd0004792 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -18,3 +18,5 @@ SRC_URI = "git://git.denx.de/u-boot.git \ " S = "${WORKDIR}/git" +B = "${WORKDIR}/build" +do_configure[cleandirs] = "${B}" diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 55d8b47870..ec777628c5 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -1,8 +1,6 @@ SUMMARY = "Universal Boot Loader for embedded devices" PROVIDES = "virtual/bootloader" -B = "${WORKDIR}/build" - PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS += "kern-tools-native"