All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from webgen.mak path
Date: Fri, 14 Aug 2015 11:01:29 -0400	[thread overview]
Message-ID: <55CE02C9.80008@ti.com> (raw)
In-Reply-To: <20150814145315.GE30560@edge>



On 8/14/2015 10:53 AM, Denys Dmytriyenko wrote:
> What's the reason for the change?
>

It seems restrictive to force TISDK_VERSION in the webgen.mak path when 
the same can be accomplished through the config (see PATCH 2/2).

Also, it is preferable to not maintain the webgen.mak for every release 
made as we can use git to obtain an old version.

> On Thu, Aug 13, 2015 at 09:25:16AM -0400, Jacob Stiffler wrote:
>> * The same effect can be obtained though the config.
>>
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>>   lib/oesdk/package-sdks | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/lib/oesdk/package-sdks b/lib/oesdk/package-sdks
>> index 31a44b6..498ee79 100644
>> --- a/lib/oesdk/package-sdks
>> +++ b/lib/oesdk/package-sdks
>> @@ -304,7 +304,7 @@ generate_webgen_page() {
>>       m="$1"
>>   
>>       
>> -    webgen_make="$WEBGEN_MAK_ROOT/$TISDK_VERSION/$m/webgen.mak"
>> +    webgen_make="$WEBGEN_MAK_ROOT/$m/webgen.mak"
>>   
>>       if [ ! -e $webgen_make ]
>>       then
>> -- 
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



      reply	other threads:[~2015-08-14 15:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-13 13:25 [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from webgen.mak path Jacob Stiffler
2015-08-13 13:25 ` [tisdk-build-scripts][PATCH 2/2] configs: Update for change in " Jacob Stiffler
2015-08-14 14:53 ` [tisdk-build-scripts][PATCH 1/2] package-sdks: Remove assumption of TISDK_VERSION from " Denys Dmytriyenko
2015-08-14 15:01   ` Jacob Stiffler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55CE02C9.80008@ti.com \
    --to=j-stiffler@ti.com \
    --cc=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.