Skip to content
Snippets Groups Projects
Verified Commit 87b7ed66 authored by Davide Gardenal's avatar Davide Gardenal
Browse files

upgrade_oniro: add zephyr target


Signed-off-by: Davide Gardenal's avatarDavide Gardenal <davide.gardenal@huawei.com>
parent 012638fe
No related branches found
No related tags found
No related merge requests found
......@@ -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.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment