From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D8027E0098D; Thu, 11 Jun 2015 18:31:14 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Greylist: delayed 230 seconds by postgrey-1.32 at yocto-www; Thu, 11 Jun 2015 18:31:10 PDT Received: from ice.tylerent.com (iceout.tylerent.com [66.122.146.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 10BBEE00974 for ; Thu, 11 Jun 2015 18:31:10 -0700 (PDT) Received: from sleet.tylerent.com ([10.48.96.16]) by ice.tylerent.com (8.12.11.20060308/8.12.10) with ESMTP id t5C1RIrn002454 for ; Thu, 11 Jun 2015 18:27:18 -0700 Message-ID: <557A3576.90107@tylerent.com> Date: Thu, 11 Jun 2015 18:27:18 -0700 From: Dale Tyler User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org X-Mailman-Approved-At: Fri, 12 Jun 2015 05:05:43 -0700 Subject: Yocto 1.6 + QT5.3.2 on i.MX6 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: freescale11@tylerent.com 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, 12 Jun 2015 01:31:14 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, We are having problems building a customized core-image-minimal image with QT5.3.2. The error we see when creating the target rootfs is ERROR: qtquickcontrols not found in the base feeds (cgtqmx6 cortexa9hf-vfp-neon-mx6qdl cortexa9hf-vfp-neon cortexa9hf-vfp armv7ahf-vfp-neon armv7ahf-vfp armv6hf-vfp armv5ehf-vfp armv5hf-vfp noarch any all). We cloned the GIT repo using: git clone -b dizzy https://github.com/meta-qt5/meta-qt5.git We have included the following in local.conf: PACKAGECONFIG_append_pn-qtquickcontrols = " accessibility" PACKAGECONFIG_append_pn-qtbase = " accessibility" On May 28, 2014, there was a post to this list that talked about a fix being pushed by Octavio to master and daisy, which I would assume would have end up in the dizzy branch. If we leave out qtquick1 and qtquickcontrols from IMAGE_INSTALL in our image recipe, things build fine, but we need qtquickcontrols for our application. Any suggestions on how to proceed would be welcome. Thanks, Dale