Lines Matching full:build
6 - [Build](#section19369206113115)
17 During the build process, you can merge the driver code based on the chip platform and build the ke…
23 ├── build
24 │ ├── BUILD.gn # GN file of the build framework
25 │ ├── kernel.mk # Kernel build file
26 │ └── ohos.build # Kernel build component file
59 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository.
69 …es for the patches of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
76 3. Modify the **config** file to build.
78 …h and naming rules of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
87 …Harmony project build process, patches are installed after **kernel/linux/linux-\*\.\*** is copied…
92 ## Build<a name="section19369206113115"></a>
96 Perform a full build for the project to generate the **uImage** kernel image.
99 ./build.sh --product-name Hi3516DV300 # Build the Hi3516D V300 image.
100 --build-target build_kernel # Build the uImage kernel image of Hi3516D V300.
101 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.