From patchwork Thu May 27 13:17:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quirin Gylstorff X-Patchwork-Id: 12284223 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED347C4708A for ; Thu, 27 May 2021 13:17:49 +0000 (UTC) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) (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 7E950611AE for ; Thu, 27 May 2021 13:17:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7E950611AE 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+6474+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id UUKsYY4521723xfuLHDd402q; Thu, 27 May 2021 06:17:49 -0700 X-Received: from lizzard.sbs.de (lizzard.sbs.de [194.138.37.39]) by mx.groups.io with SMTP id smtpd.web08.6664.1622121468126996450 for ; Thu, 27 May 2021 06:17:48 -0700 X-Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id 14RDHicu014574 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 27 May 2021 15:17:44 +0200 X-Received: from md2dvrtc.fritz.box ([167.87.10.167]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id 14RDHgb1007209; Thu, 27 May 2021 15:17:43 +0200 From: "Quirin Gylstorff" To: jan.kiszka@siemens.com, cip-dev@lists.cip-project.org Cc: Quirin Gylstorff Subject: [cip-dev][isar-cip-core][PATCH 4/5] .gitlabci.yml: add swupdate build Date: Thu, 27 May 2021 15:17:40 +0200 Message-Id: <20210527131741.8828-5-Quirin.Gylstorff@siemens.com> In-Reply-To: <20210527131741.8828-1-Quirin.Gylstorff@siemens.com> References: <20210527131741.8828-1-Quirin.Gylstorff@siemens.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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 Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: 2BCRHTyRUJ8tLLb0dLd2805px4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1622121469; bh=hLPtyUAcr1XKhjoy0WAb7KSBtCltJ5MTUBeBC15472Q=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=U+mGYaVppk0sWP860bIUiGgHT/G52aQjMA3tyJg/zJCqN8ZntGgXcoHw423du5B6ve5 fCQuBn6uYAnq3opAdbKSIJfml7fusyFvMdznEObsM0CNS+vDU9Be7kG2u4NvjTIuHXBMT rkcI96hzFlfPn61+xob9aWBXKIy6BWgHJU8= From: Quirin Gylstorff Signed-off-by: Quirin Gylstorff --- .gitlab-ci.yml | 10 ++++++++++ kas/opt/ebg-swu.yml | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 kas/opt/ebg-swu.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bfed93..44ade3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -163,3 +163,13 @@ build:qemu-amd64-secure-boot: targz: disable deploy: disable +build:qemu-amd64-swupdate: + extends: + - .build_base + variables: + target: qemu-amd64 + extention: ebg-swu + use_rt: disable + wic_targz: disable + targz: disable + deploy: disable diff --git a/kas/opt/ebg-swu.yml b/kas/opt/ebg-swu.yml new file mode 100644 index 0000000..8c56182 --- /dev/null +++ b/kas/opt/ebg-swu.yml @@ -0,0 +1,16 @@ +# +# CIP Core, generic profile +# +# Copyright (c) Siemens AG, 2021 +# +# Authors: +# Quirin Gylstorff +# +# SPDX-License-Identifier: MIT +# + +header: + version: 10 + includes: + - efibootguard.yml + - swupdate.yml