summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/classes/xilinx-deprecated.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* xilinx-deprecated: Using BOARD and BOARD_VARIANT is now an errorMark Hatle2023-04-101-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* xilinx-deprecated: Remove support for BOARD and BOARD VARIANTMark Hatle2023-04-101-56/+1
| | | | | | | | | | | We still warn the user. This will likely be moved to fatal in the near future, but this would impact some automated test cases so preserve it as a warning for now. Also remove all of the support infrastructure for the BOARD/BOARD_VARIANT values. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Deprecate BOARD and BOARD_VARIANT supportMark Hatle2022-01-141-0/+73
If the BOARD and/or BOARD_VARIANT is set, continue to allow this to work, however warn the user it is deprecated. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>