diff --git a/README.md b/README.md index cefaff412360aea518d41655ef198eca3c052bd7..be723670f5fbed53545ee99901fc1c1653c4d026 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ yocto-meta-embedded核心是构建Yocto Poky之上,但针对openEuler Embedded ``` 之后便可以运行 **bitbake <目标,例如openeuler-image-tiny>** 开始构建 -6. 由于openEuler Embedded采取了**尽可能不构建主机工具**的策略,因此在构建主机上需要实现准备好相应的工具,具体所需要的工具可以从**src/yocto-meta-openeuler/meta-openeuler/conf/local.conf.sample**中的**HOSTTOOLS_XXX**相关变量中获得,另一种推荐的方法是采用容器构建,具体如下: +6. 由于openEuler Embedded采取了**尽可能不构建主机工具**的策略,因此在构建主机上需要事先准备好相应的工具,具体所需要的工具可以从**src/yocto-meta-openeuler/meta-openeuler/conf/local.conf.sample**中的**HOSTTOOLS_XXX**相关变量中获得,另一种推荐的方法是采用容器构建,具体如下: [**openEuler Embedded容器构建**](https://openeuler.gitee.io/yocto-meta-openeuler/yocto/quickbuild/container-build.html)