diff --git a/scripts/upgrade_oniro/upgrade_oniro.py b/scripts/upgrade_oniro/upgrade_oniro.py index b468cf0759f82ced916eccd70048a478ed3e0172..9b9d7fc9969494ce5c101632a756157f9f4e2bcf 100644 --- a/scripts/upgrade_oniro/upgrade_oniro.py +++ b/scripts/upgrade_oniro/upgrade_oniro.py @@ -91,7 +91,7 @@ def init_script_options(): help="The flavor for the Oniro build. (linux by default)") # TODO the option gathering can be automated by looking at oniro/meta-oniro-core/recipes-core/images upgrade_parser.add_argument("-i", "--image", type=str, default="oniro-image-base", - choices=["oniro-image-base", "oniro-image-base-tests", "oniro-image-extra", "oniro-image-extra-tests"], + choices=["oniro-image-base", "oniro-image-base-tests", "oniro-image-extra", "oniro-image-extra-tests", "zephyr-philosophers"], help = "The image that will be built to check if the upgrade is successful (oniro-image-base by default)") upgrade_parser.add_argument("-c", "--conf-directory", type=pathlib.Path, help="Path to the config directory you want to use. If omitted the default configs will be use.")