From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id C48A6E00953; Tue, 14 Apr 2015 03:40:37 -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 * (nickaein.i[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 * [209.85.216.42 listed in list.dnswl.org] Received: from mail-vn0-f42.google.com (mail-vn0-f42.google.com [209.85.216.42]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 74207E00932 for ; Tue, 14 Apr 2015 03:40:34 -0700 (PDT) Received: by vnbg190 with SMTP id g190so1817828vnb.12 for ; Tue, 14 Apr 2015 03:40:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=31dUjn+wX/5fexuu9ipeL8Ot6ZAG8ASY7V9M7UyJJcE=; b=082LzgkWBE0xI6SD+VtptxDHfUF7oERWKdbSTcQGBtuWT/tiBJkBeD6G31TemGgDPW a4iw1WUBskRBwgfsPYxR/Dw4foeJkoW168IwIgJOPdzBVvf1lK4dUSz2LHDsVpq0WoY5 nd32EHzW9yITzWrMigRpLxg//sWHzitDGAaCRE1fKeBZv/sBvGO0uPhLDeLZ2a8r0JcM 5NoSt/jjwbJEsX8SwdsRE1JC3GfxMcxEDuIhJF8leHNFeGvl+Os9Ti7MTDIL+8n8xg+6 BQ01t9h5lf80yzCBFBq6egAM1RcZDQyuOtSB5Afa5EuXL1Yg5XLvVR/VzIeJb/pUtnez TQrA== X-Received: by 10.202.219.195 with SMTP id s186mr5007631oig.25.1429008034287; Tue, 14 Apr 2015 03:40:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.104.37 with HTTP; Tue, 14 Apr 2015 03:40:13 -0700 (PDT) From: Isaac Nickaein Date: Tue, 14 Apr 2015 15:10:13 +0430 Message-ID: To: "meta-freescale@yoctoproject.org" Subject: Recipe for a toolchain with static qt build 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: Tue, 14 Apr 2015 10:40:37 -0000 Content-Type: text/plain; charset=UTF-8 Hi, I've successfully built a toolchain with Qt support using: bitbake meta-toolchain-qte And cross-compiled a Qt program. Thanks Yocto for that! As the built Qt is static, I currently have to copy Qt library dependencies (e.g. libQtGuiE.so) to the rootfs by hand (is there a better way?) Is there any meta-toolchain recipe for Qt static build? I hope that help me to save a little more space, since the linker will remove unnecessary codes from each library.