From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D6BB4E00A48; Thu, 17 Nov 2016 01:09:57 -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=-1.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (sujith.h[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.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [74.125.82.66 listed in list.dnswl.org] * 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source * [74.125.82.66 listed in dnsbl.sorbs.net] Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 24AA2E00A07 for ; Thu, 17 Nov 2016 01:09:56 -0800 (PST) Received: by mail-wm0-f66.google.com with SMTP id g23so19235543wme.1 for ; Thu, 17 Nov 2016 01:09:56 -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=K4VQVfB+49izlS9hII8Aa1t8N+ietge8/loOWnccuK0=; b=KPcBbKPa5heBxJefySPI8zG/2B5NYEufu63lU12RjH3y5s0wHUhot0J4AbS1pELwv8 QQ0jpkuVF0H4xwA5mDr6bI6Q47nbJgV+sBxI642gX+5EK7DU86UrdBy8aVeW19uJvuBg OnIMuqpHFbBCCW9WRq4rnwKoBVyTtMtdBnDRamUk1FWSu+nHSxJt9Wj0FTgOYl+eNksQ 9nv9OXYb6jtGeFj2PXlpY15Oai0NL3rea6R/t5JwHBnqutDpLaVk00+W26fIo27SzP0s 0IvN3yikK5pFFndDc86NCg8zy5mKGnib9Hhto7rSVc2a+Bcdz+V9MQvMi27n2eMwNPCA fMQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=K4VQVfB+49izlS9hII8Aa1t8N+ietge8/loOWnccuK0=; b=Ip6HZFc1J/KfURF1MEA9/p5quOyA17cQvHGHkwYwMcUvrgp++wi2h4zoKHu4Qenlqt n2rf9naA09J5CqKUtft8U3sX4AslwUa2qVdZrrDWATwXs07nw849eL6PyFnGOdREA7HZ p3KSGUJJxqkmAT6Q2LfC9EJrNP7Ge1ycy1ge+pxZQmqMeRLyMa8I/HQENzvamy2AGIJU Tt3ZjG6TvpwGafpNe7hdK5Ea9w/xmRSHnNGRaxTJiJQJkPY23mrTRK9NhN06PnSuHSvg muCD894LnK405dIdJ4/+oG+lh78rpCmXIGDaB7OibwWLDMqCzrnRDuroiNcbLURhjWj3 juCA== X-Gm-Message-State: AKaTC01AvNJa3JRZBlpkd0m8lG8hAl69NALwgl0nB9xatqi9O9va3tjhRMR+GJVvrI3PxQ== X-Received: by 10.28.29.86 with SMTP id d83mr2653620wmd.75.1479373795826; Thu, 17 Nov 2016 01:09:55 -0800 (PST) Received: from kdekidd0.inp-wifi.mentorg.com ([139.181.35.34]) by smtp.gmail.com with ESMTPSA id v10sm2099381wji.29.2016.11.17.01.09.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 17 Nov 2016 01:09:55 -0800 (PST) From: Sujith H To: toaster@yoctoproject.org Date: Thu, 17 Nov 2016 14:39:45 +0530 Message-Id: X-Mailer: git-send-email 1.9.1 Subject: [PATCH 0/2] toaster: Add support for custom script and use toaster-bblayers.conf 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, 17 Nov 2016 09:09:57 -0000 The following changes since commit 6eec988c6a5f276a78b3c2de9aa231c8b0097d20: toaster: layerindex updater Take into account layers being predefined (2016-11-09 18:26:41 -0800) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sujith/toaster-use-custom-build-scriptsV2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sujith/toaster-use-custom-build-scriptsV2 Sujith H (2): toaster: localhostbecontroller accept custom init script for build toaster: localhostbecontroller write toaster layers for project to toaster-bblayers.conf .../toaster/bldcontrol/localhostbecontroller.py | 27 +++++++++------------- 1 file changed, 11 insertions(+), 16 deletions(-) -- 1.9.1