diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2017-06-27 00:49:51 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2017-06-27 17:04:32 +0000 |
commit | 5128f1b593467bbd36ac4839f71a3f01a8cdc306 (patch) | |
tree | 94ceb0710be04c63397d3ae55e587914c2bb8dfb | |
parent | 67ed2612003577a35ee60ec8aee8763a01637598 (diff) |
README: Update requirements
pkg-conf and libssl-dev are needed for abuild to run successfully on
all boards.
Change-Id: Ic0ca2036751893ac4bd3ff17c53fe518b22b64ad
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/20389
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,8 @@ Build Requirements ANY_TOOLCHAIN Kconfig option if you're feeling lucky (no support in this case). * iasl (for targets with ACPI support) + * pkg-config + * libssl-dev (openssl) Optional: |