diff options
| author | Mark Hatle <mhatle@xilinx.com> | 2022-06-08 15:18:53 -0700 |
|---|---|---|
| committer | Mark Hatle <mhatle@xilinx.com> | 2022-06-13 14:17:01 -0700 |
| commit | 5f497071468b080d7b20bdd27a49b221aa7c8e2a (patch) | |
| tree | 088ea514c83f1b863f539f043c68bfd0c35c615a /meta-xilinx-standalone-experimental | |
| parent | c888c38ffe3b86be2ffee3d9aba024f996602413 (diff) | |
| download | meta-xilinx-5f497071468b080d7b20bdd27a49b221aa7c8e2a.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>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
| -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 | ||
