west_commands: sign: add imx95 to target list

Add imx95 to target list to allow signing images for
imx95.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
Laurentiu Mihalcea 2024-09-30 13:02:14 +03:00 committed by Maureen Helm
parent 01754956de
commit 155f3f3ba6
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ class RimageSigner(Signer):
kernel_name = build_conf.get('CONFIG_KERNEL_BIN_NAME', 'zephyr')
# TODO: make this a new sign.py --bootloader option.
if target in ('imx8', 'imx8m', 'imx8ulp'):
if target in ('imx8', 'imx8m', 'imx8ulp', 'imx95'):
bootloader = None
kernel = str(b / 'zephyr' / f'{kernel_name}.elf')
out_bin = str(b / 'zephyr' / f'{kernel_name}.ri')