summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-pynq/recipes-devtool/python/python-pynq.inc
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx: Deprecate meta-xilinx-pynq layerSandeep Gundlupet Raju2022-11-101-44/+0
| | | | | | | | meta-xilinx-pynq is no longer supported from Yocto, hence deprecating meta-xilinx-pynq layer. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.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>
* pynq: Package pl_server_init as part of pynq-overlayChristian Kohn2021-07-141-11/+2
| | | | | Package the pl_server_init script as part of the pynq-overlay recipe instead of the python3-pynq recipe.
* python3-pynq.bb: Update PYNQ to 2.5.1Peter Ogden2020-05-181-11/+11
| | | | | | | | | | | | * Pull PYNQ from PyPI instead of from GitHub * Minor patches to PYNQ to maintain 3.5 and Yocto Compatibility * Add ZCU104 to defined boards in the xilinx-pynq bbclass * Refactor common logic for installing notebooks into xilinx-pynq bbclass * Verify that the PYNQ base overlay for the ZCU104 works * Set up correct python3 Yocto variables using python3-dir class Signed-off-by: Peter Ogden <ogden@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* meta-xilinx-pynq: Add layer to support PYNQManjukumar Matha2019-12-091-0/+53
This layer collects Yocto recipes required to build and run PYNQ based examples using jupyter-notebooks on Zynq and ZU+ SoC's. PYNQ is an open-source project from Xilinx that makes it easy to design embedded systems with Zynq All Programmable Systems on Chips (APSoCs). Using the Python language and libraries, designers can exploit the benefits of programmable logic and microprocessors in Zynq to build more capable and exciting embedded systems. See https://github.com/Xilinx/PYNQ for more details and examples Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Peter Ogden <ogden@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>