forked from xuos/xiuos
move aiit-arm32-board and aiit-riscv64-board to aiit_board
This commit is contained in:
@@ -4,12 +4,19 @@ export current=$(pwd)
|
||||
export nuttx=$current/..
|
||||
export top=$current/../../..
|
||||
|
||||
cd $top
|
||||
git submodule
|
||||
git submodule init
|
||||
git submodule update Ubiquitous/Nuttx/apps
|
||||
git submodule update Ubiquitous/Nuttx/nuttx
|
||||
cd $current
|
||||
|
||||
chmod -R +x $top
|
||||
find $top -name Kconfig -exec dos2unix -q {} \;
|
||||
|
||||
cp -rf $current/nuttx $nuttx
|
||||
cp -rf $current/apps $nuttx
|
||||
cp -rf $nuttx/aiit-arm32-board $nuttx/nuttx/boards/arm/stm32
|
||||
cp -rf $nuttx/aiit-riscv64-board $nuttx/nuttx/boards/risc-v/k210
|
||||
cp -rf $nuttx/aiit_board/aiit-arm32-board $nuttx/nuttx/boards/arm/stm32
|
||||
cp -rf $nuttx/aiit_board/aiit-riscv64-board $nuttx/nuttx/boards/risc-v/k210
|
||||
|
||||
cd ../nuttx
|
||||
|
||||
Reference in New Issue
Block a user