All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH 01/20] sandbox: Add documentation about required/useful packages
Date: Fri,  6 Mar 2020 20:07:15 -0700	[thread overview]
Message-ID: <20200306200644.1.Iab88520de0132444a8918776cac9ffa268c1326e@changeid> (raw)
In-Reply-To: <20200307030734.237401-1-sjg@chromium.org>

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 <sjg@chromium.org>
---

 doc/arch/sandbox.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst
index e577a95716..6a1c6fc552 100644
--- a/doc/arch/sandbox.rst
+++ b/doc/arch/sandbox.rst
@@ -34,6 +34,16 @@ integers can only be built on 64-bit hosts.
 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:
+
+   python3-pytest lzma lzma-alone lz4 python3 python3-virtualenv
+   libssl1.0-dev
+
+
 Basic Operation
 ---------------
 
-- 
2.25.1.481.gfbce0eb801-goog

  reply	other threads:[~2020-03-07  3:07 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-07  3:07 [PATCH 00/20] gitlab: Simplify the test script Simon Glass
2020-03-07  3:07 ` Simon Glass [this message]
2020-03-07  3:07 ` [PATCH 02/20] main: Drop show_boot_progress() prototype Simon Glass
2020-03-07  3:07 ` [PATCH 03/20] buildman: Document the members of BuilderJob Simon Glass
2020-03-07  3:07 ` [PATCH 04/20] bulidman: Add support for a simple build Simon Glass
2020-03-07  3:07 ` [PATCH 05/20] gitlab: Use the -w option for sandbox_spl Simon Glass
2020-03-09 17:50   ` Tom Rini
2020-03-07  3:07 ` [PATCH 06/20] azure: " Simon Glass
2020-03-07  3:07 ` [PATCH 07/20] gitlab: Use the --board buildman flag Simon Glass
2020-03-09 17:46   ` Tom Rini
2020-03-10 23:22     ` Simon Glass
2020-03-07  3:07 ` [PATCH 08/20] gitlab: Drop the BUILDMAN variable Simon Glass
2020-03-07  3:07 ` [PATCH 09/20] buildman: Update help for -d Simon Glass
2020-03-07  3:07 ` [PATCH 10/20] gitlab: Drop the buildman -d flag Simon Glass
2020-03-07  3:07 ` [PATCH 11/20] gitlab: Drop unnecessary if..fi Simon Glass
2020-03-07  3:07 ` [PATCH 12/20] gitlab: Use -w flag for all builds Simon Glass
2020-03-09 17:58   ` Tom Rini
2020-03-15  3:10     ` Simon Glass
2020-03-15 13:03       ` Tom Rini
2020-03-15 15:07         ` Simon Glass
2020-03-15 15:23           ` Tom Rini
2020-03-15 15:50             ` Simon Glass
2020-03-15 16:18               ` Tom Rini
2020-03-15 16:43                 ` Simon Glass
2020-03-07  3:07 ` [PATCH 13/20] gitlab: Use bash to avoid needing a_test_which_does_not_exist Simon Glass
2020-03-09 17:56   ` Tom Rini
2020-03-07  3:07 ` [PATCH 14/20] buildman: Allow ignoring warnings in the return code Simon Glass
2020-03-07  3:07 ` [PATCH 15/20] gitlab: Use the buildman -W flag Simon Glass
2020-03-09 18:01   ` Tom Rini
2020-03-07  3:07 ` [PATCH 16/20] gitlab: Enable test_handoff Simon Glass
2020-03-07  3:07 ` [PATCH 17/20] buildman: Be more selective about which directories to remove Simon Glass
2020-03-07  3:07 ` [PATCH 18/20] buildman: Allow building within a subdir of the current dir Simon Glass
2020-03-07  3:07 ` [PATCH 19/20] test/py: Use buildman to build U-Boot Simon Glass
2020-03-09 17:10   ` Stephen Warren
2020-03-09 17:41     ` Tom Rini
2020-03-11  2:27       ` Simon Glass
2020-03-12 14:03         ` Tom Rini
2020-03-10 23:22     ` Simon Glass
2020-03-07  3:07 ` [PATCH 20/20] gitlab: Simplify the exit code for test.py Simon Glass
2020-03-09 17:55 ` [PATCH 00/20] gitlab: Simplify the test script Tom Rini
2020-03-15  3:10   ` Simon Glass
2020-03-15 13:02     ` Tom Rini
2020-03-15 15:07       ` Simon Glass
2020-03-15 15:17         ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200306200644.1.Iab88520de0132444a8918776cac9ffa268c1326e@changeid \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.