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…
49 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository.
59 …es for the patches of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
66 3. Modify the **config** file to build.
68 …h and naming rules of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
77 …Harmony project build process, patches are installed after **kernel/linux/linux-\*\.\*** is copied…
82 ## Build<a name="section19369206113115"></a>
86 Perform a full build for the project to generate the **uImage** kernel image.
89 ./build.sh --product-name Hi3516DV300 # Build the Hi3516D V300 image.
90 --build-target build_kernel # Build the uImage kernel image of Hi3516D V300.
91 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.