From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6520199916203016192 X-Received: by 10.25.26.66 with SMTP id a63mr144524lfa.19.1518693882779; Thu, 15 Feb 2018 03:24:42 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.0.207 with SMTP id 198ls619801lfa.16.gmail; Thu, 15 Feb 2018 03:24:42 -0800 (PST) X-Google-Smtp-Source: AH8x226cwdl/pjSf/OuIkmHKYiCpHkzuNWPV/JK0f48EYvGYjmZMXXeoZ6JDyMtPikxK3SwxIsy/ X-Received: by 10.25.207.75 with SMTP id f72mr156171lfg.28.1518693882129; Thu, 15 Feb 2018 03:24:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518693882; cv=none; d=google.com; s=arc-20160816; b=p2G3/6LMxtHcvGFY0/a/3kft8B163nK3UUyFVMdW9UNvn2qklxue8EHzXdzqIxW+7V 9CYdfo2qI6Oa6lXnVWi1SfC3uQAkoljekjki1e0jjK8C+Im9UCP0+05711HHDf18phgc E1BtQnWeDtZau1m8cVjJtnDdlv7LhFh7pS27FuWFDJ4Xm6doIAfwCL2CzwdSs7RkLLva S+LxSjwK5Uo2e3geEnl03Rc8N/bfk7Afeo/u22eK20YEHd/8nszEfIio9bRsxxuMFMas YzoCSCDSXQfeLCWyG4vN+SA67nhOGfs3m3B7MNRjdHkjoIm3YEvacD18Ox5S/wiSK5wG v8pg== 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=7od6mJecnDyEkM8wsnU9gezG+AdtbrP/9jawZgcQ9mk=; b=KCZ0AcZs/DsqNqBMAEBoYckLRHG3astqB0MGfmrT52s1mGBAhGVRsEqIFvKedjBTBO aohln0Y9Ke8Zo9HRH7mRwrm1fW6yaAwshSWVDrv1JJhLgrSW2bwkYadkIBUOs5LivPiV JmakgjpmLRJ4v6f8wC886HrMmElhjjcctSHEWZdXET7t/e/OW7pqZD5kaMe1K0OQPK0D HaAo/H9RZlSu9IsTbOEd+3np66OIzHMA+c2ca0DbsJpZ9iuZTkUc8+8VqNNbNQjLPHdj MankQk/+TJyZdzEdcMqCxC+7BZ2ov01/z6u63ro/ZAivNKsSOanBczO4BsgrXDNLCypw j3hg== 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 v9si87251lfa.3.2018.02.15.03.24.41 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Feb 2018 03:24:41 -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 w1FBOcQ4014095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 15 Feb 2018 12:24:40 +0100 Subject: Re: [PATCH v5 0/5] Provide infrastructure and examples for custom kernels and modules To: Jan Kiszka , isar-users References: From: Alexander Smirnov Message-ID: Date: Thu, 15 Feb 2018 14:24:33 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 59NdEHUGmU9V On 02/14/2018 12:13 PM, Jan Kiszka wrote: > This is now finally the promised patches to provide simple patterns for > building custom kernels for Isar images that replace the distro kernels. > It also provids the same pattern for custom out-of-tree kernel modules. > > Changes in v5: > - dropped merged patches > - reworked kernel packages naming and selection mechanism to use > flavor/arch rather them overwriting upstream names > - fixed rebuilds of the kernel (.version was causing problems) > - moved kernel build into script - and switched back to include pattern > - provided note on origin of exemplary defconfig > - add KERNEL_DEFCONFIG variable > Looks good to me, applied to next. Should I wait documentation for this feature? One small issue: you use @XYZ@ pattern for substitution, while ##XYZ## is used in multistrap configs. I'm with unified style in Isar. I'd prefer your variant, so just as TODO for somebody - replace remaining ##XYZ## patterns in Isar to @XYZ@. Alex