Change patch-builder default output folder

This review modify the default output of the patch to /localdisk/deploy
instead of $MY_BUILD_PKG_DIR, this make the patch more easily acessible
by the default.

Test plan:
    PASS: patch-builder --recipe <path>
    PASS: patch-builder --recipe <path> --name <custom_name>

Story: 2010676
Task: 50707

Change-Id: I132f8c5138729d50dc266e42b8fe6d7fdb84b433
Signed-off-by: Dostoievski Batista <dostoievski.albinobatista@windriver.com>
This commit is contained in:
Dostoievski Batista 2024-07-31 09:56:48 -03:00
parent f9ee27de9c
commit bed9713234

View File

@ -33,8 +33,8 @@ detached_signature_file = "signature.v2"
mdsum_signature_file = "signature"
# Patch output directory
BUILD_ROOT = os.environ.get('MY_BUILD_PKG_DIR')
PATCH_OUTPUT = os.path.join(BUILD_ROOT, "patch_output")
DEPLOY_DIR = "/localdisk/deploy"
PATCH_OUTPUT = os.path.join(DEPLOY_DIR, "patch_output")
# Default names for every script type
PATCH_SCRIPTS = {