From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 042B6E009DF; Fri, 19 Jun 2015 03:29:18 -0700 (PDT) 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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.180 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 928CCE009D6 for ; Fri, 19 Jun 2015 03:29:14 -0700 (PDT) Received: by wicgi11 with SMTP id gi11so14398366wic.0 for ; Fri, 19 Jun 2015 03:29:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=/3XBKw3ZFsFDuAj4HyTlQisN7qzomvdML1ntpTbzIRE=; b=UHUOsBhvteSNDLkUIflRN1BHmy4XdFsUZxPVx0jCl01MOvTDGHsHZXgRC+lVU1lr73 eTO+lnj24Og/fCFJqDnVaLtLf7E0iESCOEQlHnMi8tHvN35/FueeYydZWE9pq8P8LAPl 2x2BJ+EWpCZn805N3KdwDRlLkQYW3imCC2f2rRaw0pIhGDPu1pIbeK/jx91C9bN4jt2J DVMDQaFVshQ6trCPwUTyiAXvZI5v7R3wb/bHnb4KvBgotJZw1gCr0sDATZxX7rTwz6ya ihwncHNO2weYh8sHdch3hJ0mv/zEQahkVTYnlitAciV84WR650CQTx56+1M0VQKikKqA L9JQ== X-Gm-Message-State: ALoCoQnMWDsA+SZMMjtEOxQvnp0ZtUSm77A7EfC8avsmIpyYBuU32GXYTbFDUN1E/z8cr0g0cNN2 X-Received: by 10.194.220.100 with SMTP id pv4mr24866333wjc.71.1434709754186; Fri, 19 Jun 2015 03:29:14 -0700 (PDT) Received: from [192.168.2.73] ([83.217.123.106]) by mx.google.com with ESMTPSA id pd7sm16359915wjb.27.2015.06.19.03.29.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Jun 2015 03:29:13 -0700 (PDT) Message-ID: <5583EEF9.3060707@intel.com> Date: Fri, 19 Jun 2015 11:29:13 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: [review-request] michaelw/toaster/ignore-own-clones-in-setup 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: Fri, 19 Jun 2015 10:29:18 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit commit bd40c489c3cfe329279328ad3fece179e95d35bc Author: Michael Wood Date: Fri Jun 19 11:24:21 2015 +0100 bitbake: toaster: bldcontrol Ignore toasterconf files in own directories If toaster has previously cloned poky or a layer with a toasterconf file we don't want this to be picked up as a choice as these clones are "internal" to toaster and may have undesired effects on toaster's setup. [YOCTO #7741] Signed-off-by: Michael Wood