提交 41ef6b80 编写于 作者: H handyohos

bugfix: update documentation and libunwind group info

1)更新文档中URL的说明。(I5C2H2)
2)修正关于chipsets/all.xml中的语句不通问题。(I5C2DP)
3)更新libunwind的group信息。(I5C9Z7)
Signed-off-by: Nhandyohos <zhangxiaotian@huawei.com>
Change-Id: I893d0a0843f2e7ac885252a0ad725bf61418f1f9

#I5C2H2
上级 e642ad40
......@@ -57,15 +57,16 @@ manifest
> 注意:
>
> 每个开发板的chipsets/chipsetN/chipsetN-detail.xml里主要包括device/soc,device/board以及vendor相关仓。多个开发板可能共用device/soc仓或vendor仓。此时可以灵活组合,防止chipsets/all.xml里需要注意防止重复包含共用的仓。
> 每个开发板的chipsets/chipsetN/chipsetN-detail.xml里主要包括device/soc,device/board以及vendor相关仓。多个开发板可能共用device/soc仓或vendor仓,此时需要注意防止chipsets/all.xml里重复包含共用的仓。
>
> 例如:
>
> chipsets/bearpi_hm_nano.xml和chipsets/bearpi_hm_micro.xml中直接包含了chipsets/hispark/hispark.xml,并额外增加了vendor_bearpi和device_board_bearpi;而这两个仓在chipsets/bearpi_hm_micro/bearpi_hm_micro.xml中已经包含,因此chipsets/all.xml里不需要额外包含包含bearpi_hm_nano开发板的仓。
> chipsets/bearpi_hm_nano.xml和chipsets/bearpi_hm_micro.xml中直接包含了chipsets/hispark/hispark.xml,并额外增加了vendor_bearpi和device_board_bearpi;而这两个仓在chipsets/bearpi_hm_micro/bearpi_hm_micro.xml中已经包含,因此chipsets/all.xml里不需要额外包含bearpi_hm_nano开发板的仓。
按照上述分类,可支持各种代码下载方式:
> 下表中的URL默认为https://gitee.com/openharmony/manifest.git或git@gitee.com:openharmony/manifest.git,详细内容可参考[获取源码](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/get-code/sourcecode-acquire.md)页。
| **统分类** | **代码下载方式** | **下载命令** | **说明** |
| ---------- | ---------------- | ------------------------------------------------------------ | --------------------------------------------------- |
| 所有系统 | 全量代码 | repo init -u *URL* -b master | 默认下载OpenHarmony的全量代码(兼容已有下载命令)。 |
......
......@@ -254,7 +254,7 @@
<project name="third_party_libffi" path="third_party/libffi" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_libinput" path="third_party/libinput" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_libphonenumber" path="third_party/libphonenumber" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_libunwind" path="third_party/libunwind" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_libunwind" path="third_party/libunwind" groups="default,ohos:mini,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_libuv" path="third_party/libuv" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_libxml2" path="third_party/libxml2" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_libusb" path="third_party/libusb" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册