From 07b07f9bfe3a1ecdb6465da68fa5029a06774f87 Mon Sep 17 00:00:00 2001 From: Fred Oh Date: Tue, 16 May 2023 15:11:31 -0700 Subject: [PATCH] west.yml: Update rimage revision to 4ce79b15 Pull in following rimage changes: 4ce79b152e23 (HEAD, manifest-rev) kpb: update kpb uuid for lnl 649b0a6790a9 file_simple: Allocate correct buffer size for writing sections out 1ea1327b9cf1 README.md: remove "install" target 8f250a99eb27 Config: Change indent for SRCINTC acd8a2bc1bc0 Config: Change SRCINTC for tgl-cavs.toml and tgl-h-cavs.toml to LL 77d4a2acd751 cmake: remove "install" target Signed-off-by: Fred Oh --- rimage | 2 +- west.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rimage b/rimage index ab0429fdb..4ce79b152 160000 --- a/rimage +++ b/rimage @@ -1 +1 @@ -Subproject commit ab0429fdbe563ef6abe499c69b2483e96c4762d0 +Subproject commit 4ce79b152e23c7b3937a09ef57cdd69d125a9214 diff --git a/west.yml b/west.yml index 2eb2994bf..6d13bba0c 100644 --- a/west.yml +++ b/west.yml @@ -29,12 +29,14 @@ manifest: # describe` notice and a "-dirty" suffix appears in the SOF version. # It is generally very bad practice to git push without looking # at "git status"; even without submodules. + # rimage and tomlc99 to Zephyr's west manifest discussion: + # https://github.com/zephyrproject-rtos/zephyr/issues/58212 projects: - name: rimage repo-path: rimage path: sof/rimage - revision: ab0429fdbe563ef6abe499c69b2483e96c4762d0 + revision: 4ce79b152e23c7b3937a09ef57cdd69d125a9214 - name: tomlc99 repo-path: tomlc99