From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6476353310493245440 X-Received: by 10.28.174.201 with SMTP id x192mr16554wme.14.1508141066983; Mon, 16 Oct 2017 01:04:26 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.93.130 with SMTP id r124ls1257263wmb.12.gmail; Mon, 16 Oct 2017 01:04:26 -0700 (PDT) X-Google-Smtp-Source: AOwi7QD/MUFfWhrxvLHqBbFkRHOVypVAVkHPasz5EQqgu6nLendbrWMAJowgFkebZcuNMMsfYbwC X-Received: by 10.223.151.196 with SMTP id t4mr445136wrb.24.1508141066691; Mon, 16 Oct 2017 01:04:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1508141066; cv=none; d=google.com; s=arc-20160816; b=e33PCH4qqcJty6QncVEygRu0urF/U6BW70BScilb0mbN8SIjTT7mnxXbwMUAareNkf WOIMnQF1RoBwdEqg6yeYQXS2E1Fore/mlxoAU+wg3zzxBICr2I4wYqLupY4xGaikX9WI IMA5+DP9A55d4vZJJo2w98nVuqNPTb6NCW7MTZ/A0gYhaN9NOq8ksV3vSKSD9gL69Mqq JayXX/F1x1YueUytyTquluKI8PWZhdWyhjluwN66GFTVsDJaw7LsOBTO7kgi7wBacd3p ohJ3OIwE3cea7GvyKzAC6RiUyZv+ysg2NfIT25T5eJD0YDxVaJ1sNHfLw0gzRghOPZau J3Uw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=nwJDOJuYNY34wZ/3L0UutEHw3K9TM75Gc3l+8Oaeyh4=; b=0n8J+pAkh3vaSwuVH1oNCACDbi6sF0srNiAKkZOpzrMS6OYvFA5dAUS2Suh/vNRBGr NT3txUyIj0zLubmCw9ByEu0jviPMWMUO2CRcGYTew30+bRuwt/P05cv5Q4sBep1OiJR2 NmM8dWBUjRkOb4d1OI6oG2aVofMc/YMajddMDMK+Bs80qAexAbemXrjRUL911g+GoINM Xmyak1sxV4xUitE/Z50/T1HqDbGrCSXJ/u/npiWrL396yhA2FL4gsqKAJe9UZr7V9Pdb duIOZevgdXKxnvsWNcminSUFLwU4rN6d2Czk9sHVkof1feHiF62NlK4JDXIHJT418uT9 RzYw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id m62si125546wmi.1.2017.10.16.01.04.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Oct 2017 01:04:26 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.28 is neither permitted nor denied by domain of henning.schild@siemens.com) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id v9G84QOv011969 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 16 Oct 2017 10:04:26 +0200 Received: from md1em3qc ([139.25.68.40]) by mail3.siemens.de (8.15.2/8.15.2) with ESMTP id v9G84PvZ028377; Mon, 16 Oct 2017 10:04:26 +0200 Date: Mon, 16 Oct 2017 10:04:25 +0200 From: Henning Schild To: Baurzhan Ismagulov Cc: Subject: Re: [URGENT PATCH] multiconfig: update stretch kernel versions Message-ID: <20171016100425.40ab381d@md1em3qc> In-Reply-To: <20171013162154.GD5147@yssyq.radix50.net> References: <20171013111827.14823-1-henning.schild@siemens.com> <20171013162154.GD5147@yssyq.radix50.net> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: 1/tf7W1bJ1OJ On Fri, 13 Oct 2017 18:21:54 +0200 Baurzhan Ismagulov wrote: > On Fri, Oct 13, 2017 at 05:54:49PM +0200, Jan Kiszka wrote: > > BTW: One version change, but up to three lines modified per variant. > > Wouldn't it make sense to use one variable here? > > Bitbake seems to support var expansion in var assignment, so this > should be possible. > > As Alex mentioned, there is a better fix: > > https://github.com/ilbers/isar/commit/52b8d3563568f1245eea2d74b366f24e94207c56 > > It determines the version automatically. We'll rebase it and send to > the list. We might still need your suggestion for the following cases: > > * Multiple versions in Debian. > * Additional kernels in product repos. > * Kernel not installed into the rootfs. > * No initrd. I already have a recipe for a custom kernel in a layer. That works without touching Isar but is kind of a hack. And you are right, a way to fully customize the kernel is needed. Thanks for merging. Henning > With kind regards, > Baurzhan. >