From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7125435698193104896 X-Received: by 2002:a4a:a981:0:b0:435:bd5a:7e5f with SMTP id w1-20020a4aa981000000b00435bd5a7e5fmr214940oom.76.1659596710891; Thu, 04 Aug 2022 00:05:10 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a54:4704:0:b0:33f:1b1f:b6ad with SMTP id k4-20020a544704000000b0033f1b1fb6adls402147oik.9.-pod-prod-gmail; Thu, 04 Aug 2022 00:05:10 -0700 (PDT) X-Google-Smtp-Source: AA6agR6ltpJg1l8SxsvDPl8nlVggT5sMjapc6+itw+qd0pmQhEh6iU25xZeOxdVxCSta5NVZBeK+ X-Received: by 2002:a54:4591:0:b0:33a:fc8a:b698 with SMTP id z17-20020a544591000000b0033afc8ab698mr3236952oib.173.1659596710338; Thu, 04 Aug 2022 00:05:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1659596710; cv=none; d=google.com; s=arc-20160816; b=GFfSpCz335pVmJZe1RiqV9TkrvjrLkXuK6pVj95xA3C0Qt3dW0mxeclq9fMkBQnG49 P4TeUoByZS9fkxMZqUSXvcbUVh/TB8q/jUsgYZ9B+xni9t/IstGnl231iZXr4IjCqhjn d2p9WmSFUuRTdG0wZbpOQ9ebZgqJMF/k/0CRUhSOBmu7ZP5L4IGQ9K4WFx7rUbZrMTzv rLreF/5f72Qhk0NcLtbqdKBKFDBv5TASCPJGyRPQW000m/WMtuAxkrx4DR1R54/rowGe 8tY0s/i/+atZh2SecPjldi2yaBnxeImMFUZ2SH4+R+fJZCurAejhkEvnhBIrafNPsFMY daVA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id; bh=OywXSrlRfECGven3KrPA01s1lnkt6zoLKqwAcC95wmI=; b=ki+S18Mxbj9G+QIqsezh5SKyLNqNtgxzPre4snorye4qWgNqeis7U42L+IEC1IWHrw iD8uCFw8AyTpACiDUciHdKClBLErjwgooVrdyPq36UnYDnArZZ8rh2lMv/XFghBjeg6V dgZHwkQNcVoYyRk1D0WX9k3epzs/tELM0u/MghyULop5xavaLh9H/4jlHw450gRjZvVK RonRA0QvnPHdAHwn+S5bskhbIFx6SpBaO7QF4TndCuP+3hsgNoK7n2y30gvgwgwjAjGM OHw9jixqFPsLHDyDkH8edN2zolUgeQKFb/MW4JtahSPy8MYUKgOH1si34ykN9Xt91h06 Otcw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id h4-20020a056870170400b00110b77f4e1csi5445oae.0.2022.08.04.00.05.09 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 04 Aug 2022 00:05:10 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [127.0.0.1] (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 274756rj032128 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 4 Aug 2022 09:05:07 +0200 Message-ID: Date: Thu, 4 Aug 2022 10:05:06 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH] recipes-kernel: Check if CONFIG_MODULES is set Content-Language: en-US To: Quirin Gylstorff , isar-users@googlegroups.com References: <20220728144936.726266-1-Quirin.Gylstorff@siemens.com> From: Anton Mikanovich In-Reply-To: <20220728144936.726266-1-Quirin.Gylstorff@siemens.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: 0J+o9Uq5tAOm 28.07.2022 17:49, Quirin Gylstorff wrote: > From: Quirin Gylstorff > > This fixes an error during the kernel build with sbuild if > Modules.symvers doesn't exist as find returns 1 if a name > could not be found. > > Signed-off-by: Quirin Gylstorff Applied to next, thanks.