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> | ||||
* | meta-xilinx-standalone-sdt: Added recipes for aienginev2 & aiefal | Jaydip Patel | 2024-06-25 | 1 | -0/+39 |
Added aienginev2 and aiefal recipes to support AIENGINE in baremtal decoupling flow. AIENGINE v2 is not dependent on ESW repo. It fetches aie-rt repo & compile yocto baremtal driver. Updated latest SRCREV of main-aie branch as there is dependency on CMake APIs to build AIENGINE driver. Signed-off-by: Jaydip Patel <jaydip.patel@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> |