Skip to content

Commit

Permalink
manifest: sof: update to commit e7cb489d4
Browse files Browse the repository at this point in the history
This updates SOF modules to commit
e7cb489d430dc2181e4a5f7f953ed1eaeec6668d. This includes
a change where rimage is pulled into the tree and is no
longer a submodule. So update the rimage config path so
signing still works.

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung authored and nashif committed Oct 26, 2023
1 parent 3be5732 commit 4201978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/west_commands/runners/intel_adsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
DEFAULT_CAVSTOOL='soc/xtensa/intel_adsp/tools/cavstool_client.py'
DEFAULT_SOF_MOD_DIR=os.path.join(ZEPHYR_BASE, '../modules/audio/sof')
DEFAULT_RIMAGE_TOOL=shutil.which('rimage')
DEFAULT_CONFIG_DIR=os.path.join(DEFAULT_SOF_MOD_DIR, 'rimage/config')
DEFAULT_CONFIG_DIR=os.path.join(DEFAULT_SOF_MOD_DIR, 'tools/rimage/config')
DEFAULT_KEY_DIR=os.path.join(DEFAULT_SOF_MOD_DIR, 'keys')


Expand Down
2 changes: 1 addition & 1 deletion scripts/west_commands/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def sign(self, command, build_dir, build_conf, formats):
elif cache.get('RIMAGE_CONFIG_PATH'):
conf_dir = pathlib.Path(cache['RIMAGE_CONFIG_PATH'])
else:
conf_dir = sof_src_dir / 'rimage' / 'config'
conf_dir = sof_src_dir / 'tools' / 'rimage' / 'config'

conf_path_cmd = ['-c', str(conf_dir / cmake_toml)] if conf_dir else []

Expand Down
2 changes: 1 addition & 1 deletion submanifests/optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ manifest:
groups:
- optional
- name: sof
revision: c0f20b69daa44e3563f970b366e49ccfcfa1b71c
revision: e7cb489d430dc2181e4a5f7f953ed1eaeec6668d
path: modules/audio/sof
remote: upstream
groups:
Expand Down

0 comments on commit 4201978

Please sign in to comment.