From patchwork Wed Aug 23 22:41:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 9918583 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2CAFA603FA for ; Wed, 23 Aug 2017 22:41:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2029828A99 for ; Wed, 23 Aug 2017 22:41:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 14C0928AA1; Wed, 23 Aug 2017 22:41:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 520AD28A99 for ; Wed, 23 Aug 2017 22:41:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751162AbdHWWlO (ORCPT ); Wed, 23 Aug 2017 18:41:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:45230 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751269AbdHWWlM (ORCPT ); Wed, 23 Aug 2017 18:41:12 -0400 Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0032E21A1D; Wed, 23 Aug 2017 22:41:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0032E21A1D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=kieran.bingham+renesas@ideasonboard.com From: Kieran Bingham To: laurent.pinchart@ideasonboard.com Cc: linux-renesas-soc@vger.kernel.org, Kieran Bingham Subject: [PATCH 2/2] README: Document need for killall command Date: Wed, 23 Aug 2017 23:41:04 +0100 Message-Id: <1503528064-10454-3-git-send-email-kieran.bingham+renesas@ideasonboard.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1503528064-10454-1-git-send-email-kieran.bingham+renesas@ideasonboard.com> References: <1503528064-10454-1-git-send-email-kieran.bingham+renesas@ideasonboard.com> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Kieran Bingham The killall command is provided by the psmisc package on debian based systems. On other systems it should be built or added to the filesystem as appropriate. Also remove unnecessary blank line. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e503a2c41aef..7efcef394ae9 100644 --- a/README +++ b/README @@ -43,6 +43,7 @@ system in a directory included in $PATH. * media-ctl (part of v4l-utils, available at git://linuxtv.org/v4l-utils.git) * raw2rgbpnm (available at git://git.retiisi.org.uk/~sailus/raw2rgbpnm.git) * yavta (available at git://git.ideasonboard.org/yavta.git) +* killall (available from the psmisc package) All but the HGO and CLU/LUT tests can be run with the latest version of these tools. To test the HGO, HGT and CLU/LUT, the 'vsp' branch of 'yavta' is currently @@ -53,7 +54,6 @@ tool is not available the corresponding tests will be skipped. * stress (available at http://people.seas.harvard.edu/~apw/stress/) - ----------------- Running the Tests -----------------