diff options
author | Sam Protsenko <joe.skb7@gmail.com> | 2020-01-24 17:53:44 +0200 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-02-04 09:07:24 +0530 |
commit | 586a1bf5b231ed8ee30f4f589940b0424526334f (patch) | |
tree | 5ac1e22942b453c936983eca73213b7a1a7a3a37 /test/py | |
parent | 34b43193048d0fa1d75d02f990fd8638e0a11581 (diff) |
doc: android: Convert to Sphinx format
Convert Android documentation from regular txt format to Sphinx (RST).
Also add Android index.rst file and reference it in root index.rst, so
that Android documentation is visible.
Test:
$ make htmldocs
$ xdg-open doc/output/index.html
Signed-off-by: Sam Protsenko <joe.skb7@gmail.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'test/py')
-rw-r--r-- | test/py/tests/test_android/test_avb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_android/test_avb.py b/test/py/tests/test_android/test_avb.py index 20ccaf6712..a04a7ff264 100644 --- a/test/py/tests/test_android/test_avb.py +++ b/test/py/tests/test_android/test_avb.py @@ -8,7 +8,7 @@ This tests Android Verified Boot 2.0 support in U-boot: For additional details about how to build proper vbmeta partition -check doc/android/avb2.txt +check doc/android/avb2.rst For configuration verification: - Corrupt boot partition and check for failure |