summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-libraries
Commit message (Collapse)AuthorAgeFilesLines
...
* recipes-drivers: Remove xilmem dependencyAppana Durga Kedareswara rao2021-09-273-8/+2
| | | | | | xilmem is deprecated Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* recipes-libraries: Fix dependency libraryAppana Durga Kedareswara rao2021-09-272-3/+3
| | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* libxil: fix multiconfigMark Hatle2021-09-271-1/+3
| | | | | | | In a multiconfig setting, we need a specific libxil per multiconfig. Allow the patch to the libxil.conf to be explicitly passed in. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: Adjust to match recent changesMark Hatle2021-09-2710-31/+79
| | | | | | | | | Changes to meta-xilinx-standalone, as well as the embeddedsw require various changes to be made. This brings the implementation up to the current level. Note: various things do not yet compile! Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Reorganize the various layer componentsMark Hatle2021-07-1417-0/+164
Machines: Move baremetal machines to meta-xilinx-standalone Layers: - Add new meta-xilinx-standalone-experimental This layer may require components that may not yet be available to the general public. It will contain various experiemntal integration work. - meta-xilinx-standalone This layer should be functional and contain the necessary items to build a baremetal toolchain that can use libxil (replacement to libgloss) from the Xilinx embeddedsw components. (Note, libxil is NOT built as part of this work!) The layer also contains the buildable components for the various firmware components required to startup various Xilinx FPGAs. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>