From 95330a5d605715179cc7e4047cbeaf66b097fc87 Mon Sep 17 00:00:00 2001 From: Wenli Looi Date: Sat, 1 Jul 2023 17:37:17 +0000 Subject: build: add ALT5 vendor/model/variant This allows adding another device variant. Signed-off-by: Wenli Looi --- scripts/json_add_image_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/json_add_image_info.py') diff --git a/scripts/json_add_image_info.py b/scripts/json_add_image_info.py index 0c441b9334..3aeb7ba5fc 100755 --- a/scripts/json_add_image_info.py +++ b/scripts/json_add_image_info.py @@ -21,7 +21,7 @@ if not file_path.is_file(): def get_titles(): titles = [] - for prefix in ["", "ALT0_", "ALT1_", "ALT2_", "ALT3_", "ALT4_"]: + for prefix in ["", "ALT0_", "ALT1_", "ALT2_", "ALT3_", "ALT4_", "ALT5_"]: title = {} for var in ["vendor", "model", "variant"]: if getenv("DEVICE_{}{}".format(prefix, var.upper())): -- cgit v1.2.3