manifest: sof: update to commit e7cb489d4
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 <daniel.leung@intel.com>
This commit is contained in:
parent
3be5732a68
commit
4201978f34
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ from zephyr_ext_common import ZEPHYR_BASE
|
|||
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')
|
||||
|
||||
|
||||
|
|
|
@ -502,7 +502,7 @@ class RimageSigner(Signer):
|
|||
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 []
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ manifest:
|
|||
groups:
|
||||
- optional
|
||||
- name: sof
|
||||
revision: c0f20b69daa44e3563f970b366e49ccfcfa1b71c
|
||||
revision: e7cb489d430dc2181e4a5f7f953ed1eaeec6668d
|
||||
path: modules/audio/sof
|
||||
remote: upstream
|
||||
groups:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue