diff --git a/README.md b/README.md index 9e500a3ea3dd5c6720b0bf017a9124412f3c7189..22b23c3c6c64b520b1fa4cfbf7c197e794e30c1e 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ kernel/linux/patches ├── linux-4.19 # linux-4.19 patches │   ├── common_patch │   │ └── hdf.patch # linux-4.19 HDF patches -│   └── hi3516dv300_patch -│   └── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches +│   └── hispark_taurus_patch +│   └── hispark_taurus.patch # linux-4.19 Hi3516D V300 SOC patches └── linux-5.10 ├── common_patch │ └── hdf.patch # linux-5.10 HDF patches - └── hi3516dv300_patch - │ └── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches - └── rkrk3568_patch + └── hispark_taurus_patch + │ └── hispark_taurus.patch # linux-5.10 Hi3516D V300 SOC patches + └── rk3568_patch ├── kernel.patch # linux-5.10 rk3568 SOC patches └── hdf.patch # linux-5.10 rk3568 customized HDF patches ``` @@ -74,7 +74,7 @@ kernel/linux/patches > **Note**: > - >In the OpenHarmony project build process, patches are installed after **kernel/linux/linux-\*\.\*** is copied. Before using the version-level build command of OpenHarmony, ensure that the **kernel/linux/linux-\*\.\*** source code is available. + >In the OpenHarmony project build process, patches are installed after **kernel/linux/linux-5.10** is copied. Before using the version-level build command of OpenHarmony, ensure that the **kernel/linux/linux-5.10** source code is available. > >The kernel built is generated in the **kernel** directory under the **out** directory. Modify the **config** file based on the kernel built, and copy the generated **.config** file to the corresponding path in the **config** repository. Then, the configuration takes effect. diff --git a/README_zh.md b/README_zh.md index c54c399fff071fa61027c25e4bb75a19a210a177..335da0967f91abfd55b8c56bd9bd210d051e482f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -30,14 +30,14 @@ kernel/linux/patches ├── linux-4.19 # linux-4.19 相关patch │   ├── common_patch │   │ └── hdf.patch # linux-4.19 HDF patches -│   └── hi3516dv300_patch -│   └── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches +│   └── hispark_taurus_patch +│   └── hispark_taurus.patch # linux-4.19 Hi3516D V300 SOC patches └── linux-5.10 ├── common_patch │ └── hdf.patch # linux-5.10 HDF patches - └── hi3516dv300_patch - │ └── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches - └── rkrk3568_patch + └── hispark_taurus_patch + │ └── hispark_taurus.patch # linux-5.10 Hi3516D V300 SOC patches + └── rk3568_patch ├── kernel.patch # linux-5.10 rk3568 SOC patches └── hdf.patch # linux-5.10 rk3568 定制 HDF patches ``` @@ -74,7 +74,7 @@ kernel/linux/patches > **须知:** > - >由于OpenHarmony工程的编译构建流程中会拷贝kernel/linux/linux-\*\.\*的代码环境后进行打补丁动作,在使用OpenHarmony的版本级编译命令前,需要kernel/linux/linux-\*\.\*原代码环境。 + >由于OpenHarmony工程的编译构建流程中会拷贝kernel/linux/linux-5.10的代码环境后进行打补丁动作,在使用OpenHarmony的版本级编译命令前,需要kernel/linux/linux-5.10原代码环境。 > >根据不同系统工程,编译完成后会在out目录下的kernel目录中生成对应实际编译的内核,基于此目录的内核,进行对应的config修改,将最后生成的\.config文件cp到config仓对应的路径文件里,即可生效。