From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6B3E8E0083C; Mon, 6 Feb 2017 22:26:14 -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.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source * [209.85.192.193 listed in dnsbl.sorbs.net] * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.193 listed in list.dnswl.org] Received: from mail-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4E8D6E0082E for ; Mon, 6 Feb 2017 22:26:11 -0800 (PST) Received: by mail-pf0-f193.google.com with SMTP id y143so8568874pfb.1 for ; Mon, 06 Feb 2017 22:26:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=FdKNTdv3nEmLl6gEdvrrBzUxTcwrVSE46wAhGbdtxOY=; b=ouPriCfB4XdVu6NE0Rs2DndPkVHKGJdHTpSnx310blADRH7KCxfvjBgGBsBXpU2now 3vRIR6t12aoJW6tsMcpUo45jsHttuAb+HfU9u1wYgpR6t06Vp4oojSdxuYEPpOyfhXmL tgdCU7fccF5v6ZU1r0yzLYTSFY6hw8Cy6ldr1VFDTxDrkSm9k293k4ZFQtrCvdqS52lD kEoFh8GCsQWjmoBp9XstYUPmSiJo9D+A0LOnjeMmWBG+qWNGDR+AsFJwVpHHubdWTzEs rI6YVdaCOK4MMuPMX901WqxFtJ29eQzLEkHIQ1aNbQFur2ZREeNiCWRcpAL1I+8A2496 j67Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=FdKNTdv3nEmLl6gEdvrrBzUxTcwrVSE46wAhGbdtxOY=; b=jkqbw91gugVZv3pIoUPWYDrQzGNeNN7YjNd9mvCvLHj/Bzt8kOvR2uSuJazCznArID cGlWxwRAJ2HdDvngyiPVR/nTtQenCo70HtfBQxApHmWhIv4CtExvHkg17JJf6mQ+gYzD 728l0uLW5bGrYFTGz0K+1tLwq5FI+eNPMqO9ZYqSxogdKHLbnjDCecsTiQOV/mluRQcu l5k8E5345MH3p9qSY4hs+wgIWOrLSaFXPyAY8LXf7tRX9s7ECgtR5OXv8mo+1bYydsPr Q7RNMRXwJJ0KpCNm0Tz3xwKH+Zmz8hlSqvHrgjhgBtPaFlUXE44nRlmRcR38s7dNQkH8 avjQ== X-Gm-Message-State: AIkVDXLvZl0HulwozbJCklyho217MpRtJ4RLVPuxvI2R2zNi7alQQqsctXvUCai0E4Abtw== X-Received: by 10.99.123.3 with SMTP id w3mr18175205pgc.155.1486448771428; Mon, 06 Feb 2017 22:26:11 -0800 (PST) Received: from kdekidd0.inp-wifi.mentorg.com ([139.181.35.34]) by smtp.gmail.com with ESMTPSA id m20sm7548385pgd.17.2017.02.06.22.26.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 06 Feb 2017 22:26:10 -0800 (PST) From: Sujith H To: toaster@yoctoproject.org Date: Tue, 7 Feb 2017 11:55:31 +0530 Message-Id: X-Mailer: git-send-email 1.9.1 Subject: [PATCH 0/1] bitbake: toaster: add wic.bmap support to toaster 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: Tue, 07 Feb 2017 06:26:14 -0000 This patch has the change to add wic.bmap file to orm modes. The following changes since commit db99305fc21415713cc1d127e97f7e5f654ea578: toaster: bin/toaster whitelist TOASTER_DIR (2017-01-14 19:12:06 -0800) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sujith/toaster-add-wic-bmap-extension http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sujith/toaster-add-wic-bmap-extension Sujith H (1): bitbake: toaster: add wic.bmap support to toaster bitbake/lib/toaster/orm/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1