Lines Matching full:linux
13 …19.y分支信息请查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
15 …10.y分支信息请查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
22 kernel/linux
28 │ ├── linux-4.19 # linux-4.19 相关patch
30 │ │ ├── hi3516dv300.patch # linux-4.19 hi3516dv300 SOC patch
31 │ │ └── hdf.patch # linux-4.19 hi3516dv300 hdf patch
32 │ └── linux-5.10
34 │ ├── hi3516dv300.patch # linux-5.10 hi3516dv300 SOC patch
35 │ └── hdf.patch # linux-5.10 hi3516dv300 hdf patch
37 ├── linux-4.19
45 └── linux-5.10
59 在kernel/linux/build仓中,按照kernel.mk中HDF的补丁合入方法,合入不同内核版本对应的HDF内核补丁:
62 …$(OHOS_BUILD_HOME)/drivers/adapter/khdf/linux/patch_hdf.sh $(OHOS_BUILD_HOME) $(KERNEL_SRC_TMP_PAT…
69 在kernel/linux/build仓中,按照kernel.mk中的芯片组件所对应的patch路径规则及命名规则,将对应的芯片组件patch放到对应路径下:
72 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
78 在kernel/linux/build仓中,按照kernel.mk中的芯片组件所对应的patch路径规则及命名规则,将对应的芯片组件config放到对应路径下:
81 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
87 …>由于OpenHarmony工程的编译构建流程中会拷贝kernel/linux/linux-\*\.\*的代码环境后进行打补丁动作,在使用OpenHarmony的版本级编译命令前,需要kernel…
101 --gn-args linux_kernel_version=\"linux-5.10\" # 编译指定内核版本