From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 54ABBE007D5; Thu, 5 Nov 2015 10:47:15 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (avery.brian[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.49 listed in list.dnswl.org] Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3AFC5E0071C for ; Thu, 5 Nov 2015 10:47:11 -0800 (PST) Received: by padhx2 with SMTP id hx2so86836284pad.1 for ; Thu, 05 Nov 2015 10:47:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=m4gL5PbTl3A51rKG29jX3Xu8iGDYi5OhG6fVk+2hJYs=; b=pxQwvAOt1UsLIWATG93TNrEcwEHIg9X/G0c+5+zvzH5at21nJyC+1q9oBb2US0fujW DsBOHDRZsdB9UzeZh1HsvqsPixb40HL8jGACI51fw5quqzEZt/Dyglbd3JEUKuI+edr3 Crm6s8shSrmBT9tKA6iZrit0pt60z8k3Yk0Wik6RSONMBW/PuX1KHa12Oocy+wpvABXu b7j+MBrAAW8+4g89Kto7ZdUEnHrWfRmYGYX85APAK60dbxuEE16nq+RatEwX0S1s4Up1 xOglzRzUxWeHMeIKky2IklxQrRnDIiaSJzvd8tbLXaumk1DjXZy5TZtxKXiHGFGcGyhs c/3A== X-Received: by 10.68.130.194 with SMTP id og2mr11281926pbb.167.1446749231020; Thu, 05 Nov 2015 10:47:11 -0800 (PST) Received: from whisper.hsd1.or.comcast.net (c-98-232-142-195.hsd1.or.comcast.net. [98.232.142.195]) by smtp.gmail.com with ESMTPSA id ce3sm9237342pbb.35.2015.11.05.10.47.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 05 Nov 2015 10:47:10 -0800 (PST) From: brian avery To: toaster@yoctoproject.org Date: Thu, 5 Nov 2015 10:49:53 -0800 Message-Id: X-Mailer: git-send-email 1.9.1 Subject: [PATCH 0/1] toaster: determine toasterconf.json from TEMPLATECONF X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 18:47:15 -0000 This changes our method of picking the correct toasterconf.json file to use TEMPLATECONF which is found in the .templateconf file. This is in line with how the oe-setup-builddir script does it. -b The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1: build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/toaster/oeFriendlyToasterconf http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/toaster/oeFriendlyToasterconf brian avery (1): toaster: change toasterconf.json logic to use TEMPLATECONF like oe-setup-builddir bin/toaster | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) -- 1.9.1