Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial restructure/split of meta-xilinx-bsp | Mark Hatle | 2022-01-14 | 1 | -37/+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> | ||||
* | qemu-devicetrees: Update makefile to use python3 instead of python | Sai Hari Chandana Kalluri | 2021-07-14 | 1 | -7/+14 |
| | | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | ||||
* | qemu-devicetrees: Use python3 instead of python | Sai Hari Chandana Kalluri | 2020-08-11 | 1 | -0/+30 |
Makefile contains references to python2 instead of python3. As a result qemu-devicetrees compilation fails during buildtime. Fix by patching the makefile to use python3. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> |