commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
20 lines
516 B
Plaintext
20 lines
516 B
Plaintext
we have these folders in this repo:
|
|
|
|
prebuild:
|
|
to store header files and libraries for cross compling.
|
|
target:
|
|
file to build up a root filesystem. there are two subfolders:
|
|
1. common: for platform independent files
|
|
2. overlay: for platform dependent files
|
|
when building rootfs, files in overlay folder will be merged
|
|
into common folder.
|
|
|
|
|
|
tools:
|
|
bin and scritps for generating rootfs
|
|
|
|
configs:
|
|
we have two types of configuration file:
|
|
1. txt: for file list in ramdisk
|
|
2. its: for generating itb file
|