• Home
  • Raw
  • Download

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 │ │   │ └── 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 定制 HDF patches
42 ├── linux-4.19
50 └── linux-5.10
64 在kernel/linux/build仓中,按照kernel.mk中HDF的补丁合入方法,合入不同内核版本对应的HDF内核补丁:
67 …$(OHOS_BUILD_HOME)/drivers/hdf_core/adapter/khdf/linux/patch_hdf.sh $(OHOS_BUILD_HOME) $(KERNEL_SR…
74 在kernel/linux/build仓中,按照kernel.mk中的芯片组件所对应的patch路径规则及命名规则,将对应的芯片组件patch放到对应路径下:
77 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
83 在kernel/linux/build仓中,按照kernel.mk中的芯片组件所对应的patch路径规则及命名规则,将对应的芯片组件config放到对应路径下:
86 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
92 …>由于OpenHarmony工程的编译构建流程中会拷贝kernel/linux/linux-\*\.\*的代码环境后进行打补丁动作,在使用OpenHarmony的版本级编译命令前,需要kernel…
106 --gn-args linux_kernel_version=\"linux-5.10\" # 编译指定内核版本