From 5dd97ce25cb85167b22b584fdff6410528ac472e Mon Sep 17 00:00:00 2001 From: wawanala Date: Fri, 23 Jul 2021 04:59:40 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/device-dev/kernel/OpenHarmony?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=9D=BFPatch=E4=BD=BF=E7=94=A8=E6=8C=87?= =?UTF-8?q?=E5=AF=BC.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...7Patch\344\275\277\347\224\250\346\214\207\345\257\274.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/zh-cn/device-dev/kernel/OpenHarmony\345\274\200\345\217\221\346\235\277Patch\344\275\277\347\224\250\346\214\207\345\257\274.md" "b/zh-cn/device-dev/kernel/OpenHarmony\345\274\200\345\217\221\346\235\277Patch\344\275\277\347\224\250\346\214\207\345\257\274.md" index 25eadc954a7..7d0bc7514aa 100755 --- "a/zh-cn/device-dev/kernel/OpenHarmony\345\274\200\345\217\221\346\235\277Patch\344\275\277\347\224\250\346\214\207\345\257\274.md" +++ "b/zh-cn/device-dev/kernel/OpenHarmony\345\274\200\345\217\221\346\235\277Patch\344\275\277\347\224\250\346\214\207\345\257\274.md" @@ -9,9 +9,9 @@ Patch文件位于工程项目源码路径:kernel/linux/patches/linux-4.19, 以Hi3516dv300为例: ``` -patch -p1 < device/hisilicon/hi3516dv300/sdk_linux/open_source/linux/hisi_linux-4.19_hos_l2.patch +patch -p1 < kernel/linux/patches/linux-4.19/hi3516dv300_small_patch/hdf.patch +patch -p1 < kernel/linux/patches/linux-4.19/hi3516dv300_small_patch/hi3516dv300_small.patch ``` >![](public_sys-resources/icon-notice.gif) **须知:** >由于OpenHarmony的编译构建流程中会拷贝kernel/linux-4.19的代码环境后进行打补丁动作,在使用OpenHarmony的版本级编译命令前,需要kernel/linux-4.19保持原代码环境。 - -- Gitee