# # Copyright (c) 2024 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # # Default names for the script inside the patch PATCH_SCRIPTS = { "PRE_INSTALL": "pre-install.sh", "POST_INSTALL": "post-install.sh", "DEPLOY_PRECHECK": "deploy-precheck", "UPGRADE_UTILS": "upgrade_utils.py", }