From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6607061979942092800 X-Received: by 2002:a1c:8c0e:: with SMTP id o14-v6mr912784wmd.16.1538391097422; Mon, 01 Oct 2018 03:51:37 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:fd4f:: with SMTP id h15-v6ls6863723wrs.11.gmail; Mon, 01 Oct 2018 03:51:37 -0700 (PDT) X-Google-Smtp-Source: ACcGV615ayEBfhDUIb3Q9s7uz9JQ0NZPxIWUJ3uQax8PS4Cd24AR7W/5/lh7GIXVIurgresPxlda X-Received: by 2002:a5d:46cd:: with SMTP id g13-v6mr1037295wrs.5.1538391097044; Mon, 01 Oct 2018 03:51:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538391097; cv=none; d=google.com; s=arc-20160816; b=QNZ3cpVd0S8I60fDCxEmqd/xXk9GUt9txNnWNBwqy8xHTUSrn369qsJhbjGqkYuQ1L i+RHINaPub0TFkNKknhUjVc11DN3HPcNc3O9jtFc9T9Rd32kyyKNI2/yV/ZM6GQpXKak jXQsw9kfMoL5R7OohAqQ2Orf9S/ouoD2BxISiIOkPLYZTZr7MegDGFBy6mO1tFsKhGU+ Q6u5/B1SXMkgm/tl8Meo4PEbpWjU/JsGIJJGWNiYT3PnUB+MXNVO+dHpVuxGsPe/wxgv nwch2YR1jdOeYZas+sNPpAA2P/uiwfmLdJL6Tkc5yu7+NQaUaDaU8LJjLEuqvXI556MH MS6g== 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:organization:from:references:to:subject; bh=COavC9EIv7RO/ks3S/tGEBnCo80SxcSB2EhlC0+Xk/8=; b=sdTuDyH8Y/qtb5UIQ6yC6VbroYL2Rd1c0c6F3amfTP4IkgoDqmOcn5idoMrvAUA7tU y9wtPPHO17vRWg/8JkHk3dT0890cUVRMuaJUncTC+ILjxo9dyg+fNLoSB08j2K+UoF5t n2clSjKcnzkZH+7KUV12OJP8wortCeHP62PBxpRQrGGbHnChhYLvSi9t1ntr7RPnDcFt WjEiCowjPnCiILI7Pebxf1N8E/UQVA8zRlFnDusSIzpa20NP08ZJab3NLW1+kk8CauRg kje94j1Bdi7m8InJPIjq7GTYkbsHggMwS5ArTUkcRw5zspunN3J6nCe4qXGIkFszFRW6 G7Sw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id z39-v6si757127wrb.2.2018.10.01.03.51.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 Oct 2018 03:51:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of mosipov@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 mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Received: from [192.168.50.211] (nat-ppp-217.71.235.199-satnet-spb.ru [217.71.235.199] (may be forged)) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w91ApY9b008875 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 1 Oct 2018 12:51:35 +0200 Subject: Re: [PATCH] linux-custom: Add further build dependencies for recent kernels To: Jan Kiszka , isar-users References: <43a5a1b9-b032-36ff-0401-9d05c7198f3b@web.de> From: "Maxim Yu. Osipov" Organization: ilbers GmbH Message-ID: <3162a914-cfbc-409c-5d3e-6cb3efa027b2@ilbers.de> Date: Mon, 1 Oct 2018 13:51:28 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <43a5a1b9-b032-36ff-0401-9d05c7198f3b@web.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: zeHG5ZAO0YXH On 9/30/18 7:54 PM, Jan Kiszka wrote: > From: Jan Kiszka > > Seen as needed with 4.19-rc5, might affect older kernels as well. Applied to the 'next'. Thanks, Maxim. > Signed-off-by: Jan Kiszka > --- > meta/recipes-kernel/linux/linux-custom.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-kernel/linux/linux-custom.inc b/meta/recipes-kernel/linux/linux-custom.inc > index d7595e4..34c9a62 100644 > --- a/meta/recipes-kernel/linux/linux-custom.inc > +++ b/meta/recipes-kernel/linux/linux-custom.inc > @@ -22,7 +22,7 @@ inherit dpkg-base > > SRC_URI += "file://build-kernel.sh" > > -KBUILD_DEPENDS ?= "libssl-dev libelf-dev bc git kmod" > +KBUILD_DEPENDS ?= "build-essential:native libssl-dev libelf-dev bc git kmod bison flex cpio" > KERNEL_DEBIAN_DEPENDS ?= "initramfs-tools | linux-initramfs-tool, kmod, linux-base (>= 4.3~)" > KERNEL_HEADERS_DEBIAN_DEPENDS ?= "libc6, libssl1.1" > > -- Maxim Osipov ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn Germany +49 (151) 6517 6917 mosipov@ilbers.de http://ilbers.de/ Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov