tools/stx/lib/stx
Zhixiong Chi 9f324cdc8d stx tool: build: Add the support of build module
Implement the stx build module so that the developer could
build packages or images on the host with the 'stx build xxx'
command.

Now support the action: [ prepare|cleanup|distro|image|${pkgname} ]

stx build prepare:     Finish the setup to start building
stx build cleanup:     Clean prepare intermediate artifacts
stx build distro:      Build all packages of distro layer
stx build image:       Build iso or other type image
stx build $pkgname:    Build single package

Command 'stx build $pkg1,$pkg2...' to build multi-packages

Please refer to the more help information with the command
'stx build --help'

Story: 2008862
Task: 43013

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Change-Id: Iaee817e1551c2deeca9db3821285013779c85dea
2021-09-24 20:42:08 -04:00
..
__init__.py stx tool: Initial the stx tool for starlingx debian building 2021-06-10 21:55:18 -04:00
command.py stx tool: control: Add the support of control module 2021-09-15 21:35:47 -04:00
helper.py stx-tool: config: Add the support of config module 2021-09-01 03:54:44 -04:00
stx_build.py stx tool: build: Add the support of build module 2021-09-24 20:42:08 -04:00
stx_configparser.py stx-tool: config: Add the support of config module 2021-09-01 03:54:44 -04:00
stx_control.py stx tool: control: Add the support of control module 2021-09-15 21:35:47 -04:00
stx_main.py stx tool: build: Add the support of build module 2021-09-24 20:42:08 -04:00
stx_repomgr.py stx tool: repomgr: Add the support of repomgr module 2021-09-24 07:46:41 -04:00
utils.py stx-tool: config: Add the support of config module 2021-09-01 03:54:44 -04:00