Skip to content

Commit d85a757

Browse files
committed
temporary: substitute of rimage PR #16 and #17 merge
To delete after merge of listed PRs Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
1 parent bdb5afe commit d85a757

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "rimage"]
22
path = rimage
33
url = https://github.com/thesofproject/rimage.git
4-
branch = master
4+
branch = ext-man-uuid

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ set(CMAKE_ASM_FLAGS -DASSEMBLY)
5858
add_library(sof_public_headers INTERFACE)
5959

6060
target_include_directories(sof_public_headers INTERFACE ${PROJECT_SOURCE_DIR}/src/include)
61+
target_include_directories(sof_public_headers INTERFACE ${PROJECT_SOURCE_DIR}/rimage/src/include)
6162
target_include_directories(sof_public_headers INTERFACE ${PROJECT_SOURCE_DIR}/rimage/src/include/sof)
6263

6364
# interface library that is used only as container for sof binary options

src/include/kernel/ext_manifest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <ipc/info.h>
3131
#include <sof/compiler_attributes.h>
3232
#include <stdint.h>
33-
#include <rimage/src/include/sof/kernel/ext_manifest.h>
33+
#include <sof/kernel/ext_manifest.h>
3434

3535
/* FW version */
3636
struct ext_man_fw_version {

0 commit comments

Comments
 (0)