powertrain-build/docs/build_cmd.md
olindgre 2ece01e1d7 Make powertrain-build not overlap with pybuild in site-packages
Change-Id: I7b59f3f04f0f787d35db0b9389f295bf1ad24f56
2024-09-17 10:25:04 +02:00

885 B

Run the build command

powertrain_build/build.py is the starting point for generating all the files needed for building a complete SW using the supplier make environment. The script takes one positional argument, and that is a project_config.

This script acts as a command line wrapper for build.

usage: build.py [-h] [-cd] [-d] [-na] [-if] [-V] proj_config

positional arguments:
    proj_config        the project root configuration file

optional arguments:
    -h,  --help        show this help message and exit
    -cd, --core_dummy  generate core dummy code to enable integration with old supplier code
    -d,  --debug       activate the debug log
    -na, --no_abort    do not abort due to errors
    -if, --interface   generate interface report
    -V,  --version     show application version and exit