public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] scripts/ci_build.sh: Add right flag for debug
@ 2019-10-01 17:25 vijaikumar.kanagarajan
  2019-10-15  9:27 ` vijai kumar
  2019-10-16  7:09 ` Baurzhan Ismagulov
  0 siblings, 2 replies; 3+ messages in thread
From: vijaikumar.kanagarajan @ 2019-10-01 17:25 UTC (permalink / raw)
  To: isar-users
  Cc: henning.schild, ibr, claudius.heine.ext, jan.kiszka, Vijai Kumar K

From: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>

The right option for enabling debug level is -D. Replace -d with -D.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 scripts/ci_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index a69cc51..0ff1604 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -96,7 +96,7 @@ do
         CROSS_BUILD="1"
         ;;
     -d|--debug)
-        BB_ARGS="$BB_ARGS -d"
+        BB_ARGS="$BB_ARGS -D"
         ;;
     -f|--fast)
         # Start build for the reduced set of configurations
-- 
2.17.1


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

* Re: [PATCH] scripts/ci_build.sh: Add right flag for debug
  2019-10-01 17:25 [PATCH] scripts/ci_build.sh: Add right flag for debug vijaikumar.kanagarajan
@ 2019-10-15  9:27 ` vijai kumar
  2019-10-16  7:09 ` Baurzhan Ismagulov
  1 sibling, 0 replies; 3+ messages in thread
From: vijai kumar @ 2019-10-15  9:27 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 832 bytes --]

Can this be merged?

Thanks,
Vijai Kumar K

On Tuesday, October 1, 2019 at 10:56:16 PM UTC+5:30, vijai kumar wrote:
>
> From: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com> 
>
> The right option for enabling debug level is -D. Replace -d with -D. 
>
> Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com> 
> --- 
>  scripts/ci_build.sh | 2 +- 
>  1 file changed, 1 insertion(+), 1 deletion(-) 
>
> diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh 
> index a69cc51..0ff1604 100755 
> --- a/scripts/ci_build.sh 
> +++ b/scripts/ci_build.sh 
> @@ -96,7 +96,7 @@ do 
>          CROSS_BUILD="1" 
>          ;; 
>      -d|--debug) 
> -        BB_ARGS="$BB_ARGS -d" 
> +        BB_ARGS="$BB_ARGS -D" 
>          ;; 
>      -f|--fast) 
>          # Start build for the reduced set of configurations 
> -- 
> 2.17.1 
>
>

[-- Attachment #1.2: Type: text/html, Size: 1681 bytes --]

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

* Re: [PATCH] scripts/ci_build.sh: Add right flag for debug
  2019-10-01 17:25 [PATCH] scripts/ci_build.sh: Add right flag for debug vijaikumar.kanagarajan
  2019-10-15  9:27 ` vijai kumar
@ 2019-10-16  7:09 ` Baurzhan Ismagulov
  1 sibling, 0 replies; 3+ messages in thread
From: Baurzhan Ismagulov @ 2019-10-16  7:09 UTC (permalink / raw)
  To: isar-users

On Tue, Oct 01, 2019 at 10:55:44PM +0530, vijaikumar.kanagarajan@gmail.com wrote:
> The right option for enabling debug level is -D. Replace -d with -D.

Applied to next, thanks.

With kind regards,
Baurzhan.

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

end of thread, other threads:[~2019-10-16  7:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 17:25 [PATCH] scripts/ci_build.sh: Add right flag for debug vijaikumar.kanagarajan
2019-10-15  9:27 ` vijai kumar
2019-10-16  7:09 ` Baurzhan Ismagulov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox