From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DE61DE00CEA; Tue, 25 Oct 2016 20:06:45 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [198.47.26.153 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A67C2E00CC7 for ; Tue, 25 Oct 2016 20:06:41 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id u9Q36erL021575; Tue, 25 Oct 2016 22:06:40 -0500 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 u9Q36eo2006551; Tue, 25 Oct 2016 22:06:40 -0500 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.3.294.0; Tue, 25 Oct 2016 22:06:40 -0500 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 u9Q36dDJ018555; Tue, 25 Oct 2016 22:06:40 -0500 Date: Tue, 25 Oct 2016 23:06:39 -0400 From: Denys Dmytriyenko To: Khem Raj Message-ID: <20161026030639.GY12745@edge> References: <20161026000857.10015-1-raj.khem@gmail.com> MIME-Version: 1.0 In-Reply-To: <20161026000857.10015-1-raj.khem@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] ti-unpack.inc: Use absolute paths in require directive 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: Wed, 26 Oct 2016 03:06:45 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Oct 25, 2016 at 05:08:57PM -0700, Khem Raj wrote: > This helps in using this inc file from other BSP > layers which are dependent on meta-ti I'll take it for master. Do you need it in krogoth? > Signed-off-by: Khem Raj > --- > recipes-ti/includes/ti-eula-unpack.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-ti/includes/ti-eula-unpack.inc b/recipes-ti/includes/ti-eula-unpack.inc > index 912cd18..ead0610 100644 > --- a/recipes-ti/includes/ti-eula-unpack.inc > +++ b/recipes-ti/includes/ti-eula-unpack.inc > @@ -9,7 +9,7 @@ > # TI_BIN_UNPK_WDEXT - This variable extends workdir path, if user wants to put > # the output in some internal directory > > -require ../includes/ti-unpack.inc > +require recipes-ti/includes/ti-unpack.inc > > TI_BIN_UNPK_ARGS = "--mode console" > > -- > 2.10.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti