Re: [PATCH v3 01/23] sandbox: Add documentation about required/useful packages

2020-04-11 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:42:39AM -0600, Simon Glass wrote: > Quite a few packages are used by sandbox or tools. Add a list of these to > help people setting up for the first time. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signat

[PATCH v3 01/23] sandbox: Add documentation about required/useful packages

2020-03-18 Thread Simon Glass
Quite a few packages are used by sandbox or tools. Add a list of these to help people setting up for the first time. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None doc/arch/sandbox.rst | 10 ++ 1 file changed, 10 insertions(+) diff --git a/doc/arch/sandbox.rst