Lines Matching full:build
7 - [Build](#section19369206113115)
18 During the build process, you can merge the driver code based on the chip platform and build the ke…
44 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository.
54 …es for the patches of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
61 3. Modify the **config** file to build.
63 …h and naming rules of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
72 …Harmony project build process, patches are installed after **kernel/linux/linux-\*\.\*** is copied…
77 ## Build<a name="section19369206113115"></a>
81 Perform a full build for the project to generate the **uImage** kernel image.
84 ./build.sh --product-name Hi3516DV300 # Build the Hi3516D V300 image.
85 --build-target build_kernel # Build the uImage kernel image of Hi3516D V300.
86 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.