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