From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ve0-f182.google.com (mail-ve0-f182.google.com [209.85.128.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 73015E013DE for ; Mon, 1 Jul 2013 07:40:55 -0700 (PDT) Received: by mail-ve0-f182.google.com with SMTP id ox1so3772926veb.41 for ; Mon, 01 Jul 2013 07:40:54 -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=hwDou0amtv+ivcKyaP1hFTeXpdKM0dkmjEviNehUTB0=; b=QcOaNu/K5ZyFtJ1O/zEO3I6Iayd1hX0743d2J8nYgGz9VWyd5SDd4qdgI/BsiOjsKy a1vkAPRCU//6eZXenkQK0OGYDN3i5ZeEdTgPPZ93CgE55V0lTqoKj3S82pNXIfvAsy/z NgMYvQ9RD9EzXCPTcw8tqlR69FvPfSclG4lUoZ7D35jOv+Btm3F2AOnXpiPqkdLz4xZQ xxg4Ea0sKiCUWnNpbt+hgyddZ4AAwAvYwHEn+vrDpDYqImxeRtRlUjaTCENjfizm56JU 0/0bkWyTGVbG2DAo7y1IzVjG/PvRwNrb8BGyAyH4I/2RB4OBTit0QPX/0AGnvB2/kK8c AYUg== X-Received: by 10.220.58.195 with SMTP id i3mr9681339vch.38.1372689654408; Mon, 01 Jul 2013 07:40:54 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id qh6sm13253683vec.0.2013.07.01.07.40.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Jul 2013 07:40:53 -0700 (PDT) Message-ID: <51D194F3.6030500@gmail.com> Date: Mon, 01 Jul 2013 09:40:51 -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> <51CF9835.8000207@gmail.com> <51CFB708.5030609@gmail.com> <51D04A5A.3060207@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: Mon, 01 Jul 2013 14:40:55 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Trevor, I didn't get that error, but I do think that it probably has something to do with empty directories being installed. Paul Eggleton responded that the right way to handle these, with regards to my bug reported on lmbench. "What the error is telling you is that these directories will not actually appear in the rootfs because nothing is packaging them. If these directories should be created in the rootfs then they need to be added to FILES_${PN} within the recipe." So, it seems that many recipes need to be cleaned up so that they deliberately indicate that empty files/directories should be included in the package. John On 7/1/13 9:29 AM, Trevor Woerner wrote: > Hi John, > > Thanks for the clarifications. The default branch for this manifest is > "master". Since "repo" is new to me I assumed I wasn't using it > correctly. Turns out I was using "repo" fine, but it was the part > about re-sourcing the setup script that I was missing (since I hadn't > closed the terminal, I assumed I could continue to use the same setup > after switching branches). > > In any case, after adding the following to conf/local.conf > > INHIBIT_PACKAGE_DEBUG_SPLIT = "1" > > I now get: > > ERROR: QA Issue: qt4-x11-free: Files/directories were installed > but not shipped > > Are you getting those too? Is there a way to ignore them as well? >