From patchwork Wed Aug 19 04:42:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 11722505 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 589B014F6 for ; Wed, 19 Aug 2020 04:42:25 +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 C7ACF207BB for ; Wed, 19 Aug 2020 04:42:24 +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="tYcDidbG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C7ACF207BB 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+5135+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id PRrjYY4521763x6qdFd3Y2E5; Tue, 18 Aug 2020 21:42:24 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.158]) by mx.groups.io with SMTP id smtpd.web11.82889.1597812141138336453 for ; Tue, 18 Aug 2020 21:42:23 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1116) id 07J4gHTM026159; Wed, 19 Aug 2020 13:42:17 +0900 X-Iguazu-Qid: 2wGrV5ExkRwUAD1NyM X-Iguazu-QSIG: v=2; s=0; t=1597812137; q=2wGrV5ExkRwUAD1NyM; m=559kkkGoiShA0Ir5LpuxQ8fLgcPGWtDDRbyFMFU1w04= X-Received: from imx2.toshiba.co.jp (imx2.toshiba.co.jp [106.186.93.51]) by relay.securemx.jp (mx-mr1112) id 07J4gGhF002315; Wed, 19 Aug 2020 13:42:17 +0900 X-Received: from enc01.localdomain ([106.186.93.100]) by imx2.toshiba.co.jp with ESMTP id 07J4gGH2026314; Wed, 19 Aug 2020 13:42:16 +0900 (JST) X-Received: from hop001.toshiba.co.jp ([133.199.164.63]) by enc01.localdomain with ESMTP id 07J4gGLm008471; Wed, 19 Aug 2020 13:42:16 +0900 From: "Nobuhiro Iwamatsu" To: cip-dev@lists.cip-project.org Cc: jan.kiszka@siemens.com, Nobuhiro Iwamatsu Subject: [cip-dev] [isar-cip-core][PATCH v2 2/3] customizations: Remove rt-tests and stress-ng from DEBIAN_DEPENDS Date: Wed, 19 Aug 2020 13:42:00 +0900 X-TSB-HOP: ON Message-Id: <20200819044201.1255803-2-nobuhiro1.iwamatsu@toshiba.co.jp> In-Reply-To: <20200819044201.1255803-1-nobuhiro1.iwamatsu@toshiba.co.jp> References: <20200819044201.1255803-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: 4bAPZWryTUiaFyywaZHMWw1dx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1597812144; bh=tFPAIYnY//vEAQqdtQWI4chGY2zAhE0Ck61H7r42JJQ=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=tYcDidbGTQwQlddQwj6tvk7GO5HQVbdTGn+cf7uG1/w2VyADkhzt0o9fCNAFxcABZR9 TjlUAKUOsdRXO8SXWK9DCStIAr4R1jqxLrSlitiICkIZYTgbNisDh3yftEq7zz6s8ceHC Awjj0y2GCf4M2TlVEYs2DcpvOaA/eJEG4js= 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