diff mbox series

[6/7] doc: sandbox: Fix up dependencies

Message ID 20210207212707.3958570-7-sjg@chromium.org
State Changes Requested
Delegated to: Heinrich Schuchardt
Headers show
Series Fix compiler warnings for 32-bit ARM | expand

Commit Message

Simon Glass Feb. 7, 2021, 9:27 p.m. UTC
These are out of date. Update them and point to the existing build
instructions to avoid duplication.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 doc/arch/sandbox.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Heinrich Schuchardt Feb. 7, 2021, 9:30 p.m. UTC | #1
On 2/7/21 10:27 PM, Simon Glass wrote:
> These are out of date. Update them and point to the existing build
> instructions to avoid duplication.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>   doc/arch/sandbox.rst | 9 +++++----
>   1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst
> index 60ee1e0741a..61b5872e274 100644
> --- a/doc/arch/sandbox.rst
> +++ b/doc/arch/sandbox.rst
> @@ -37,11 +37,12 @@ Note that standalone/API support is not available at present.
>   Prerequisites
>   -------------
>
> -Here are some packages that are worth installing if you are doing sandbox or
> -tools development in U-Boot:
> +First install the dependencies noted in :doc:`../build/gcc`.
>
> -   python3-pytest lzma lzma-alone lz4 python3 python3-virtualenv
> -   libssl1.0-dev
> +Here are some extra packages that are worth installing if you are doing sandbox
> +or tools development in U-Boot:
> +
> +   lzma lz4 python3-virtualenv

I would prefer to add these to doc/build/gcc.rst

Best regards

Heinrich

>
>
>   Basic Operation
>
diff mbox series

Patch

diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst
index 60ee1e0741a..61b5872e274 100644
--- a/doc/arch/sandbox.rst
+++ b/doc/arch/sandbox.rst
@@ -37,11 +37,12 @@  Note that standalone/API support is not available at present.
 Prerequisites
 -------------
 
-Here are some packages that are worth installing if you are doing sandbox or
-tools development in U-Boot:
+First install the dependencies noted in :doc:`../build/gcc`.
 
-   python3-pytest lzma lzma-alone lz4 python3 python3-virtualenv
-   libssl1.0-dev
+Here are some extra packages that are worth installing if you are doing sandbox
+or tools development in U-Boot:
+
+   lzma lz4 python3-virtualenv
 
 
 Basic Operation