summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-pynq/recipes-support/pynq-ultra96-bnn/pynq-ultra96-bnn_1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx: Deprecate meta-xilinx-pynq layerSandeep Gundlupet Raju2022-11-101-58/+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>
* Move away from PACKAGE_ARCH = "BOARD_ARCH" or "BOARDVARIANT_ARCH"Mark Hatle2022-01-141-1/+1
| | | | | | | PACKAGE_ARCH should not be MACHINE_ARCH, unless a specific override is being used for compatibility. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-11-021-2/+2
| | | | | | | | | | 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>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-09-281-1/+1
| | | | | | | | | | 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>
* ultra96: Using BOARD level hiearchy for ultra96 overridesJaewon Lee2020-12-221-1/+2
| | | | | | | | Using BOARD level hierarchy to rewire ultra96 specific overrides. Each package using BOARD override has to also redefine PACKAGE_ARCH using BOARD_ARCH Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
* pynq-ultra96-*: Add Ultra96 specific pynq example demo:Sai Hari Chandana Kalluri2019-12-091-0/+57
Add pynq-ultra96-helloworld and pynq-ultra96-bnn examples to demonstrate pynq framework on Ultra96-zynqmp boards Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>