diff options
| author | Peter Ogden <peter.ogden@xilinx.com> | 2020-04-01 04:54:16 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-05-18 10:02:37 -0700 |
| commit | 4dc410c1d2bb6ed77b94bb15b3536c7d6c4db362 (patch) | |
| tree | 7723f17e638fc28c98df249e17bb03b498710c6c /meta-xilinx-pynq/recipes-devtool/python/python3-pynq_2.5.1.bb | |
| parent | 1d5b70a2dbf329630c12f9c6170e4897b4689253 (diff) | |
| download | meta-xilinx-4dc410c1d2bb6ed77b94bb15b3536c7d6c4db362.tar.gz | |
python3-pynq.bb: Update PYNQ to 2.5.1
* 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>
Diffstat (limited to 'meta-xilinx-pynq/recipes-devtool/python/python3-pynq_2.5.1.bb')
| -rw-r--r-- | meta-xilinx-pynq/recipes-devtool/python/python3-pynq_2.5.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-pynq/recipes-devtool/python/python3-pynq_2.5.1.bb b/meta-xilinx-pynq/recipes-devtool/python/python3-pynq_2.5.1.bb new file mode 100644 index 00000000..5a904c8f --- /dev/null +++ b/meta-xilinx-pynq/recipes-devtool/python/python3-pynq_2.5.1.bb | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | inherit pypi setuptools3 | ||
| 2 | require python-pynq.inc | ||
| 3 | |||
