Skip to content

Commit

Permalink
Fixed ERT firmware packaging issue (#8190)
Browse files Browse the repository at this point in the history
When proving the user's own sched*.bin binaries, the ERTFW_FILES variable contains the required ERT firmware files but it is only used in one target firmware location in the target install directory structure. This fix ensure it is also added to the directory expected by the xrt base packages.

Signed-off-by: Frank Quinn <[email protected]>
  • Loading branch information
fquinner authored Dec 4, 2024
1 parent 1986886 commit 1d2509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/ert/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ file(GLOB ERTFW_FILES
message("-- ERT firmare files copied from ${ERTFW_FILES}")

install(FILES
${XRTFW_FILES}
${ERTFW_FILES}
DESTINATION ${ERT_INSTALL_PREFIX}
)

Expand Down

0 comments on commit 1d2509d

Please sign in to comment.