From bed97132345355921adab9e69e87e62f63c1933b Mon Sep 17 00:00:00 2001 From: Dostoievski Batista Date: Wed, 31 Jul 2024 09:56:48 -0300 Subject: [PATCH] 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 PASS: patch-builder --recipe --name Story: 2010676 Task: 50707 Change-Id: I132f8c5138729d50dc266e42b8fe6d7fdb84b433 Signed-off-by: Dostoievski Batista --- build-tools/stx/patch/patch-builder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/stx/patch/patch-builder b/build-tools/stx/patch/patch-builder index b604cb39..de0c1206 100755 --- a/build-tools/stx/patch/patch-builder +++ b/build-tools/stx/patch/patch-builder @@ -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 = {