• Home
  • Raw
  • Download

Lines Matching +full:in +full:- +full:kernel

1 # Patch<a name="EN-US_TOPIC_0000001078264110"></a>
3 - [Introduction](#section11660541593)
4 - [Directory Structure](#section21571344112)
5 - [Usage](#section1393789267)
6 - [Build](#section19369206113115)
7 - [Repositories Involved](#section27639463106)
11-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has incorporated CVE patc…
13 … 4.19.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stabl…
15 … 5.10.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stabl…
17 …, you can merge the driver code based on the chip platform and build the kernel image. All patches…
22 kernel/linux
25 │ ├── kernel.mk # Kernel build file
26 │ └── ohos.build # Kernel build component file
28 │ ├── linux-4.19 # linux-4.19 patches
30 │ │   ├── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches
31 │ │   └── hdf.patch # linux-4.19 Hi3516D V300 HDF patches
32 │ └── linux-5.10
34 │    ├── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches
35 │    └── hdf.patch # linux-5.10 Hi3516D V300 HDF patches
37 ├── linux-4.19
41 …│ ├── hi3516dv300_small_defconfig # Small-system defconfig of the open-source …
42 …│ ├── hi3516dv300_standard_defconfig # Standard-system defconfig of the open-sour…
43 │ ├── small_common_defconfig # Common defconfig of the small-system kernel
44 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
45 └── linux-5.10
49 …├── hi3516dv300_small_defconfig # Small-system defconfig of the open-source Hi3516D V300 dev…
50 …├── hi3516dv300_standard_defconfig # Standard-system defconfig of the open-source Hi3516D V300 …
51 ├── small_common_defconfig # Common defconfig of the small-system kernel
52 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
59 …Apply the HDF kernel patches matching your kernel version. For details, see the method in **kernel
69 … component in the corresponding path based on the path and naming rules for the patches of the chi…
72 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
78 …the chip component in the corresponding path based on the path and naming rules of the chip compon…
81 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
87In the OpenHarmony project build process, patches are installed after **kernel/linux/linux-\*\.\**…
89kernel built is generated in the **kernel** directory under the **out** directory. Modify the **co…
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.
106 <u>kernel\_linux\_patches</u>