diff options
-rw-r--r-- | meta-xilinx-standalone-sdt/classes-global/sanity-meta-xilinx-standalone-sdt.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-sdt/classes-global/sanity-meta-xilinx-standalone-sdt.bbclass b/meta-xilinx-standalone-sdt/classes-global/sanity-meta-xilinx-standalone-sdt.bbclass index dcafe02b..2fa861a2 100644 --- a/meta-xilinx-standalone-sdt/classes-global/sanity-meta-xilinx-standalone-sdt.bbclass +++ b/meta-xilinx-standalone-sdt/classes-global/sanity-meta-xilinx-standalone-sdt.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | addhandler security_bbappend_distrocheck | 1 | addhandler security_bbappend_distrocheck |
2 | security_bbappend_distrocheck[eventmask] = "bb.event.SanityCheck" | 2 | security_bbappend_distrocheck[eventmask] = "bb.event.SanityCheck" |
3 | python security_bbappend_distrocheck() { | 3 | python security_bbappend_distrocheck() { |
4 | skip_check = e.data.getVar('SKIP_META_XILINX_TOOLS_SANITY_CHECK') == "1" | 4 | skip_check = e.data.getVar('SKIP_META_XILINX_STANDALONE_SDT_SANITY_CHECK') == "1" |
5 | if e.data.getVar('XILINX_WITH_ESW') != 'sdt' and not skip_check: | 5 | if e.data.getVar('XILINX_WITH_ESW') != 'sdt' and not skip_check: |
6 | bb.warn("You have included the meta-xilinx-standalone-sdt layer, but \ | 6 | bb.warn("You have included the meta-xilinx-standalone-sdt layer, but \ |
7 | it has not been enabled using XILINX_WITH_ESW in your configuration. Some \ | 7 | it has not been enabled using XILINX_WITH_ESW in your configuration. Some \ |