• Home
  • Raw
  • Download

Lines Matching +full:build +full:- +full:rules

1 # Patch<a name="EN-US_TOPIC_0000001078264110"></a>
3 - [Introduction](#section11660541593)
4 - [Driver Patches for a Specific Chip Architecture (such as Hi3516D V300)](#section1521510717399)
5 - [Directory Structure](#section21571344112)
6 - [Usage](#section1393789267)
7 - [Build](#section19369206113115)
8 - [Repositories Involved](#section27639463106)
12 Evolved from the open-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has i…
14 …nel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-4.19.y).
16 …nel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-5.10.y).
18 During the build process, you can merge the driver code based on the chip platform and build the ke…
30 ├── linux-4.19 # linux-4.19 patches
32 │   │ └── hdf.patch # linux-4.19 HDF patches
34 │   └── hispark_taurus.patch # linux-4.19 Hi3516D V300 SOC patches
35 └── linux-5.10
37 │ └── hdf.patch # linux-5.10 HDF patches
39 │ └── hispark_taurus.patch # linux-5.10 Hi3516D V300 SOC patches
41 ├── kernel.patch # linux-5.10 rk3568 SOC patches
42 └── hdf.patch # linux-5.10 rk3568 customized HDF patches
49 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository.
59 …th based on the path and naming rules for the patches of the chip component in **kernel.mk** in th…
66 3. Modify the **config** file to build.
68 …nding path based on the path and naming rules of the chip component in **kernel.mk** in the **kern…
77build process, patches are installed after **kernel/linux/linux-5.10** is copied. Before using the…
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.