From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tkj5A-0003dj-Bo for openembedded-core@lists.openembedded.org; Mon, 17 Dec 2012 23:22:55 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id qBHM82KA005681 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 17 Dec 2012 14:08:02 -0800 (PST) Received: from msp-dhcp56.wrs.com (172.25.34.56) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.318.4; Mon, 17 Dec 2012 14:08:02 -0800 Message-ID: <50CF97C1.4010800@windriver.com> Date: Mon, 17 Dec 2012 16:08:01 -0600 From: Mark Hatle Organization: Wind River Systems User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: References: In-Reply-To: Subject: Re: should BBFILES also refer to .inc files? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 22:22:58 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12/17/12 3:27 PM, Robert P. J. Day wrote: > > looking at someone else's layer and there's this line in layer.conf: > > BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/recipes*/*/*.inc" > > is there a rationale for including .inc files in BBFILES? i don't > recall ever seeing that before. This is incorrect. Only file that are processed by the recipe parser should be listed. Specifically '.bb' and '.bbappend' files. --Mark > rday >