public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] u-boot: support multiple binary outputs
@ 2019-04-03 14:37 claudius.heine.ext
  2019-04-03 15:23 ` Jan Kiszka
  2019-04-03 18:37 ` Maxim Yu. Osipov
  0 siblings, 2 replies; 3+ messages in thread
From: claudius.heine.ext @ 2019-04-03 14:37 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

From: Claudius Heine <ch@denx.de>

Signed-off-by: Claudius Heine <ch@denx.de>
---
 meta/recipes-bsp/u-boot/u-boot-custom.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/u-boot/u-boot-custom.inc b/meta/recipes-bsp/u-boot/u-boot-custom.inc
index 1afe430..d9356c7 100644
--- a/meta/recipes-bsp/u-boot/u-boot-custom.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-custom.inc
@@ -32,6 +32,6 @@ do_prepare_build() {
 }
 
 dpkg_runbuild_prepend() {
-    export U_BOOT_CONFIG=${U_BOOT_CONFIG}
-    export U_BOOT_BIN=${U_BOOT_BIN}
+    export U_BOOT_CONFIG="${U_BOOT_CONFIG}"
+    export U_BOOT_BIN="${U_BOOT_BIN}"
 }
-- 
2.20.1


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

* Re: [PATCH] u-boot: support multiple binary outputs
  2019-04-03 14:37 [PATCH] u-boot: support multiple binary outputs claudius.heine.ext
@ 2019-04-03 15:23 ` Jan Kiszka
  2019-04-03 18:37 ` Maxim Yu. Osipov
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Kiszka @ 2019-04-03 15:23 UTC (permalink / raw)
  To: [ext] claudius.heine.ext@siemens.com, isar-users; +Cc: Claudius Heine

On 03.04.19 16:37, [ext] claudius.heine.ext@siemens.com wrote:
> From: Claudius Heine <ch@denx.de>
> 
> Signed-off-by: Claudius Heine <ch@denx.de>
> ---
>   meta/recipes-bsp/u-boot/u-boot-custom.inc | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-bsp/u-boot/u-boot-custom.inc b/meta/recipes-bsp/u-boot/u-boot-custom.inc
> index 1afe430..d9356c7 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-custom.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot-custom.inc
> @@ -32,6 +32,6 @@ do_prepare_build() {
>   }
>   
>   dpkg_runbuild_prepend() {
> -    export U_BOOT_CONFIG=${U_BOOT_CONFIG}
> -    export U_BOOT_BIN=${U_BOOT_BIN}
> +    export U_BOOT_CONFIG="${U_BOOT_CONFIG}"
> +    export U_BOOT_BIN="${U_BOOT_BIN}"
>   }
> 

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] u-boot: support multiple binary outputs
  2019-04-03 14:37 [PATCH] u-boot: support multiple binary outputs claudius.heine.ext
  2019-04-03 15:23 ` Jan Kiszka
@ 2019-04-03 18:37 ` Maxim Yu. Osipov
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Yu. Osipov @ 2019-04-03 18:37 UTC (permalink / raw)
  To: claudius.heine.ext, isar-users; +Cc: Claudius Heine

On 4/3/19 4:37 PM, claudius.heine.ext@siemens.com wrote:
> From: Claudius Heine <ch@denx.de>

Applied to the 'next',

Thanks,
Maxim.

> Signed-off-by: Claudius Heine <ch@denx.de>
> ---
>   meta/recipes-bsp/u-boot/u-boot-custom.inc | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-bsp/u-boot/u-boot-custom.inc b/meta/recipes-bsp/u-boot/u-boot-custom.inc
> index 1afe430..d9356c7 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-custom.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot-custom.inc
> @@ -32,6 +32,6 @@ do_prepare_build() {
>   }
>   
>   dpkg_runbuild_prepend() {
> -    export U_BOOT_CONFIG=${U_BOOT_CONFIG}
> -    export U_BOOT_BIN=${U_BOOT_BIN}
> +    export U_BOOT_CONFIG="${U_BOOT_CONFIG}"
> +    export U_BOOT_BIN="${U_BOOT_BIN}"
>   }
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

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

end of thread, other threads:[~2019-04-03 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-03 14:37 [PATCH] u-boot: support multiple binary outputs claudius.heine.ext
2019-04-03 15:23 ` Jan Kiszka
2019-04-03 18:37 ` Maxim Yu. Osipov

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