From patchwork Sun Aug 11 12:07:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 1145306 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.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Received: from hemlock.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 ozlabs.org (Postfix) with ESMTPS id 465yRv4GqJz9sML for ; Sun, 11 Aug 2019 22:08:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6228387852; Sun, 11 Aug 2019 12:08:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YkSmPKE7EQ3w; Sun, 11 Aug 2019 12:08:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 87D4487884; Sun, 11 Aug 2019 12:08:22 +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 EF0241BF4E5 for ; Sun, 11 Aug 2019 12:08:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EBBCF86223 for ; Sun, 11 Aug 2019 12:08:17 +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 bJP1GQmCFhWi for ; Sun, 11 Aug 2019 12:08:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by whitealder.osuosl.org (Postfix) with ESMTPS id D43D284EE9 for ; Sun, 11 Aug 2019 12:08:16 +0000 (UTC) X-Originating-IP: 90.30.228.116 Received: from localhost (atoulouse-659-1-185-116.w90-30.abo.wanadoo.fr [90.30.228.116]) (Authenticated sender: thomas.petazzoni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id D762B20004; Sun, 11 Aug 2019 12:08:13 +0000 (UTC) From: Thomas Petazzoni To: buildroot@buildroot.org Date: Sun, 11 Aug 2019 14:07:37 +0200 Message-Id: <20190811120739.26539-16-thomas.petazzoni@bootlin.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] DEVELOPERS: add Theo Debrouwere as contact for beagleboardx15_defconfig 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: Theo Debrouwere , Thomas Petazzoni Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Theo added this defconfig in 2016, and is listed as the contact for the pugixml package, so it probably makes sense to have him listed as a contact for the beagleboardx15_defconfig as well. Signed-off-by: Thomas Petazzoni Cc: Theo Debrouwere --- Theo, could you reply with your Acked-by if you're fine with this? Thanks! --- DEVELOPERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPERS b/DEVELOPERS index 35e8d871bc..36c25c9e87 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -2227,6 +2227,8 @@ N: Sven Oliver Moll F: package/most/ N: Theo Debrouwere +F: board/beagleboardx15/ +F: configs/beagleboardx15_defconfig F: package/pugixml/ N: Thierry Bultel