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
64 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository.
74 …es for the patches of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
81 3. Modify the **config** file to build.
83 …h and naming rules of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
92 …Harmony project build process, patches are installed after **kernel/linux/linux-\*\.\*** is copied…
97 ## Build<a name="section19369206113115"></a>
101 Perform a full build for the project to generate the **uImage** kernel image.
104 ./build.sh --product-name Hi3516DV300 # Build the Hi3516D V300 image.
105 --build-target build_kernel # Build the uImage kernel image of Hi3516D V300.
106 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.