From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6520199916203016192 X-Received: by 10.223.134.137 with SMTP id 9mr32981wrx.25.1518509771244; Tue, 13 Feb 2018 00:16:11 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.223.163.205 with SMTP id m13ls3176845wrb.0.gmail; Tue, 13 Feb 2018 00:16:10 -0800 (PST) X-Google-Smtp-Source: AH8x224B5RbNxKRxJPUpOtVGLicpLKNUZOo8i+4D44YtwcEymwwA2fEm2c4RkzbwCCqG0YKAmIXe X-Received: by 10.223.133.198 with SMTP id 6mr34707wru.31.1518509770794; Tue, 13 Feb 2018 00:16:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518509770; cv=none; d=google.com; s=arc-20160816; b=wZiA5huqbVO9d08x3PxMkAXSwFAdFJjPMFjicRH1x0PE6B/FHC3YgCttDFz8xZoyry t83Zx+ScoTOS9mL6i/h6lGK0wiLu0pl7o2SeSljzIinAS0j8yTJnody8V1ucmW15IV2f Ipi3lTADS5Yl64OEv+lr1zttqMyh69hkEFc4fqQS+HvenYW5pp1iJhPnr5k5jKtSavYR aSZEw1oTh0lJat8fWZpPTmQLJSMSvnb/8WTi4RtJQmqvzeUJAQ8TvyP56VlsDHJVshKb z5TPvfX3YDrrHrAzIOG7CiZ46vrBeT4pnPM7m7zJYvRS0wUkqxzN1NOaI4P8JQsrWqc5 ZmLw== 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=8CCqn6JVSMU6aSS79d5Yi1N2hL38YG71SJhGke+Zlco=; b=pdxXb48o1T+tUCFNWxLzfdCH4afXxdH6lQsmla3bRzASPFpEaCKgej/11FMhQ4biLM ox1sr+8M3hapWgy1oDNJzaMST/4Op/Fqj8kE0rXIALz+5LJsf/giwB0MkUfnxEK0R9+R NJVAvjRpV67tfgtIl99yujRSVJfi11kKdQeUp6WR1O/MVSUK5p+tZpCh8OK1b9sGine2 k71/JFveRIIubeWgew2pN5oR99N2/8EEUyn+eIF/lpWmSNM2ndf2GNLR3wb8D/SekyWS NYqiCbZQdc/vLFXTf49j0RN06qs/9tKsiNMZ2VRLKlA6igw93TyVb2CO5AehVdnQ2Ehl skxA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id b10si392422wmc.0.2018.02.13.00.16.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Feb 2018 00:16:10 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w1D8G7bQ005197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 13 Feb 2018 09:16:09 +0100 Subject: Re: [PATCH v4 6/8] Add custom kernel examples To: Jan Kiszka , isar-users References: <32803d54dd94b81ae2fae3b40d7ce3c24040ae56.1518362719.git.jan.kiszka@siemens.com> <24409432-3877-caf7-4180-5a1fe6972b4b@siemens.com> From: Alexander Smirnov Message-ID: <3a83b4f2-3f3d-69a7-a5d0-606c1e92841e@ilbers.de> Date: Tue, 13 Feb 2018 11:16:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <24409432-3877-caf7-4180-5a1fe6972b4b@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-TUID: Ah3qVuphPPV4 On 02/13/2018 10:03 AM, Jan Kiszka wrote: > 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. What do you mean by "done"? :-) BTW: in future it would nice to implement configurable defconfig like it's done in Yocto via variable, for example: https://github.com/Freescale/meta-freescale/blob/master/conf/machine/t1042d4rdb-64b.conf#L22 otherwise this recipe could be used for single machine only. Alex