From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 74A67E00B71; Fri, 23 May 2014 03:03:38 -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=0.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RDNS_NONE autolearn=no version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (canavaroski90[at]gmail.com) * -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 * [74.125.83.45 listed in list.dnswl.org] * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS Received: from mail-ee0-f45.google.com (unknown [74.125.83.45]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1EFBEE00A2F for ; Fri, 23 May 2014 03:03:32 -0700 (PDT) Received: by mail-ee0-f45.google.com with SMTP id d49so3471551eek.18 for ; Fri, 23 May 2014 03:03:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=3ntYytEpKisMPr2AmhV1Yhwf00pAPwNK45MBjujrIEI=; b=kEHbUGjsTVotsCoNMBBXEsZv7pj4oSI4sTEKnKvkS029vhrRzyFReT+EPfzhylXMd9 +vo+PRRx3jgFFPIl4ZLkjrP2/CvDLjisxPRWFegrj9on2Ly18FJNSvLz6xmup7BX/XUl 0mBSaXdAcP/wm9jXs0Fe7PfZDVGG8Egovtxa1fn3L8+H1ZM8sed82oMpRdrbi4AB6P9K mz18Ujf1fHGE+yw89vNBooOFCeKBePwrYJZAYrX5UTFSTD/q8vSRHLqGlRNAtjiotb+G VfVUYGkxv8Hf7yJLeYMhQdWKdrlt8nMKKGJ96NSk788nwPt3rvd1dejsd72y56716TVe cxiA== X-Received: by 10.14.202.5 with SMTP id c5mr1869872eeo.94.1400839411031; Fri, 23 May 2014 03:03:31 -0700 (PDT) Received: from [192.168.1.14] ([178.251.45.190]) by mx.google.com with ESMTPSA id m44sm7152784eeh.14.2014.05.23.03.03.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 May 2014 03:03:30 -0700 (PDT) Message-ID: <537F1CF0.7060603@gmail.com> Date: Fri, 23 May 2014 13:03:28 +0300 From: ben sen User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Otavio Salvador References: <537876F9.7080107@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: sabre lite qt X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 10:03:38 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thank you. I'll try that. On 5/22/2014 7:32 PM, Otavio Salvador wrote: > On Sun, May 18, 2014 at 6:01 AM, ben sen wrote: >> hi guys, >> >> trying to setup a build environment, to compile application for sabre lite >> armhf os'es, on host machine (explicitly: my own laptop(x64), kubuntu 12.04 >> ) which contains >> - qt >> - qt creator >> - opencv (compiled for armv7) >> - toolchain for sabre lite amrhf cortexa9 >> >> I can use yocto image (or any other linux image with opencv and qt in it) >> for sabre lite. dont have any idea where to start. Any suggestion? > You can generate the toolchain using the Yocto Project. The Qt Creator > cannot (yet) be installed in the toolchain. > > Use: > > $: bitbake meta-toolchain-qt >