]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Set build dir only for u-boot recipe
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 25 Mar 2020 19:43:27 +0000 (16:43 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 27 Mar 2020 13:05:47 +0000 (10:05 -0300)
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 <fabio.berton@ossystems.com.br>
recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc
recipes-bsp/u-boot/u-boot-fslc_2020.01.bb

index aa5c5d73f87517fc851b2dd4f4daa85a81acd31f..6e5e59863445b5be37b8eab3962cb3b4435ce885 100644 (file)
@@ -16,4 +16,3 @@ SRCBRANCH = "2020.01+fslc"
 PV = "v2020.01+git${SRCPV}"
 
 S = "${WORKDIR}/git"
-B = "${WORKDIR}/build"
index 9fc752a1f25b3b624d2981db609211d5137c4ee8..64588efcf5a8c879220c755a67437de755ef4789 100644 (file)
@@ -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.