diff options
| -rw-r--r-- | recipes-core/meta/external-xilinx-toolchain.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/meta/external-xilinx-toolchain.bb b/recipes-core/meta/external-xilinx-toolchain.bb index cc49a476..392d94cf 100644 --- a/recipes-core/meta/external-xilinx-toolchain.bb +++ b/recipes-core/meta/external-xilinx-toolchain.bb | |||
| @@ -146,3 +146,10 @@ FILES_linux-libc-headers = " \ | |||
| 146 | " | 146 | " |
| 147 | FILES_gdbserver = "${bindir}/gdbserver" | 147 | FILES_gdbserver = "${bindir}/gdbserver" |
| 148 | FILES_gdbserver-dbg = "${bindir}/.debug/gdbserver" | 148 | FILES_gdbserver-dbg = "${bindir}/.debug/gdbserver" |
| 149 | |||
| 150 | CSL_VER_MAIN ??= "" | ||
| 151 | |||
| 152 | python () { | ||
| 153 | if not d.getVar("CSL_VER_MAIN"): | ||
| 154 | raise bb.parse.SkipPackage("External toolchain not configured (CSL_VER_MAIN not set).") | ||
| 155 | } | ||
