From patchwork Thu Jun 20 09:56:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?gb18030?B?hKK80rWT?= X-Patchwork-Id: 1119319 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=qq.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=qq.com header.i=@qq.com header.b="zzD3oA9W"; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45Ty0P2tmYz9s4V for ; Thu, 20 Jun 2019 19:57:09 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BE3E086B17; Thu, 20 Jun 2019 09:57:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3M9IA0FNtcEN; Thu, 20 Jun 2019 09:57:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id B320386B2F; Thu, 20 Jun 2019 09:57:05 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 540E51BF31F for ; Thu, 20 Jun 2019 09:57:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 50ED786B19 for ; Thu, 20 Jun 2019 09:57:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4-+YfO+1xmys for ; Thu, 20 Jun 2019 09:57:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from qq.com (smtpbg458.qq.com [59.36.132.13]) by whitealder.osuosl.org (Postfix) with ESMTPS id ECE9386B17 for ; Thu, 20 Jun 2019 09:57:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201512; t=1561024591; bh=JOuQNhVxFJVjCPFCKzLufmKUVxkrUKJe8W7efiwF76A=; h=From:To:Subject:Mime-Version:Date:Message-ID; b=zzD3oA9WqinRXJqGFcAeat3CM6U3C7cBvjWNw5GdfgSp+4ZQFt7xZLTdWPmrDZphg RL6PssL71nQ0idqBVYcS23SEHSlS3RwnyOANZvZoU2RZgRFCa3cxAkrEzxbwsPqBgM iedompE0e3tag+hV1aQFhVuL2ecKq+9RSUWrFJAM= X-QQ-SSF: 00000000000000F000000000000000Z X-HAS-ATTACH: no X-QQ-BUSINESS-ORIGIN: 2 X-Originating-IP: 110.249.73.178 X-QQ-STYLE: X-QQ-mid: webenglish2t1561024590t458353 From: "=?gb18030?B?hKK80rWT?=" To: "=?gb18030?B?YnVpbGRyb290?=" Mime-Version: 1.0 Date: Thu, 20 Jun 2019 17:56:30 +0800 X-Priority: 3 Message-ID: X-QQ-MIME: TCMime 1.0 by Tencent X-Mailer: QQMail 2.x X-QQ-Mailer: QQMail 2.x X-QQ-SENDSIZE: 520 Received: from qq.com (unknown [127.0.0.1]) by smtp.qq.com (ESMTP) with SMTP id ; Thu, 20 Jun 2019 17:56:30 +0800 (CST) Feedback-ID: webenglish:qq.com:bgforeign:bgforeign2 X-QQ-Bgrelay: 1 Subject: [Buildroot] csky_gx6605s_defconfig add "BR2_TOOLCHAIN_EXTERNAL=y" X-BeenThere: buildroot@busybox.net 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" hi: buildroot source: git clone git://git.buildroot.net/buildroot all BR2_TOOLCHAIN_EXTERNAL_* items depend on BR2_TOOLCHAIN_EXTERNAL=y diff --git a/configs/csky_gx6605s_defconfig b/configs/csky_gx6605s_defconfig index d0a2aad..22e9e0c 100644 --- a/configs/csky_gx6605s_defconfig +++ b/configs/csky_gx6605s_defconfig @@ -1,5 +1,6 @@ BR2_csky=y BR2_GLOBAL_PATCH_DIR="board/csky/gx6605s/patches" +BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/c-sky/tools/raw/master/csky-linux-tools-x86_64-glibc-linux-4.9.56-20180128.tar.gz" BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="csky-linux"