From 4e5c7e0d4959b027698e15565df7d3286e6860fa Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 25 Mar 2020 16:43:27 -0300 Subject: 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 --- recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc | 1 - recipes-bsp/u-boot/u-boot-fslc_2020.01.bb | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf