From: Fabio Berton Date: Wed, 25 Mar 2020 19:43:27 +0000 (-0300) Subject: u-boot-fslc: Set build dir only for u-boot recipe X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4e5c7e0d4959b027698e15565df7d3286e6860fa;p=meta-freescale.git u-boot-fslc: Set build dir only for u-boot recipe If build dir is set in u-boot-fslc-common_2020.01.inc file, u-boot-fslc-fw-utils can't find defconfig files. Signed-off-by: Fabio Berton --- diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc index aa5c5d73..6e5e5986 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc @@ -16,4 +16,3 @@ SRCBRANCH = "2020.01+fslc" PV = "v2020.01+git${SRCPV}" S = "${WORKDIR}/git" -B = "${WORKDIR}/build" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb index 9fc752a1..64588efc 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb @@ -10,6 +10,8 @@ DEPENDS_append = " bc-native dtc-native lzop-native" PROVIDES += "u-boot" +B = "${WORKDIR}/build" + # FIXME: Allow linking of 'tools' binaries with native libraries # used for generating the boot logo and other tools used # during the build process.