From patchwork Fri Aug 21 09:55:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quirin Gylstorff X-Patchwork-Id: 11728719 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 9A43F1575 for ; Fri, 21 Aug 2020 09:56:04 +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 75398207DF for ; Fri, 21 Aug 2020 09:56:04 +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="XeKXY2lZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 75398207DF 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+5170+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id rxfSYY4521763xyVw8zGhXQO; Fri, 21 Aug 2020 02:56:04 -0700 X-Received: from gecko.sbs.de (gecko.sbs.de [194.138.37.40]) by mx.groups.io with SMTP id smtpd.web11.130579.1598003762831393641 for ; Fri, 21 Aug 2020 02:56:03 -0700 X-Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id 07L9u1rd026935 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 21 Aug 2020 11:56:01 +0200 X-Received: from md2dvrtc.fritz.box ([167.87.58.237]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 07L9u0Qq003248; Fri, 21 Aug 2020 11:56:00 +0200 From: "Quirin Gylstorff" To: cip-dev@lists.cip-project.org, jan.kiszka@siemens.com Cc: Quirin Gylstorff Subject: [cip-dev][isar-cip-core][PATCH v4 1/6] linux-cip: Update revision of kernel config Date: Fri, 21 Aug 2020 11:55:54 +0200 Message-Id: <20200821095559.28467-2-Quirin.Gylstorff@siemens.com> In-Reply-To: <20200821095559.28467-1-Quirin.Gylstorff@siemens.com> References: <20200821095559.28467-1-Quirin.Gylstorff@siemens.com> 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: hXQJREMqkgjLMDKAP9TDyByNx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1598003764; bh=H9x25AtM00MWj/7uIAdLMAIfBXx2cnFkxduVVEzZgnE=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=XeKXY2lZPVxup+2H/yEEh++nymD9JAxr4LYNdNSMwmpbF3rA+0yOYV83fNi9r9IUAnb eurnsdbX/7ppoeUJREAyaLdk17TFKZbQCtP0SvlHk/Gj5duh2BGegaJLbhRp9pLGlu1CN z63NQzMH292fxaeDrmYAw2JE5cVf1pX/8kI= From: Quirin Gylstorff Update the kernel configuration to the lasted version to avoid a qemu runtime error. Signed-off-by: Quirin Gylstorff --- recipes-kernel/linux/linux-cip-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-cip-common.inc b/recipes-kernel/linux/linux-cip-common.inc index d45a3b0..0c76835 100644 --- a/recipes-kernel/linux/linux-cip-common.inc +++ b/recipes-kernel/linux/linux-cip-common.inc @@ -26,4 +26,4 @@ SRC_URI += " \ SRC_URI_append = " ${@conditional("USE_CIP_KERNEL_CONFIG", "1", \ "git://gitlab.com/cip-project/cip-kernel/cip-kernel-config.git;protocol=https;destsuffix=cip-kernel-config;name=cip-kernel-config", \ "file://${KERNEL_DEFCONFIG}",d)}" -SRCREV_cip-kernel-config ?= "db2085219b5f28ed7c3e0fbdf93b7867947958a8" +SRCREV_cip-kernel-config ?= "ca24d965adf77730caf1cd32bdfcffd69e369502"