summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/README.building.md
Commit message (Collapse)AuthorAgeFilesLines
* Initial restructure/split of meta-xilinx-bspMark Hatle2022-01-141-100/+0
| | | | | | | | | | 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>
* README.building: Update building instructions for multiconfig buildsAlejandro Enedino Hernandez Samaniego2019-08-161-18/+25
| | | | | | | Update building instructions for multiconfig builds Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* README.building.md: Update regarding pmu-firmware patch for SPL flowManjukumar Matha2019-01-291-0/+22
| | | | | | Update README to include the required pmu-firmware patch for SPL flow Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* README: Add information related to multiconfigManjukumar Matha2019-01-011-0/+35
| | | | | | Add information related to multiconfig Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* README.building.md: Update the README for building the layerManjukumar Matha2018-06-251-2/+6
| | | | | | Update the README for building the layer Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* meta-xilinx: Restructuring meta-xilinx to support multiple layersManjukumar Matha2017-12-131-0/+32
As discussed previously on mailing list, we are proceeding with layer restructuring. For rocko release we will have the following layers meta-xilinx ->meta-xilinx-bsp (current meta-xilinx) ->meta-xilinx-contrib In the subsequent releases we will add other layers from Xilinx meta-xilinx ->meta-xilinx-bsp (current meta-xilinx) ->meta-petalinux ->meta-xilinx-tools ->meta-xilinx-contrib This will provide one clone to get all the required meta layers from Xilinx for a complete solution, and the users can blacklist any layer which they don't want to use using bblayer.conf. This will enables us to help our vendors/partners to add their reference designs, board definitions etc. Recipe changes : * Move reference design zybo-linux-bd.bb to meta-xilinx-contrib * Move kernel patches realted to zybo-linux-bd-zynq7 board to meta-xilinx-contrib * Update README Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>