Skip to content
Snippets Groups Projects

package_release: refactoring

Merged Tim Jaacks requested to merge refactor-package-release into master
@@ -66,13 +66,6 @@ def main():
help="""Yocto licenses directory""",
dest="licenses_dir",
)
parser.add_argument(
"--output-dir",
help="""Base directory name for output artifacts (can be specified multiple times)""",
dest="output_dir",
action="append",
required=True,
)
parser.add_argument(
"--sdk-dir",
help="""Yocto sdk directory""",
@@ -83,6 +76,13 @@ def main():
help="""Documentation directory""",
dest="doc_dir",
)
parser.add_argument(
"--output-dir",
help="""Base directory name for output artifacts (can be specified multiple times)""",
dest="output_dir",
action="append",
required=True,
)
args, _ = parser.parse_known_args()
# Get bitbake variables from testdata.json file
Loading