From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E61DCE01389 for ; Thu, 7 Nov 2013 09:01:12 -0800 (PST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id rA7H19TK026926; Thu, 7 Nov 2013 11:01:11 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id rA7H19dD007188; Thu, 7 Nov 2013 11:01:09 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Thu, 7 Nov 2013 11:01:09 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id rA7H18RA012496; Thu, 7 Nov 2013 11:01:08 -0600 Date: Thu, 7 Nov 2013 12:01:08 -0500 From: Denys Dmytriyenko To: Khem Raj Message-ID: <20131107170108.GI4510@edge> References: <1383791126-22557-1-git-send-email-raj.khem@gmail.com> MIME-Version: 1.0 In-Reply-To: <1383791126-22557-1-git-send-email-raj.khem@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] adjust BBPATH to be a good citizen of layer world X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 17:01:17 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline NAK for now, as there was a chance to comment on the proposed change: http://thread.gmane.org/gmane.linux.embedded.yocto.meta-ti/2939 On Wed, Nov 06, 2013 at 06:25:26PM -0800, Khem Raj wrote: > Currently, meta-ti appears as first path in BBPATH > rest of layers append so lets do the same > > helps distros with multiple BSP layers to include meta-ti > > Signed-off-by: Khem Raj > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/layer.conf b/conf/layer.conf > index e39bd85..faa4ac0 100644 > --- a/conf/layer.conf > +++ b/conf/layer.conf > @@ -1,5 +1,5 @@ > # We have a conf and classes directory, append to BBPATH > -BBPATH =. "${LAYERDIR}:" > +BBPATH .= ":${LAYERDIR}" > > # We have a recipes directory, add to BBFILES > BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" > -- > 1.8.3.2 > > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti