From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 67A28E00A92; Tue, 11 Aug 2015 02:32:07 -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.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 * (twoerner[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.223.176 listed in list.dnswl.org] * -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 Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DCEAAE00A80 for ; Tue, 11 Aug 2015 02:32:05 -0700 (PDT) Received: by iodb91 with SMTP id b91so136341378iod.1 for ; Tue, 11 Aug 2015 02:32:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=zuhRqUYR2Sj0iACfIgQeTp7U9gAvJjp5RRCxSNOqqiM=; b=r4qZTO25BdiMeKjITX9/AxzYdxbUBtGqonm615SOsutLQVbj4Kttn2tm8bbaiP41q5 QT09gY9bsGPeenvjmPSvNJrUz8bEoa4iIAppIJpcukCPoaqlXzUau9HahFeN0EEktmI2 6mbvV3euL0veEEInLYLK/X2OeXX1VbRHI4a6y9JeSudbyr2t1mjon/RvIjQRr9Ld7+nw cida7b7z1UwFUJuTARc1cC6JK7Q4YkkHUKljm/9Ay9kMSe3ly0LH0PmSTS5U2KA7FL5P 2+HuvyIER8XwERQfbnFOzbaHHjPT+qArnXvStZw29gRXApBHkfED7Dd4YO0i9J/k1B8w IHnA== X-Received: by 10.107.131.168 with SMTP id n40mr29186149ioi.47.1439285524775; Tue, 11 Aug 2015 02:32:04 -0700 (PDT) Received: from [192.168.141.85] (dsl-67-55-28-109.acanac.net. [67.55.28.109]) by smtp.gmail.com with ESMTPSA id l14sm76288ioe.35.2015.08.11.02.32.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Aug 2015 02:32:04 -0700 (PDT) To: Juro Bystricky , yocto@yoctoproject.org References: <1439247721-8895-1-git-send-email-juro.bystricky@intel.com> From: Trevor Woerner Message-ID: <55C9C10F.9060401@gmail.com> Date: Tue, 11 Aug 2015 05:31:59 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1439247721-8895-1-git-send-email-juro.bystricky@intel.com> Subject: Re: [meta-darwin][PATCH] README: steps to create OSX-sdk.zip X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 09:32:07 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 08/10/15 19:02, Juro Bystricky wrote: > osx-runtime requires the file OSX-sdk.zip. This file must be created by the user. > This patch describes the typical steps to create this file using a Mac computer. > > Signed-off-by: Juro Bystricky Excellent, thanks for the update!