Lines Matching full:linux
12 Evolved from the open-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has i…
14 …tion about Linux LTS 4.19.y, visit the [official kernel website](https://git.kernel.org/pub/scm/li…
16 …tion about Linux LTS 5.10.y, visit the [official kernel website](https://git.kernel.org/pub/scm/li…
29 kernel/linux/patches
30 ├── linux-4.19 # linux-4.19 patches
32 │ ├── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches
33 │ └── hdf.patch # linux-4.19 Hi3516D V300 HDF patches
34 └── linux-5.10
36 ├── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches
37 └── hdf.patch # linux-5.10 Hi3516D V300 HDF patches
44 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository.
47 …$(OHOS_BUILD_HOME)/drivers/adapter/khdf/linux/patch_hdf.sh $(OHOS_BUILD_HOME) $(KERNEL_SRC_TMP_PAT…
54 …es for the patches of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
57 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
63 …h and naming rules of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
66 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
72 …er **kernel/linux/linux-\*\.\*** is copied. Before using the version-level build command of OpenHa…
86 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.