tools/stx-init-env
Zhixiong Chi 189200e17d stx-tool: config: Add the support of config module
Implement the stx config module so that the developer
could define the customized configuration before the
starlingx building.
Now support the action: show|add|get|unset
The usage of stx config module is like the git command.
Please refer to the more help information with the command
'stx config --help'

Story: 2008862
Task: 42515

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Change-Id: I0310d1b591415f111e30efdf5bd76b555f725416
2021-09-01 03:54:44 -04:00

3 lines
55 B
Plaintext

export PRJDIR=$(pwd)
export PATH=$PRJDIR/stx/bin:$PATH