Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | various: Fix variable usage | Mark Hatle | 2024-11-21 | 1 | -1/+1 |
| | | | | | | | | | | Remove most direct references to WORKDIR. S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR ${WORKDIR}/package is also incorrect, adjust to ${PKGD}. Signed-off-by: Mark Hatle <mark.hatle@amd.com> | ||||
* | Initial restructure/split of meta-xilinx-bsp | Mark Hatle | 2022-01-14 | 2 | -0/+31 |
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> |