From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp484.redcondor.net (smtp484.redcondor.net [208.80.204.84]) by mail.openembedded.org (Postfix) with ESMTP id 50627605BB for ; Sun, 6 Dec 2015 13:16:22 +0000 (UTC) Received: from astoria.ccjclearline.com ([64.235.106.9]) by smtp484.redcondor.net ({c48374e7-08df-40d9-a0de-96cc9883a037}) via TCP (outbound) with ESMTPS id 20151206131621683_0484 for ; Sun, 06 Dec 2015 13:16:21 +0000 X-RC-FROM: X-RC-RCPT: Received: from [99.240.204.5] (port=49296 helo=crashcourse.ca) by astoria.ccjclearline.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1a5ZBg-00045y-OM for openembedded-core@lists.openembedded.org; Sun, 06 Dec 2015 08:17:12 -0500 Date: Sun, 6 Dec 2015 08:16:13 -0500 (EST) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost To: OE Core mailing list Message-ID: User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 X-MAG-OUTBOUND: ccj.redcondor.net@64.235.106.9/32 Subject: why would a BBFILES variable refer to a "classes" directory? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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: Sun, 06 Dec 2015 13:16:23 -0000 Content-Type: text/plain; charset=US-ASCII possibly a stupid question, but i'm looking at a publicly available OE layer and, in layer.conf, there is a setting for BBFILES that pulls in a number of subdirectories and ends with: ... snip ... ${LAYERDIR}/recipes-*/*/*.bbappend \ ${LAYERDIR}/classes/*.bbclass" i am unfamiliar with BBFILES used to include references to a classes directory, and that layer.conf file already includes the earlier line: BBPATH := "${LAYERDIR}:${BBPATH}" can someone explain what BBFILES has to do with defining additional classes in a layer? thanks muchly. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================