summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/local.conf.sample
Commit message (Collapse)AuthorAgeFilesLines
* User can now set XILINX_RELEASE_VERSION to either 'v2022.1' or 'v2022.2'Mark Hatle2022-09-121-1/+1
| | | | | | | | | | | This will in-turn select the preferred version for various components to match a given release. It is advise that the user use the latest version whenever possible, but if they are stuck on an older version of Vivado they may need to select the older release. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* various: Move from 2022.1 to 2022.2Mark Hatle2022-02-051-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Sync to honisterMark Hatle2022-01-251-3/+3
| | | | | | Honister fixed a couple of typos, this resolves the same in the 2022 branch. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Initial restructure/split of meta-xilinx-bspMark Hatle2021-12-221-0/+278
Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>