Lines Matching full:linux
11 Evolved from the open-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has i…
13 …tion about Linux LTS 4.19.y, visit the [official kernel website](https://git.kernel.org/pub/scm/li…
15 …tion about Linux LTS 5.10.y, visit the [official kernel website](https://git.kernel.org/pub/scm/li…
22 kernel/linux
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
45 └── linux-5.10
59 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository.
62 …$(OHOS_BUILD_HOME)/drivers/adapter/khdf/linux/patch_hdf.sh $(OHOS_BUILD_HOME) $(KERNEL_SRC_TMP_PAT…
69 …es for the patches of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
72 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
78 …h and naming rules of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
81 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
87 …er **kernel/linux/linux-\*\.\*** is copied. Before using the version-level build command of OpenHa…
101 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.