From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A46E1E0086A; Wed, 24 Sep 2014 08:29:15 -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 * (richardcochran[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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.172 listed in list.dnswl.org] Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B972EE00849 for ; Wed, 24 Sep 2014 08:29:08 -0700 (PDT) Received: by mail-we0-f172.google.com with SMTP id p10so5987692wes.3 for ; Wed, 24 Sep 2014 08:29:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=BwzHkWlg7WKIp1tIX0APE+1CdnbfnhHs9wXwSjuj8JA=; b=kWZ9j9FDLkvWL0x6mXg3J3d5MS2u3LaiPQU7wYhAhUyWQzo+D9Vd3FOT/LSo1gLgyn zxkutnaODfGxc/GLXRYzphlljPQIxC0BurnR/h6QyBFIy+XpC8SSBl9rILtgQ1hoxN7G h8TN9qv9nQ6k+RcXmt19I16QI/hWmcDQhd5PKxzQWdHiMpl4F4lDxoWH5zlsnUR+8yGI kzutbrGwWAlOPUQrpORJieWUU6Y08yFWaI9TiXUD13I6GZImAio1Dl6JslXgle+JnK4Z 5zvOvC2YCeZO90BdY/vhhpYNnHAnB3siHrW4oH/lxnJfeXvn8ppDWZNzdYy+Gk7bl6ex KlmA== X-Received: by 10.194.57.67 with SMTP id g3mr8850305wjq.60.1411572547760; Wed, 24 Sep 2014 08:29:07 -0700 (PDT) Received: from localhost.localdomain (194-166-227-112.adsl.highway.telekom.at. [194.166.227.112]) by mx.google.com with ESMTPSA id v9sm19798924wjy.14.2014.09.24.08.29.06 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 24 Sep 2014 08:29:06 -0700 (PDT) Date: Wed, 24 Sep 2014 17:29:03 +0200 From: Richard Cochran To: meta-freescale@yoctoproject.org Message-ID: <20140924152903.GA9904@localhost.localdomain> MIME-Version: 1.0 User-Agent: Mutt/1.5.21 (2010-09-15) Subject: (off topic) exporting a SDK with Qt5 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: Wed, 24 Sep 2014 15:29:15 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dear list, Sorry for the digression, but maybe someone knows how to do this... To make an SDK for application development, one can do, bitbake xyz -c populate_sdk but I cannot get a proper Qt5 environment that way. Essentials like mkspecs and qmake are missing. I see meta-qt5/classes/populate_sdk_qt5.bbclass and meta-qt5/recipes-qt/meta/meta-toolchain-qt5.bb but I don't how they work. I tried several incantations to no avail. Thanks, Richard