* [PATCH] isar-setup-builddir script: remove copying multiconfigs
@ 2018-02-07 9:06 claudius.heine.ext
2018-02-07 12:45 ` Jan Kiszka
2018-02-07 18:19 ` Alexander Smirnov
0 siblings, 2 replies; 3+ messages in thread
From: claudius.heine.ext @ 2018-02-07 9:06 UTC (permalink / raw)
To: isar-users; +Cc: Claudius Heine
From: Claudius Heine <ch@denx.de>
With the recent update of bitbake, copying the multiconfig files to the
build dir is no longer necessary.
Signed-off-by: Claudius Heine <ch@denx.de>
---
scripts/isar-setup-builddir | 5 -----
1 file changed, 5 deletions(-)
diff --git a/scripts/isar-setup-builddir b/scripts/isar-setup-builddir
index d400694..cabe732 100755
--- a/scripts/isar-setup-builddir
+++ b/scripts/isar-setup-builddir
@@ -69,7 +69,6 @@ if [ -n "$TEMPLATECONF" ]; then
ISARCORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample"
ISARCORELOCALCONF="$TEMPLATECONF/local.conf.sample"
ISARCORENOTESCONF="$TEMPLATECONF/conf-notes.txt"
- ISARMULTICONF="$TEMPLATECONF/multiconfig"
fi
unset SHOWYPDOC
@@ -157,7 +156,3 @@ if [ -z "$ISARCORENOTESCONF" ]; then
fi
[ ! -r "$ISARCORENOTESCONF" ] || cat $ISARCORENOTESCONF
unset ISARCORENOTESCONF
-
-if [ -d "$ISARMULTICONF" ]; then
- cp -r "$ISARMULTICONF" $BUILDDIR/conf
-fi
--
2.15.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] isar-setup-builddir script: remove copying multiconfigs
2018-02-07 9:06 [PATCH] isar-setup-builddir script: remove copying multiconfigs claudius.heine.ext
@ 2018-02-07 12:45 ` Jan Kiszka
2018-02-07 18:19 ` Alexander Smirnov
1 sibling, 0 replies; 3+ messages in thread
From: Jan Kiszka @ 2018-02-07 12:45 UTC (permalink / raw)
To: [ext] claudius.heine.ext@siemens.com, isar-users; +Cc: Claudius Heine
On 2018-02-07 10:06, [ext] claudius.heine.ext@siemens.com wrote:
> From: Claudius Heine <ch@denx.de>
>
> With the recent update of bitbake, copying the multiconfig files to the
> build dir is no longer necessary.
>
> Signed-off-by: Claudius Heine <ch@denx.de>
> ---
> scripts/isar-setup-builddir | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/scripts/isar-setup-builddir b/scripts/isar-setup-builddir
> index d400694..cabe732 100755
> --- a/scripts/isar-setup-builddir
> +++ b/scripts/isar-setup-builddir
> @@ -69,7 +69,6 @@ if [ -n "$TEMPLATECONF" ]; then
> ISARCORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample"
> ISARCORELOCALCONF="$TEMPLATECONF/local.conf.sample"
> ISARCORENOTESCONF="$TEMPLATECONF/conf-notes.txt"
> - ISARMULTICONF="$TEMPLATECONF/multiconfig"
> fi
>
> unset SHOWYPDOC
> @@ -157,7 +156,3 @@ if [ -z "$ISARCORENOTESCONF" ]; then
> fi
> [ ! -r "$ISARCORENOTESCONF" ] || cat $ISARCORENOTESCONF
> unset ISARCORENOTESCONF
> -
> -if [ -d "$ISARMULTICONF" ]; then
> - cp -r "$ISARMULTICONF" $BUILDDIR/conf
> -fi
>
Looks good!
Jan
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] isar-setup-builddir script: remove copying multiconfigs
2018-02-07 9:06 [PATCH] isar-setup-builddir script: remove copying multiconfigs claudius.heine.ext
2018-02-07 12:45 ` Jan Kiszka
@ 2018-02-07 18:19 ` Alexander Smirnov
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Smirnov @ 2018-02-07 18:19 UTC (permalink / raw)
To: claudius.heine.ext, isar-users; +Cc: Claudius Heine
On 02/07/2018 12:06 PM, claudius.heine.ext@siemens.com wrote:
> From: Claudius Heine <ch@denx.de>
>
> With the recent update of bitbake, copying the multiconfig files to the
> build dir is no longer necessary.
>
> Signed-off-by: Claudius Heine <ch@denx.de>
Applied to next, thanks!
Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-07 18:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-07 9:06 [PATCH] isar-setup-builddir script: remove copying multiconfigs claudius.heine.ext
2018-02-07 12:45 ` Jan Kiszka
2018-02-07 18:19 ` Alexander Smirnov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox