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

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