From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6520199916203016192 X-Received: by 10.80.171.15 with SMTP id s15mr177293edc.6.1518505416403; Mon, 12 Feb 2018 23:03:36 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.170.50 with SMTP id o47ls7270812edc.3.gmail; Mon, 12 Feb 2018 23:03:35 -0800 (PST) X-Google-Smtp-Source: AH8x225IfV8KVSjTbj3Yi2FZoImZPBXppZqpQFl7gWhooduroBbZgsB4tO8wgQNDL/VCMnLTWHav X-Received: by 10.80.149.81 with SMTP id v17mr178350eda.10.1518505415693; Mon, 12 Feb 2018 23:03:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518505415; cv=none; d=google.com; s=arc-20160816; b=0TgGEyt4LNv1iR8nGMMDdUSdICTn/ZwLJeaz5LSvdS5Cp9Pf1r+0nyVjI5+ud//Nnx Z7CW9d5awgl6DXVCiTZLeXa0r0SkTtQf9Bt3a7IDZ3TfSg5GTb4d02Y9SxEwC770vVPu c6QTa8fst8j+snosAj40rL46P35A7pE0Ol+MrcUfAaNs6e+CvYVg8qXtMkINKSu/zcgS rlZOBrm7hOkLfUyW0KESTfTw3FlSWbAvDDZPBP9VOa0/i0EbtfbpFflX1YMF1+hHK2/o hFjqdurjdcDVSu+EP80n3hsS/Tus7FDU15cWq7jaUcmtpMU/uhnu84eseNf7OPEo7uNL +B4w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=MxKcAcTVdydFbEQunvAG5jS5q2bVFogJ8cUaGeFc/Ak=; b=K4KjqnM3Ydgt4nj3DPvLK+e8MlfuYLiO/Hy0tPUFa7JMVcslEau/EkVoXGkTV5N7SM 6a6amFAUdk4hprmu2iRXJsFrcyPUd0F013v7p4Cgb2PXMpmpJPZtBSW36GtgDWl+NKcq 4W/xPQWmQdVSpTZXuulHitC1Fr5rn6ekn662b5CwcaPI71t2sTHlzK8VwbfRTgIUjUQ/ rcz22I75oN/lOVJ8he6Hd33uZKEERmNIGkP+bJR7yVqv5eKIC0IKnce/K4FTf9tqQBES maUtnBE9Q86r4XdHzElFsWZS0qXAjNiuJF+1sX5WYN1It9CdCMF1zIB/UA/4Fe772rQd IUZQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id v28si541722edd.3.2018.02.12.23.03.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Feb 2018 23:03:35 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id w1D73ZHC019197 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 13 Feb 2018 08:03:35 +0100 Received: from [167.87.35.57] ([167.87.35.57]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id w1D73YpA006196; Tue, 13 Feb 2018 08:03:34 +0100 Subject: Re: [PATCH v4 6/8] Add custom kernel examples To: Alexander Smirnov , isar-users References: <32803d54dd94b81ae2fae3b40d7ce3c24040ae56.1518362719.git.jan.kiszka@siemens.com> From: Jan Kiszka Message-ID: <24409432-3877-caf7-4180-5a1fe6972b4b@siemens.com> Date: Tue, 13 Feb 2018 08:03:34 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-TUID: a76trvLiJi7T On 2018-02-12 20:02, Alexander Smirnov wrote: > On 02/11/2018 06:25 PM, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Provide two examples for describing custom kernel builds. Both are for >> x86_64, simply using upstream x86_64_defconfig to define the required >> defconfig. One example is demoing a build from a tarball, the other >> pulling from git. >> >> Signed-off-by: Jan Kiszka >> --- >>   meta-isar/recipes-kernel/linux/files/defconfig     | 308 >> +++++++++++++++++++++ >>   meta-isar/recipes-kernel/linux/linux-cip_4.4.bb    |  17 ++ >>   .../recipes-kernel/linux/linux-mainline_4.14.18.bb |  15 + >>   3 files changed, 340 insertions(+) >>   create mode 100644 meta-isar/recipes-kernel/linux/files/defconfig >>   create mode 100644 meta-isar/recipes-kernel/linux/linux-cip_4.4.bb >>   create mode 100644 >> meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb >> >> diff --git a/meta-isar/recipes-kernel/linux/files/defconfig >> b/meta-isar/recipes-kernel/linux/files/defconfig >> new file mode 100644 >> index 0000000..e32fc1f >> --- /dev/null >> +++ b/meta-isar/recipes-kernel/linux/files/defconfig >> @@ -0,0 +1,308 @@ > > Do you have any concerns if I add a comment here from where this config > was taken? Sometimes it would be very helpful to understand what this > config contains, at least which arch. Done. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux