From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A6F59EB64D9 for ; Thu, 6 Jul 2023 11:38:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 4BFA241809; Thu, 6 Jul 2023 11:38:50 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 4BFA241809 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hi9NAj2BKwPy; Thu, 6 Jul 2023 11:38:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 6A3C741625; Thu, 6 Jul 2023 11:38:48 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 6A3C741625 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id ADC0E1BF345 for ; Thu, 6 Jul 2023 11:38:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 86D1441625 for ; Thu, 6 Jul 2023 11:38:46 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 86D1441625 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NKLKShVBjSsB for ; Thu, 6 Jul 2023 11:38:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 87A02415FB Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by smtp4.osuosl.org (Postfix) with ESMTPS id 87A02415FB for ; Thu, 6 Jul 2023 11:38:45 +0000 (UTC) X-GND-Sasl: peter@korsgaard.com X-GND-Sasl: peter@korsgaard.com Received: by mail.gandi.net (Postfix) with ESMTPSA id 671AAC000B; Thu, 6 Jul 2023 11:38:42 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1qHNJp-003Edb-8q; Thu, 06 Jul 2023 13:38:41 +0200 From: Peter Korsgaard To: Florian Larysch References: <20230614144202.21459-1-fl@n621.de> Date: Thu, 06 Jul 2023 13:38:41 +0200 In-Reply-To: <20230614144202.21459-1-fl@n621.de> (Florian Larysch's message of "Wed, 14 Jun 2023 16:42:02 +0200") Message-ID: <87edll2rsu.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/1] linux: make kconfig depend on host-make X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Florian" == Florian Larysch writes: > Commit 0b9efc991f ("linux: use BR2_MAKE") switched LINUX_MAKE to > $(BR2_MAKE). However, this also implicitly sets LINUX_KCONFIG_MAKE. > Thus, when host-make is being used in a build that has > PER_PACKAGE_DIRECTORIES enabled, the dotconfig step will try to use the > make instance from the host directory, but since it is not listed in > LINUX_KCONFIG_DEPENDENCIES, it won't be available yet at that point in > time. > Add an explicit dependency to LINUX_KCONFIG_DEPENDENCIES to have it > copied over early enough. > Signed-off-by: Florian Larysch Committed to 2023.05.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot