From patchwork Mon Aug 31 09:21:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 11745999 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 824CB17D0 for ; Mon, 31 Aug 2020 09:21:29 +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 5DAB32098B for ; Mon, 31 Aug 2020 09:21:29 +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="tW+Oa1ak" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5DAB32098B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=siemens.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5336+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id qVwWYY4521763xRMcgo65bbp; Mon, 31 Aug 2020 02:21:29 -0700 X-Received: from lizzard.sbs.de (lizzard.sbs.de [194.138.37.39]) by mx.groups.io with SMTP id smtpd.web12.49629.1598865686654339619 for ; Mon, 31 Aug 2020 02:21:27 -0700 X-Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id 07V9LNk7030070 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 31 Aug 2020 11:21:24 +0200 X-Received: from md1f2u6c.ad001.siemens.net ([167.87.39.104]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 07V9LMgO030412; Mon, 31 Aug 2020 11:21:23 +0200 From: "Jan Kiszka" To: cip-dev@lists.cip-project.org Cc: Nobuhiro Iwamatsu Subject: [cip-dev] [isar-cip-core][PATCH 0/3] ci fixes Date: Mon, 31 Aug 2020 11:21:19 +0200 Message-Id: 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: D4i5InmTJJm3pYZTSsYGl0WOx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1598865689; bh=waItXCm9b/H62qlQQrFTdd8EojFYMeAR5+Nu5NAnGWo=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=tW+Oa1akL0D4tIqXbCarnc8wiaeamJFlQW3FTIFPWw/tO+loJJHR0leDhYstfa5sQkO MrD4ZeMeppAOYgLpgNX+TZr2sli3l+3JCUXtAnMC/ov3OxjBfTLr1Zmzq3HM0guo2tVul gX5bq03Wp3+5zk25jpy7It1kygkm8p/saW8= This fixes ci, keeping the parallel build. Obsoletes "ci: Fix hihope-rzg2m deployment". Jan Jan Kiszka (3): hihope-rzg2m: Align kas filename with machine name ci: Do not try to deploy the security image linux-cip Switch to gitlab source and update to 4.19.140-cip33 .gitlab-ci.yml | 8 +++++--- kas/board/{rzg2m.yml => hihope-rzg2m.yml} | 0 recipes-kernel/linux/linux-cip-common.inc | 4 +++- recipes-kernel/linux/linux-cip-rt-common.inc | 2 -- recipes-kernel/linux/linux-cip-rt_4.19.135-cip31-rt13.bb | 2 +- recipes-kernel/linux/linux-cip-rt_4.4.231-cip47-rt30.bb | 2 +- ...-cip_4.19.138-cip32.bb => linux-cip_4.19.140-cip33.bb} | 2 +- recipes-kernel/linux/linux-cip_4.4.230-cip47.bb | 2 +- 8 files changed, 12 insertions(+), 10 deletions(-) rename kas/board/{rzg2m.yml => hihope-rzg2m.yml} (100%) rename recipes-kernel/linux/{linux-cip_4.19.138-cip32.bb => linux-cip_4.19.140-cip33.bb} (67%)