From 539037aa2671d2bc07b0e6851071c80c8d14f0e5 Mon Sep 17 00:00:00 2001 From: Ywenrui Date: Thu, 14 Sep 2023 21:02:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20README=5Fzh.md=20README.md?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=B8=AD=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=92=8C=E6=8F=8F=E8=BF=B0=E6=A8=A1=E7=B3=8A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ywenrui --- README.md | 12 ++++++------ README_zh.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9e500a3..0623b53 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 c54c399..335da09 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仓对应的路径文件里,即可生效。 -- Gitee