mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-04 21:11:40 +00:00
The original method of packaging and burning kernel depends on installing the K230 RTOS SDK. It is quite cumbersome. Now the relevant logic is extracted and a small tool rttpkgtool is created to package the rtthread.bin. Considering that rttpkgtool still needs to compile opensbi when packaging k230, which means that a separate cross-toolchain needs to be installed. Therefore, in order not to affect the CI operation, the current packaging logic is not integrated into POST_ACTION in rtconfig.py, but requires kernel developers to run the build script separately for packaging. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
12 lines
123 B
Plaintext
12 lines
123 B
Plaintext
#Build & install directories
|
|
build/
|
|
packages/
|
|
install/
|
|
rttpkgtool/
|
|
|
|
rtthread.*
|
|
link.lds.generated
|
|
|
|
__pycache__
|
|
.config.old
|