summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mhatle@xilinx.com>2022-06-08 15:18:53 -0700
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-07-23 15:59:49 -0500
commitbbd2525745e586eb56ff622af513b1949d8f3440 (patch)
tree96941ec0357b6a1937cf0db11f9a627411d0a7fe
parentd7e20f422323ee006f7d6264442d272381e8ded3 (diff)
downloadmeta-xilinx-bbd2525745e586eb56ff622af513b1949d8f3440.tar.gz
Revert "esw.bbclass: Workaround for experimental esw build"
This reverts commit bf6da5278138538e4a28fd2ecf843afe094cbbe2. (cherry picked from commit f86c64668a4e45b98130410467dafd9c1f7a7fb5) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
-rw-r--r--meta-xilinx-standalone-experimental/classes/esw.bbclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-xilinx-standalone-experimental/classes/esw.bbclass b/meta-xilinx-standalone-experimental/classes/esw.bbclass
index efecb1f9..78cb289c 100644
--- a/meta-xilinx-standalone-experimental/classes/esw.bbclass
+++ b/meta-xilinx-standalone-experimental/classes/esw.bbclass
@@ -6,9 +6,7 @@ require conf/dtb-embeddedsw.inc
6SRCREV_FORMAT = "src_decouple" 6SRCREV_FORMAT = "src_decouple"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9#B = "${WORKDIR}/build" 9B = "${WORKDIR}/build"
10B = "${S}"
11
12OECMAKE_SOURCEPATH = "${S}/${ESW_COMPONENT_SRC}" 10OECMAKE_SOURCEPATH = "${S}/${ESW_COMPONENT_SRC}"
13LICFILENAME = "license.txt" 11LICFILENAME = "license.txt"
14 12