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:
parent
f9ee27de9c
commit
bed9713234
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user