
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
3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
export PRJDIR=$(pwd)
|
|
export PATH=$PRJDIR/stx/bin:$PATH
|