• Home
  • Raw
  • Download

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