From patchwork Mon Aug 20 18:49:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 959901 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41vNCD6mm9z9rvt; Tue, 21 Aug 2018 04:49:44 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1frpFG-0007lB-7h; Mon, 20 Aug 2018 18:49:42 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1frpFE-0007l5-QW for fwts-devel@lists.ubuntu.com; Mon, 20 Aug 2018 18:49:40 +0000 Received: from 2.general.alexhung.us.vpn ([10.172.65.255] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1frpFE-0004wf-6Z; Mon, 20 Aug 2018 18:49:40 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] README: add a new required package since commit 3f151922fc13 Date: Mon, 20 Aug 2018 11:49:37 -0700 Message-Id: <20180820184937.15382-1-alex.hung@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" This also fixes a trailing space in README Signed-off-by: Alex Hung Acked-by: Colin Ian King Acked-by: Ivan Hu --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index f96cb973..9dd911b1 100644 --- a/README +++ b/README @@ -8,11 +8,11 @@ Quick Start Guide Ubuntu Distro x86_64 autoconf automake libglib2.0-dev libtool libpcre3-dev libjson0-dev - libjson-c-dev flex bison dkms libfdt-dev + libjson-c-dev flex bison dkms libfdt-dev libbsd-dev Ubuntu Distro ppc64el autoconf automake libglib2.0-dev libtool libpcre3-dev libjson-c-dev - flex bison dkms libfdt-dev device-tree-compiler libpci-dev + flex bison dkms libfdt-dev device-tree-compiler libpci-dev libbsd-dev RHEL Distro ppc64el autoconf automake kernel-devel libtool flex flex-devel bison dkms @@ -37,7 +37,7 @@ To run all the default tests, use: To see the available tests, use: - fwts --show-tests + fwts --show-tests Advanced Options Guide ======================