From patchwork Fri Nov 27 22:39:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 549593 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id AB7901402D4 for ; Sat, 28 Nov 2015 09:39:27 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=Xgk4A9iM; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 15CF9938F9; Fri, 27 Nov 2015 22:39:26 +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 FikwLWFwE+yQ; Fri, 27 Nov 2015 22:39:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3EE9993911; Fri, 27 Nov 2015 22:39:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5ABE81BFA9F for ; Fri, 27 Nov 2015 22:39:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 572FA84D45 for ; Fri, 27 Nov 2015 22:39:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aHhtp-BipolL for ; Fri, 27 Nov 2015 22:39:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by fraxinus.osuosl.org (Postfix) with ESMTPS id A18E684B5A for ; Fri, 27 Nov 2015 22:39:20 +0000 (UTC) Received: by wmww144 with SMTP id w144so72533446wmw.0 for ; Fri, 27 Nov 2015 14:39:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=cl6lbIN2gSaKOuPNg3R1aDJUK8IeyWfxOW0JLuZN0x0=; b=Xgk4A9iMrlq8cf9l5ZhM/EAHWjk7em368aUZJlAI7EBjqgn23tKHrle2kGxCKYrpx6 ue6SRqklCqcOekdiqvuy9G35228otS4x37+0t3IG2qSMGNgOxnm+yrHGSKrYplRjg/KD 6cAdAMKXuf/1vG+9OGBJPCn8++nI3J/tHwBUqiAKsZNp2LR11+dDsgm8guuio9G1AJJQ ui6HxS2++h/xyZDDAfGyJjMN/mUZKzCaUtkkaSoAq3ZjpIvO6F1ByfMCpX6nBlVrIAO6 dk+zwcbFWfEn0eiyKEeILwTTxapb7Sq8erKaTsnLIM13lLwGgqK6Z4btxNml6fvNObv5 zfOA== X-Received: by 10.28.130.7 with SMTP id e7mr13094167wmd.68.1448663959386; Fri, 27 Nov 2015 14:39:19 -0800 (PST) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by smtp.gmail.com with ESMTPSA id s9sm9395495wmf.2.2015.11.27.14.39.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 27 Nov 2015 14:39:18 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Fri, 27 Nov 2015 23:39:10 +0100 Message-Id: <591c08819a0c2a46abbf4ab8219c3ad582487da3.1448663846.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 3/7 v3] conf: add a sample run-time configuration file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: "Yann E. MORIN" --- conf/buildroot-autobuild.sample | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/buildroot-autobuild.sample diff --git a/conf/buildroot-autobuild.sample b/conf/buildroot-autobuild.sample new file mode 100644 index 0000000..dcb74b1 --- /dev/null +++ b/conf/buildroot-autobuild.sample @@ -0,0 +1,5 @@ +[main] +ninstances = 4 +njobs = 4 +nice = 20 +submitter = John Doe