summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/classes/xilinx-microblaze.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* xilinx-microblaze.bbclass: Fail if meta-microblaze is not includedMark Hatle2022-01-231-0/+11
When the user uses a microblaze tune, we need to check if meta-microblaze is part of their build. If not stop, and tell them they need to add it. meta-microblaze is not a layers dependency as it is not needed for most builds. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>