diff options
Diffstat (limited to 'meta-xilinx-core/classes/xilinx-deprecated.bbclass')
-rw-r--r-- | meta-xilinx-core/classes/xilinx-deprecated.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/classes/xilinx-deprecated.bbclass b/meta-xilinx-core/classes/xilinx-deprecated.bbclass index 2e372a9b..1aee2fe1 100644 --- a/meta-xilinx-core/classes/xilinx-deprecated.bbclass +++ b/meta-xilinx-core/classes/xilinx-deprecated.bbclass | |||
@@ -7,7 +7,7 @@ xilinx_deprecated_config_eventhandler[eventmask] = "bb.event.ConfigParsed" | |||
7 | python xilinx_deprecated_config_eventhandler () { | 7 | python xilinx_deprecated_config_eventhandler () { |
8 | # Check for BOARD & BOARD_VARIANT usage | 8 | # Check for BOARD & BOARD_VARIANT usage |
9 | if d.getVar('BOARD') or d.getVar('BOARD_VARIANT'): | 9 | if d.getVar('BOARD') or d.getVar('BOARD_VARIANT'): |
10 | bb.warn("Deprecated BOARD (%s) or BOARD_VARIANT (%s) is being used, they are no longer supported and are ignored." % (d.getVar('BOARD'), d.getVar('BOARD_VARIANT'))) | 10 | bb.error("Deprecated BOARD (%s) or BOARD_VARIANT (%s) is being used, they are no longer supported and are ignored." % (d.getVar('BOARD'), d.getVar('BOARD_VARIANT'))) |
11 | 11 | ||
12 | msg_list = d.getVarFlags('XILINX_DEPRECATED') or [] | 12 | msg_list = d.getVarFlags('XILINX_DEPRECATED') or [] |
13 | for msg_source in msg_list: | 13 | for msg_source in msg_list: |