From patchwork Tue Aug 4 13:47:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 11700421 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AE9DB138C for ; Tue, 4 Aug 2020 13:47:44 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9B4B52075F for ; Tue, 4 Aug 2020 13:47:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="cve5xOYM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9B4B52075F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=toshiba.co.jp Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5094+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id MIINYY4521763xxa08diCRx9; Tue, 04 Aug 2020 06:47:44 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.158]) by mx.groups.io with SMTP id smtpd.web12.5662.1596548863429841437 for ; Tue, 04 Aug 2020 06:47:43 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1116) id 074Dle1s007612; Tue, 4 Aug 2020 22:47:40 +0900 X-Iguazu-Qid: 2wGqu78fiiC6G46dBg X-Iguazu-QSIG: v=2; s=0; t=1596548860; q=2wGqu78fiiC6G46dBg; m=ptiH8GYLaec0+w5pmB8VQU38wNKIvCDLi6urp76vFn4= X-Received: from imx12.toshiba.co.jp (imx12.toshiba.co.jp [61.202.160.132]) by relay.securemx.jp (mx-mr1113) id 074Dlcn6026384; Tue, 4 Aug 2020 22:47:40 +0900 X-Received: from enc02.toshiba.co.jp ([61.202.160.51]) by imx12.toshiba.co.jp with ESMTP id 074Dlc5B026585 for ; Tue, 4 Aug 2020 22:47:38 +0900 (JST) X-Received: from hop101.toshiba.co.jp ([133.199.85.107]) by enc02.toshiba.co.jp with ESMTP id 074Dlcfu006608 for ; Tue, 4 Aug 2020 22:47:38 +0900 From: "Nobuhiro Iwamatsu" To: cip-dev@lists.cip-project.org Cc: Nobuhiro Iwamatsu Subject: [cip-dev] [PATCH 2/3] customizations: Remove rt-tests and stress-ng from DEBIAN_DEPENDS Date: Tue, 4 Aug 2020 22:47:27 +0900 X-TSB-HOP: ON Message-Id: <20200804134728.445732-2-nobuhiro1.iwamatsu@toshiba.co.jp> In-Reply-To: <20200804134728.445732-1-nobuhiro1.iwamatsu@toshiba.co.jp> References: <20200804134728.445732-1-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: RT3pAjnJT9mvhFQKqTNA6QMzx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1596548864; bh=zj9eD+s4cCxsTdQBeOZvgEZb3sNfD0px8GgdWiGmkBw=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=cve5xOYMRsQgEFOGpEsgbRBBUJ9gfqk7hVElNkhsO/lu1+k+9ZJKChnHlIewUFSG2aT jrSLTD76hKJQeS+DVPYjpdBCP/updGd+S3ixOHe9WxAOUx7BACm4bCNr2l5z8rnE6MZ+W Klqc15pa/Snawveohk139OA6e5UdfZ1d3Ic= Signed-off-by: Nobuhiro Iwamatsu --- recipes-core/customizations/customizations.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-core/customizations/customizations.bb b/recipes-core/customizations/customizations.bb index 38881fb..932b11c 100644 --- a/recipes-core/customizations/customizations.bb +++ b/recipes-core/customizations/customizations.bb @@ -11,7 +11,7 @@ inherit dpkg-raw -DESCRIPTION = "CIP Core image demo & test customizations" +DESCRIPTION = "CIP Core image demo & customizations" SRC_URI = " \ file://postinst \ @@ -21,8 +21,7 @@ SRC_URI = " \ DEPENDS += "sshd-regen-keys" DEBIAN_DEPENDS = " \ - ifupdown, isc-dhcp-client, net-tools, iputils-ping, ssh, sshd-regen-keys, \ - rt-tests, stress-ng" + ifupdown, isc-dhcp-client, net-tools, iputils-ping, ssh, sshd-regen-keys" do_install() { install -v -d ${D}/etc/network/interfaces.d