• Home
  • Raw
  • Download

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 │ │   │ └── hdf.patch # linux-4.19 HDF patches
32 │ │   └── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches
33 │ └── linux-5.10
35 │    │ └── hdf.patch # linux-5.10 HDF patches
37 │    │ └── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches
39 │    ├── kernel.patch # linux-5.10 rk3568 SOC patches
40 │    └── hdf.patch # linux-5.10 rk3568 customized HDF patches
42 ├── linux-4.19
50 └── linux-5.10
64 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository.
67 …$(OHOS_BUILD_HOME)/drivers/hdf_core/adapter/khdf/linux/patch_hdf.sh $(OHOS_BUILD_HOME) $(KERNEL_SR…
74 …es for the patches of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
77 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
83 …h and naming rules of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
86 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
92 …er **kernel/linux/linux-\*\.\*** is copied. Before using the version-level build command of OpenHa…
106 --gn-args linux_kernel_version=\"linux-5.10\" # Build the specified kernel version.