From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6605577273814810624 X-Received: by 2002:a05:6000:12c7:: with SMTP id l7mr1042855wrx.11.1538044119746; Thu, 27 Sep 2018 03:28:39 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:4b1a:: with SMTP id y26-v6ls1849205wma.5.canary-gmail; Thu, 27 Sep 2018 03:28:39 -0700 (PDT) X-Google-Smtp-Source: ACcGV61YqTv4Ab271AIwQYlC0nBBWlGoWL3+wec1U5qn4v1zpGZ4hVSFyP+kPM3lSRpQumdLsnyE X-Received: by 2002:a7b:c189:: with SMTP id y9-v6mr1104141wmi.4.1538044119212; Thu, 27 Sep 2018 03:28:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538044119; cv=none; d=google.com; s=arc-20160816; b=axV8Ok7W3L6zYvk9oFBLUyesmXxD8n9qdM/jPCrSHk0biGystv+vQdnCvzU1v9MCC6 Gat410mycral0qkXOIvLGP9udw9tL2hAuLs4Dw22m9C7N2Kzk3kijIwxyXGen19+v7dj PjRdOFM+ptzZXzh/Gy4GlL4xp9hwEvCj1DGjuiS3jDhmO9/XK3FxbUEgpJVZmMSo1LTs /5ovTdDcfiGM2yLTWXhAkEbiT6KM5zISEFKoCuA1jalfKTdf/f75ThnkQAEp5pg1bqIX MIt+AflzbdzgK+KHkdSEzO9TtqNU3xyGvIQIn2CSLHbAQ6egmzreLbawl9aLTAzZBOjm HHgQ== 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=GB/OsZobDNt3Tk9TYor+XqLMe4bKaODDjl2qrbcIQzE=; b=JZvpr+itYHJxOcK6ymuDkJSWBO/FG/EyEI8wXboT3jW2XLEw2J5QylVC4iHYV+NTLN yBjiW/yNldsLGA7PYAQF6o6+FkZqzG5GDDXB3fEMNXCXi9rmQSs1RjNSGOOKvaOid5md ZpRfJnAtG/g4gx5QYfW1tOoYUwmP8/pHRIBvXvNsWFJb5U7UZu4SEA+j/3xBZwbVCszt wY0GtE82FCEjcxSDxbRQcsphz5Q8xh4b7AWjPo/rbngl7XwoLvwXvdtBqvgng7Xr+q8u 5oZf2oQEwmA/ETliTuJxBa7jExvutdK3BY65pFLRfb+Wbj240/0M3/S1zk1KpNzn8kwC b6KQ== 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 b128-v6si227337wmd.2.2018.09.27.03.28.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Sep 2018 03:28:39 -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 w8RASatg024171 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Thu, 27 Sep 2018 12:28:38 +0200 Subject: Re: [PATCH v2] linux-custom: Add kmod to build dependencies To: Jan Kiszka , isar-users References: From: "Maxim Yu. Osipov" Organization: ilbers GmbH Message-ID: Date: Thu, 27 Sep 2018 13:28:30 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: O4khdCTHHqAq On 9/27/18 10:42 AM, Jan Kiszka wrote: > Some recent kernels check if depmod is available and fail if not, namely > 4.4.154-cip28. There is a commit in more recent releases that turn this > into a warning, but we should handle both. Running depmod is not needed > in our case, but being able to will also cause no harm. Applied to the 'next', Thanks, Maxim. > Signed-off-by: Jan Kiszka > --- > > Changes in v2: > - improved commit message > > 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 10a50c3..d7595e4 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" > +KBUILD_DEPENDS ?= "libssl-dev libelf-dev bc git kmod" > 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