<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-xilinx.git/meta-xilinx-pynq/recipes-devtool/python, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-xilinx.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-xilinx.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/'/>
<updated>2022-11-10T23:04:42+00:00</updated>
<entry>
<title>meta-xilinx: Deprecate meta-xilinx-pynq layer</title>
<updated>2022-11-10T23:04:42+00:00</updated>
<author>
<name>Sandeep Gundlupet Raju</name>
<email>sandeep.gundlupet-raju@amd.com</email>
</author>
<published>2022-10-25T19:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=8101d2c1b8961a1a3c999c4260431191119f8bfb'/>
<id>urn:sha1:8101d2c1b8961a1a3c999c4260431191119f8bfb</id>
<content type='text'>
meta-xilinx-pynq is no longer supported from Yocto, hence deprecating
meta-xilinx-pynq layer.

Signed-off-by: Sandeep Gundlupet Raju &lt;sandeep.gundlupet-raju@amd.com&gt;
Signed-off-by: Mark Hatle &lt;mark.hatle@amd.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-09-29T05:12:06+00:00</updated>
<author>
<name>Sai Hari Chandana Kalluri</name>
<email>chandana.kalluri@xilinx.com</email>
</author>
<published>2021-09-29T05:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=6921a88182ce51763fcf61273972df99dc2faee5'/>
<id>urn:sha1:6921a88182ce51763fcf61273972df99dc2faee5</id>
<content type='text'>
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 &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>pynq: Package pl_server_init as part of pynq-overlay</title>
<updated>2021-07-14T22:00:08+00:00</updated>
<author>
<name>Christian Kohn</name>
<email>christian.kohn@xilinx.com</email>
</author>
<published>2021-05-15T21:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=5a34028efb948bc05899b15c88951203221e61ab'/>
<id>urn:sha1:5a34028efb948bc05899b15c88951203221e61ab</id>
<content type='text'>
Package the pl_server_init script as part of the pynq-overlay recipe instead
of the python3-pynq recipe.
</content>
</entry>
<entry>
<title>python3-pynq.bb: Update PYNQ to 2.5.1</title>
<updated>2020-05-18T17:02:37+00:00</updated>
<author>
<name>Peter Ogden</name>
<email>peter.ogden@xilinx.com</email>
</author>
<published>2020-04-01T11:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=4dc410c1d2bb6ed77b94bb15b3536c7d6c4db362'/>
<id>urn:sha1:4dc410c1d2bb6ed77b94bb15b3536c7d6c4db362</id>
<content type='text'>
 * 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 &lt;ogden@xilinx.com&gt;
Signed-off-by: Sai Hari Chandana Kalluri &lt;chandana.kalluri@xilinx.com&gt;
</content>
</entry>
<entry>
<title>meta-xilinx-pynq: Add layer to support PYNQ</title>
<updated>2019-12-09T19:03:47+00:00</updated>
<author>
<name>Manjukumar Matha</name>
<email>manjukumar.harthikote-matha@xilinx.com</email>
</author>
<published>2019-09-09T19:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-xilinx.git/commit/?id=c7ec582fbf118b29f21141b1ca41ea902fc8d256'/>
<id>urn:sha1:c7ec582fbf118b29f21141b1ca41ea902fc8d256</id>
<content type='text'>
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 &lt;chandana.kalluri@xilinx.com&gt;
Signed-off-by: Peter Ogden &lt;ogden@xilinx.com&gt;
Signed-off-by: Manjukumar Matha &lt;manjukumar.harthikote-matha@xilinx.com&gt;
</content>
</entry>
</feed>
