From bf6da5278138538e4a28fd2ecf843afe094cbbe2 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 10 Dec 2021 09:02:21 -0800 Subject: esw.bbclass: Workaround for experimental esw build For some reason build no longer works in a separate directory. It fails with a message indicating the system was unable to load 'the cache'. Until this is resolved, set B = S. Signed-off-by: Mark Hatle --- meta-xilinx-standalone-experimental/classes/esw.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-xilinx-standalone-experimental/classes/esw.bbclass b/meta-xilinx-standalone-experimental/classes/esw.bbclass index 9169bbe9..5de88bc8 100644 --- a/meta-xilinx-standalone-experimental/classes/esw.bbclass +++ b/meta-xilinx-standalone-experimental/classes/esw.bbclass @@ -6,7 +6,9 @@ require conf/dtb-embeddedsw.inc SRCREV_FORMAT = "src_decouple" S = "${WORKDIR}/git" -B = "${WORKDIR}/build" +#B = "${WORKDIR}/build" +B = "${S}" + OECMAKE_SOURCEPATH = "${S}/${ESW_COMPONENT_SRC}" LICFILENAME = "license.txt" -- cgit v1.2.3-54-g00ecf