summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/classes
diff options
context:
space:
mode:
authorMark Hatle <mhatle@xilinx.com>2022-06-08 15:18:53 -0700
committerMark Hatle <mhatle@xilinx.com>2022-06-13 08:30:05 -0700
commitf86c64668a4e45b98130410467dafd9c1f7a7fb5 (patch)
treed0cd9e82e3ef202a11b9948e1fcd090dc08de33f /meta-xilinx-standalone-experimental/classes
parent0a7c3ec8960af8e0246e332d9c08a883d570eb28 (diff)
downloadmeta-xilinx-f86c64668a4e45b98130410467dafd9c1f7a7fb5.tar.gz
Revert "esw.bbclass: Workaround for experimental esw build"
This reverts commit bf6da5278138538e4a28fd2ecf843afe094cbbe2.
Diffstat (limited to 'meta-xilinx-standalone-experimental/classes')
-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