From patchwork Mon May 20 19:32:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Bilas X-Patchwork-Id: 1102321 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=grinn-global.com 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 4578Dr2FFJz9s6w for ; Tue, 21 May 2019 05:32:43 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3D67384D16; Mon, 20 May 2019 19:32:37 +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 gnXNjOGuOiIn; Mon, 20 May 2019 19:32:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BCB2484AF9; Mon, 20 May 2019 19:32:34 +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 026E71BF2FD for ; Mon, 20 May 2019 19:32:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F174C84896 for ; Mon, 20 May 2019 19:32:32 +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 T8C4mXBgv12m for ; Mon, 20 May 2019 19:32:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtp.megiteam.pl (smtp.megiteam.pl [31.186.83.105]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4CD1184344 for ; Mon, 20 May 2019 19:32:32 +0000 (UTC) Received: from host-81-161-192-36.oxylion.net.pl ([81.161.192.36] helo=bartekk-pc.lan) by smtp.megiteam.pl with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hSo1N-00025M-MO; Mon, 20 May 2019 21:32:30 +0200 From: Bartosz Bilas To: buildroot@busybox.net Date: Mon, 20 May 2019 21:32:21 +0200 Message-Id: <20190520193223.14071-2-b.bilas@grinn-global.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190520193223.14071-1-b.bilas@grinn-global.com> References: <20190520193223.14071-1-b.bilas@grinn-global.com> MIME-Version: 1.0 Subject: [Buildroot] [RFC PATCH 2/4] configs/bananapro_defconfig: set patches directory 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: , Cc: Bartosz Bilas Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bartosz Bilas --- configs/bananapro_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/bananapro_defconfig b/configs/bananapro_defconfig index d5284bdd4c..56166c9428 100644 --- a/configs/bananapro_defconfig +++ b/configs/bananapro_defconfig @@ -1,6 +1,7 @@ # Architecture BR2_arm=y BR2_cortex_a7=y +BR2_GLOBAL_PATCH_DIR="board/lemaker/bananapro/patches" BR2_ARM_EABIHF=y BR2_ARM_FPU_NEON_VFPV4=y