All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-unpack.inc: Use absolute paths in require directive
@ 2016-10-26  0:08 Khem Raj
  2016-10-26  3:06 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2016-10-26  0:08 UTC (permalink / raw)
  To: meta-ti

This helps in using this inc file from other BSP
layers which are dependent on meta-ti

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ti-unpack.inc: Use absolute paths in require directive
  2016-10-26  0:08 [PATCH] ti-unpack.inc: Use absolute paths in require directive Khem Raj
@ 2016-10-26  3:06 ` Denys Dmytriyenko
  2016-10-26  4:15   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-10-26  3:06 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

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 <raj.khem@gmail.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ti-unpack.inc: Use absolute paths in require directive
  2016-10-26  3:06 ` Denys Dmytriyenko
@ 2016-10-26  4:15   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2016-10-26  4:15 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti@yoctoproject.org

On Tue, Oct 25, 2016 at 8:06 PM, Denys Dmytriyenko <denys@ti.com> wrote:
> 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?

yes krogoth too plz

>
>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-26  4:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26  0:08 [PATCH] ti-unpack.inc: Use absolute paths in require directive Khem Raj
2016-10-26  3:06 ` Denys Dmytriyenko
2016-10-26  4:15   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.