-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable install of aiebu and aie-rt (#8655)
* Disable install of aiebu and aie-rt Improper install targets polutes the XRT packages with xaiengine header and static libraries. This PR disables the install target for both aiebe and aie-rt. Add CMake function in src/CMake/utilities.cmake to disable the install target of added subdirectory. The function works around a missing feature in CMake. ``` ``` Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> * Revert disable of aiebu release XRT is expected to release artifacts created by aiebu so reverting change. The aiebu submodule will be updated once it has gone through cleanup to remove release of artifacts that are not needed, plus review of what exactly is needed and why. Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> * Update aiebu submodule Pull in Xilinx/aiebu#34 to disable release of aie-rt headers and more. Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> * Update aiebu submodule Pull in Xilinx/aiebu#35 Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> * Update aie-rt submodule to be in sync with aiebu/lib/aie-rt This PR updates the aie-rt submodule at src/runtime_src/aie-rt to be in synch with what aiebu submodule expects. The aiebu submodule is updated in earlier commits of this PR. This is a mess. Why two copies of aie-rt? But nevermind, on windows aiebu is using src/runtime_src/aie-rt and this version of aie-rt needs to match what aiebu is expecting. Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> * Remove the use of [binary_dir] from add_subdirectory of aie-rt The binary_dir destination is not needed and not commonly used, it also interferes with the override to remove install artifacts, which was added in earlier commits in this PR. Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> --------- Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aie-rt
updated
6 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aiebu
updated
35 files