From 36e809ffd61f39da657023e3a7278616ecc4dfb7 Mon Sep 17 00:00:00 2001 From: Christoph Pomaska Date: Mon, 15 Jan 2018 22:58:32 +0100 Subject: autoport: Add missing command to readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The readme.md file was missing the instruction to also compile superiotool, because autoport errors out without a working version of it. Change-Id: Ic426b7312f68d59e2e0503d61da694adc9d4fb3f Signed-off-by: Christoph Pomaska Reviewed-on: https://review.coreboot.org/23282 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Paul Menzel Reviewed-by: Jonathan Neuschäfer --- util/autoport/readme.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/autoport/readme.md b/util/autoport/readme.md index b673b5b017..3b7c2e386d 100644 --- a/util/autoport/readme.md +++ b/util/autoport/readme.md @@ -28,6 +28,8 @@ This will allow autoport to detect as much as possible make cd ../inteltool make + cd ../superiotool + make cd ../autoport go build sudo ./autoport --input_log=logs --make_logs --coreboot_dir=../.. -- cgit v1.2.3