From patchwork Mon Nov 25 18:13:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1200520 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) 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=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="rMHxu3CU"; dkim-atps=neutral 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 47MFWw5tY3z9sP3 for ; Tue, 26 Nov 2019 05:13:16 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1D3B3879CD; Mon, 25 Nov 2019 18:13:15 +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 DSvs+R3eeIuJ; Mon, 25 Nov 2019 18:13:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8478B87670; Mon, 25 Nov 2019 18:13:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 726601BF23F for ; Mon, 25 Nov 2019 18:13:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6F6BA87670 for ; Mon, 25 Nov 2019 18:13:13 +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 fsRNCSulL8wQ for ; Mon, 25 Nov 2019 18:13:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by hemlock.osuosl.org (Postfix) with ESMTPS id 7958B86E1A for ; Mon, 25 Nov 2019 18:13:12 +0000 (UTC) Received: from menoah.home (lfbn-1-6734-38.w90-120.abo.wanadoo.fr [90.120.168.38]) by koncepto.io (Postfix) with ESMTPSA id 8372160033; Mon, 25 Nov 2019 19:13:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1574705589; bh=ucoo54j+AQM6rNk9Xvb9dDglm4ntNKqfHlu4SD+N7DY=; h=From:To:Cc:Subject:Date:From; b=rMHxu3CUxbISM+EntT7QRpist2Kdz6gFQ7M00TAma4OPlXTAqY749CQV7CJo2nJep RKS7KuRXC1vG7BEOOb5UAqc73ZUsglV9dAUunBtjHuxpAPH5xx9mxkFpzhtrb2gyyW MpgQSQrKrmKqmmBk5AuivQUFFIRK/J5L5R7wZdyGKce335n2V8JSjjPaCblmaOb2gB 6LcfluMmX1I8djf/Dd0OKTInn8JUVmDZVrD7JU5/Ab5UFL8nT+9+h+5W6o+DrXK/MR DWsbblDWJzbyUlftqdv/3nVYQ1smKEt9WoJRmg4TE1U770onyfUn5rL6hiCBKznVbv Oswhpse/XGfpg== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Mon, 25 Nov 2019 19:13:07 +0100 Message-Id: <1574705587-7486-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH/next] gitlab-ci: regenerate after new defconfig addition 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: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes b68022c7cb17d27acc14ff64434413e8c93d7a56 ("board: add Beelink GS1 support") Signed-off-by: Pierre-Jean Texier --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ef9313..22befa0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,6 +161,7 @@ beagleboardx15_defconfig: { extends: .defconfig } beaglebone_defconfig: { extends: .defconfig } beaglebone_qt5_defconfig: { extends: .defconfig } beagleboneai_defconfig: { extends: .defconfig } +beelink_gs1_defconfig: { extends: .defconfig } chromebook_snow_defconfig: { extends: .defconfig } ci20_defconfig: { extends: .defconfig } csky_gx6605s_defconfig: { extends: .defconfig }