Lines Matching refs: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
39 │ ├── kernel.patch # linux-5.10 rk3568 SOC patches
48 │ ├── small_common_defconfig # Common defconfig of the small-system kernel
49 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
56 ├── small_common_defconfig # Common defconfig of the small-system kernel
57 … └── standard_common_defconfig # Common defconfig of the standard-system kernel
64 …Apply the HDF kernel patches matching your kernel version. For details, see the method in **kernel…
74 …th and naming rules for the patches of the chip component in **kernel.mk** in the **kernel/linux/b…
77 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
83 … based on the path and naming rules of the chip component in **kernel.mk** in the **kernel/linux/b…
86 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
92 …alled after **kernel/linux/linux-\*\.\*** is copied. Before using the version-level build command …
94 …>The kernel built is generated in the **kernel** directory under the **out** directory. Modify the…
101 Perform a full build for the project to generate the **uImage** kernel image.
105 --build-target build_kernel # Build the uImage kernel image of Hi3516D V300.
106 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.
111 <u>kernel\_linux\_patches</u>