diff options
| author | Mark Hatle <mhatle@xilinx.com> | 2022-06-08 15:18:53 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-07-23 15:59:49 -0500 |
| commit | bbd2525745e586eb56ff622af513b1949d8f3440 (patch) | |
| tree | 96941ec0357b6a1937cf0db11f9a627411d0a7fe | |
| parent | d7e20f422323ee006f7d6264442d272381e8ded3 (diff) | |
| download | meta-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.bbclass | 4 |
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 | |||
| 6 | SRCREV_FORMAT = "src_decouple" | 6 | SRCREV_FORMAT = "src_decouple" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
| 9 | #B = "${WORKDIR}/build" | 9 | B = "${WORKDIR}/build" |
| 10 | B = "${S}" | ||
| 11 | |||
| 12 | OECMAKE_SOURCEPATH = "${S}/${ESW_COMPONENT_SRC}" | 10 | OECMAKE_SOURCEPATH = "${S}/${ESW_COMPONENT_SRC}" |
| 13 | LICFILENAME = "license.txt" | 11 | LICFILENAME = "license.txt" |
| 14 | 12 | ||
