From patchwork Wed Aug 19 04:41:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 11722509 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 94CCB138C 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 701352078B for ; Wed, 19 Aug 2020 04:42:25 +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="GEoihWl/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 701352078B 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+5137+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id fjbcYY4521763xRziATjBceZ; Tue, 18 Aug 2020 21:42:25 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.153]) by mx.groups.io with SMTP id smtpd.web12.82188.1597812143761188893 for ; Tue, 18 Aug 2020 21:42:24 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1514) id 07J4gLce013689; Wed, 19 Aug 2020 13:42:21 +0900 X-Iguazu-Qid: 34tKBCMUDE45qIfkuX X-Iguazu-QSIG: v=2; s=0; t=1597812141; q=34tKBCMUDE45qIfkuX; m=TOrh6e4NkzeC61eQ50tCNU1+HvIqlKrNaG9yhSUgyN8= X-Received: from imx12.toshiba.co.jp (imx12.toshiba.co.jp [61.202.160.132]) by relay.securemx.jp (mx-mr1510) id 07J4gK61002281; Wed, 19 Aug 2020 13:42:20 +0900 X-Received: from enc03.toshiba.co.jp ([106.186.93.13]) by imx12.toshiba.co.jp with ESMTP id 07J4gK04017561; Wed, 19 Aug 2020 13:42:20 +0900 (JST) X-Received: from hop101.toshiba.co.jp ([133.199.85.107]) by enc03.toshiba.co.jp with ESMTP id 07J4gJwn013409; Wed, 19 Aug 2020 13:42:20 +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 1/3] cip-core-image: Remove ltp-full from IMAGE_INSTALL Date: Wed, 19 Aug 2020 13:41:59 +0900 X-TSB-HOP: ON Message-Id: <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: bavtafotPyAKBjgswd2BpUNtx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1597812145; bh=pYPfyrbthhydAkxeIANKKz1zsfNBpmN4mTRysj2pW5U=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=GEoihWl/2PEdEyVFYSNTUFvMxqfD3y8iLwe0TEN5Le+WWgWP6vAzMFNKdveg2SZeiQY tRXLUxgFM+yUwKpCQ/tLcqNUBlGdLEx4jbT7+cB2qOdvi8fVqTnmwnEIwrNJLPPqGxbdU 9yhig2EVpScJn6H3lhdhAf5A435XVNDb4Lo= Signed-off-by: Nobuhiro Iwamatsu --- recipes-core/images/cip-core-image.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-core/images/cip-core-image.bb b/recipes-core/images/cip-core-image.bb index 4dfc983..fd2fd83 100644 --- a/recipes-core/images/cip-core-image.bb +++ b/recipes-core/images/cip-core-image.bb @@ -15,8 +15,6 @@ ISAR_RELEASE_CMD = "git -C ${LAYERDIR_cip-core} describe --tags --dirty --always DESCRIPTION = "CIP Core image" IMAGE_INSTALL += "customizations" -# for cip-testing -IMAGE_INSTALL += "ltp-full" # for swupdate EXTRACT_PARTITIONS = "img4"