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 smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (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 793F4C0015E for ; Sat, 12 Aug 2023 20:22:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 2DC55405A9; Sat, 12 Aug 2023 20:22:56 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 2DC55405A9 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pJKr3IBas9cT; Sat, 12 Aug 2023 20:22:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 7D20F40577; Sat, 12 Aug 2023 20:22:54 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 7D20F40577 Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 130471BF4E4 for ; Sat, 12 Aug 2023 20:22:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id EDCB181DAB for ; Sat, 12 Aug 2023 20:22:43 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org EDCB181DAB X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gVXHsuuXKWV1 for ; Sat, 12 Aug 2023 20:22:43 +0000 (UTC) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) by smtp1.osuosl.org (Postfix) with ESMTPS id E4BA181DA0 for ; Sat, 12 Aug 2023 20:22:42 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org E4BA181DA0 Received: by mail.gandi.net (Postfix) with ESMTPSA id C0B9EE0003; Sat, 12 Aug 2023 20:22:40 +0000 (UTC) Date: Sat, 12 Aug 2023 22:22:40 +0200 To: Fabrice Fontaine Message-ID: <20230812222240.72cd8f9b@windsurf> In-Reply-To: <20230221160137.2904208-1-fontaine.fabrice@gmail.com> References: <20230221160137.2904208-1-fontaine.fabrice@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-GND-Sasl: thomas.petazzoni@bootlin.com X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691871761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=W8geUQmNfEmJMsBs1Wqxu4/3JAL/Bo0bDf/70S4mC08=; b=pqm7y0r8U621r/lyfGYQNe1DGFVFkLzQSHZgmwkBPpRRuVu0PUA8T46l4BN4clXwyVM2Yh 2zbnNkeNUc81U7nLw4vQn8rY0v6FysKJ/pjzfScMVZN2MvyQhC5eULgdBoKDc0QLIgV188 gt4ljoK/v2SDKBKcrZnl4afsLKQEdUE0hn2VKx55lB6s+fGip+5s9lf2pc7Bm1/tYwXvok /QV6TybF+SkQu7bYUHbvG0a5xxBEJKfNyIQoKF8gXuoW5yE38ccht9N0M+cVM//tOfqhgy tRVQS6e4vOo1EStPwYg0cudxGHZiCrS+Pmey1RHY37w5t+HCGL5Or6CjMZbrLg== X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=pqm7y0r8 Subject: Re: [Buildroot] [PATCH 1/1] toolchain/toolchain-external/toolchain-external-codescape-img-mips: disable gdbserver 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: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: Romain Naour , Giulio Benetti , Thomas De Schampheleire , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Tue, 21 Feb 2023 17:01:37 +0100 Fabrice Fontaine wrote: > Fix the following build failure: > > >>> toolchain-external-codescape-img-mips 2018.09-02 Copying gdbserver > Could not find gdbserver in external toolchain > > Fixes: > - http://autobuild.buildroot.org/results/b0786965e0b249c8168df855682e54cfe95fa0cc > > Signed-off-by: Fabrice Fontaine > --- > .../toolchain-external-codescape-img-mips/Config.in | 1 + > 1 file changed, 1 insertion(+) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot