summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* Initial restructure/split of meta-xilinx-bspMark Hatle2022-01-142-31/+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>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-09-281-3/+3
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* opencv_3.4.3: Remove support for opencv 3.4Sai Hari Chandana Kalluri2020-11-0310-495/+0
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* opencv_3.4.3.bb: Removing tiny-dnn from SRC_URIJaewon Lee2020-04-031-6/+0
| | | | | | | | Removing tiny-dnn from SRC_URI as it is not picked up by opencv cmake build system. This also fixes a QA warning about using ustable github archive in sources Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* Add older version of OpenCV 3.4.3Jaewon Lee2020-03-1010-0/+501
| | | | | | | | | | OpenCV 3.4.3 is not API compatible with OpenCV 4.1, so making the older 3.4.3 version available as needed. This version comes from meta-openembedded commit: 7b9f86ca792852e69a921b284fffaa1f942df96d Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* libgpg-error: Add microblaze platform specific gpg-error.h fileManjukumar Matha2020-01-062-0/+31
Add support for microblaze by generating the platform specific gpg-error.h file. This was generated based on a patch from Nathan Rossi, using qemu_wrapper_cmdline, more detials on patch can be found here https://github.com/nathanrossi/meta-xilinx/commit/107f4564041c64a68bb3250f4c5f96bd9d257aaf Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>