Lines Matching full:kernel
11 …kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has incorporated CVE patches and OpenHa…
13 …on about Linux LTS 4.19.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linu…
15 …on about Linux LTS 5.10.y, visit the [official kernel website](https://git.kernel.org/pub/scm/linu…
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
43 │ ├── small_common_defconfig # Common defconfig of the small-system kernel
44 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
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 …th and naming rules for the patches of the chip component in **kernel.mk** in the **kernel/linux/b…
72 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
78 … based on the path and naming rules of the chip component in **kernel.mk** in the **kernel/linux/b…
81 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
87 …alled after **kernel/linux/linux-\*\.\*** is copied. Before using the version-level build command …
89 …>The kernel built is generated in the **kernel** directory under the **out** directory. Modify the…
96 Perform a full build for the project to generate the **uImage** kernel 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>