From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ye0-f177.google.com (mail-ye0-f177.google.com [209.85.213.177]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5077FE013AE for ; Sat, 29 Jun 2013 21:34:15 -0700 (PDT) Received: by mail-ye0-f177.google.com with SMTP id q11so820666yen.36 for ; Sat, 29 Jun 2013 21:34:15 -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:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=mjXtP0iWrSDXdb8Xp9Sfh05TLKPp/miTmOqTYVQwzZ0=; b=zRPbNkrijjuZH/wnxnmj1Yre4W2vhsSpjAEg8vAvG4zD+1+jPAPgbvUgI59lrI33zf abbCDeXjRtp0xwDj+i+Ozn/dmJPqHDlNuq2dhb4j9T+Hja5JNSmltcdr6zKkthE2s63J RfqFLY0RnZ5D4v/41Tx2hXoHSjtiK6NGoWx1GEp0PedIK1IxEYscuClH4sj706v9fHG6 pRvTtmJj1kAaJ6lc1iXbFBiER/1xaKyMeiW1ITefufA5pI5TsrQ2Hv2T2oPA9TfEcGFZ NytDpG/d9+OURmAQRy4U/HapazkXgiJhk/SbMrsgHodjJBACWSjAAQLv7JIbh8DOGpMb n08g== X-Received: by 10.236.154.37 with SMTP id g25mr10392531yhk.216.1372566854894; Sat, 29 Jun 2013 21:34:14 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id j64sm23896773yhj.25.2013.06.29.21.34.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 29 Jun 2013 21:34:14 -0700 (PDT) Message-ID: <51CFB545.60607@gmail.com> Date: Sat, 29 Jun 2013 23:34:13 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 CC: "meta-freescale@yoctoproject.org" References: <51CF793A.9090107@gmail.com> In-Reply-To: Subject: Re: Problem building fsl-image-gui 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: Sun, 30 Jun 2013 04:34:16 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit It appears that this might have been introduced in Poky master a couple of days ago. Sometimes, when I'm just trying to get something done, I really hate using master, but for now it is http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta-yocto/conf/distro?id=c1df5188bb2851bcc5a3f483b0a0b4c4f884e3c7 It appears that they introduced a tendency towards ERROR_QA in an effort to get people to clean up their recipes. I'm also running into an problem with lttng-modules: ERROR: QA Issue: lttng-modules: Files/directories were installed but not shipped /lib /lib/modules /lib/modules/3.0.35-wandboard+yocto+g7efa8c6 /lib/modules/3.0.35-wandboard+yocto+g7efa8c6/kernel /lib/modules/3.0.35-wandboard+yocto+g7efa8c6/kernel/lttng-modules ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa ERROR: Logfile of failure stored in: /home/john/fsl-community-bsp/build/tmp/work/wandboard_dual-poky-linux-gnueabi/lttng-modules/2.1.1-r0/temp/log.do_package.18131 ERROR: Task 2964 (/home/john/fsl-community-bsp/sources/poky/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb, do_package) failed with exit code '1' I filed a bug on this one, since it pertains to Poky: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4791 If you see this one, one way to get around it is to ensure that CONFIG_TRACEPOINTS is in the kernel. Another way is to edit the meta-fsl-demos/recipes-images/images/fsl-image-gui.bb file to remove tools-profile. On 6/29/13 8:32 PM, Trevor Woerner wrote: > On 29 June 2013 20:18, John Weber wrote: >> Anyone seeing this problem? I'm building fsl-image-gui using master: > > Yes, I just performed a build and am seeing the same thing, except in > my case they're all marked as warnings and I do end up with an image. > I also seem to be seeing a lot more than what you've listed. >