From patchwork Wed Jan 8 14:33:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gylstorff Quirin X-Patchwork-Id: 11323797 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 E47BF1395 for ; Wed, 8 Jan 2020 14:34:44 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CB3C720720 for ; Wed, 8 Jan 2020 14:34:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CB3C720720 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=siemens.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=cip-dev-bounces@lists.cip-project.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A5D1087A34; Wed, 8 Jan 2020 14:34:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kbF2CZyaLKiW; Wed, 8 Jan 2020 14:34:44 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id F37D3879F5; Wed, 8 Jan 2020 14:34:43 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id D1471C1796; Wed, 8 Jan 2020 14:34:43 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@lists.linuxfoundation.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 22424C0881 for ; Wed, 8 Jan 2020 14:34:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1197786180 for ; Wed, 8 Jan 2020 14:34:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XdE+7SbBaECv for ; Wed, 8 Jan 2020 14:34:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by whitealder.osuosl.org (Postfix) with ESMTPS id C670386096 for ; Wed, 8 Jan 2020 14:34:41 +0000 (UTC) Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id 008EYdSt030181 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 8 Jan 2020 15:34:39 +0100 Received: from md2dvrtc.ad001.siemens.net ([139.25.69.120]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id 008EYd2Q001552; Wed, 8 Jan 2020 15:34:39 +0100 From: "Q. Gylstorff" To: cip-dev@lists.cip-project.org Date: Wed, 8 Jan 2020 15:33:53 +0100 Message-Id: <20200108143358.26177-1-Quirin.Gylstorff@siemens.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Cc: Quirin Gylstorff Subject: [cip-dev] [isar-cip-core PATCH 0/5] Use cip-kernel-config for images X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cip-dev-bounces@lists.cip-project.org Sender: "cip-dev" From: Quirin Gylstorff Use the kernel_defconfigs from https://gitlab.com/cip-project/cip-kernel/cip-kernel-config to build the images for rzg2m, iwg20m and simatic-ipc227e. The final patch is necessary until isar upstream will apply it. Quirin Gylstorff (5): recipes-kernel/linux: allow the usage of the cip-kernel-config Use renesas-config for hihope-rzg2m Use renesas_shmobile_defconfig for iwg20m Use siemens_ipc227e_defconfig for simatic-ipc227e kas: patch isar for iwg20m with kernel 4.4 conf/machine/hihope-rzg2m.conf | 3 +- conf/machine/iwg20m.conf | 2 + conf/machine/simatic-ipc227e.conf | 2 + ...d-path-to-image-for-arm-kernels-4.12.patch | 37 +++++++++++++++++++ kas.yml | 9 ++++- recipes-kernel/linux/linux-cip-common.inc | 18 +++++++-- 6 files changed, 65 insertions(+), 6 deletions(-) create mode 100644 isar-patches/0001-linux-custom-add-path-to-image-for-arm-kernels-4.12.patch