From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6675677627014971392 X-Received: by 2002:a5d:690c:: with SMTP id t12mr26612wru.28.1554302318337; Wed, 03 Apr 2019 07:38:38 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:b406:: with SMTP id d6ls48494wmf.2.canary-gmail; Wed, 03 Apr 2019 07:38:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqw6dwQOBiEoq46XpyDBxfu7L2ytytIsX31XoXd7C0HJhJ1iig10ISluoKHXrMHTRKF3WMkg X-Received: by 2002:a1c:be06:: with SMTP id o6mr9824wmf.19.1554302317792; Wed, 03 Apr 2019 07:38:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554302317; cv=none; d=google.com; s=arc-20160816; b=x7rck28RM8TlFswmoF7E6M8cVTz2KS1ptku95raSiQrSqQDxqSWWN6DqfTxqH9ZQQ1 vEJPSXx2xFBGsk9ha5EGW2Jkwu0lrz4Hbf8clmq1XZxZwZ58wvMAv0oa4e/Vw116WECv fL1zwcfB3+HGDzPPiQEyIK0dDBVLweQ3JEgjodRyxE39GtCJ/mbqx1bkPCEJMnhDurFB 1WnbDbO0lsOCOiiT9+mvCCyxD4WGirX4pEULZ8uGvT8SbTZhyfvi5ZxsduInf7xkaf1j DoDU5P+rODS5GgojOwqordnePujWQ1Mm+HdNGnSHbMXFdAt0wX5gyHEgOgL5bnGH9tSy f9gQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=p6aSUkScp4T6lAhX+xMB4Hp9DP558ldLTv1evyu6ruI=; b=SgOZaX27zAH6aJ9MZZS3LaiqPWko6p5vDjXq7iiElWtahoIR6V3W5Igz1+3dmtq6uM oV6jqW0KPdr2sHPzzASAICOWfwRPzYecn7PIboXGoDdyz88m+ouNVwDVBTfh0xvcG5Xm NZoa1ynABCb/nL/4Jzcn0Te+ZY0x2jB03frCE5/E+UCS+j9d7n8PsIkSdo8z7seBz/Gj hTR+rrQsj087Q+BsZSI3CMw3GaeSP1abmeMKj/xvaAXcCRSIHGwcvVzcTSPQ8PhDv4xS Dc9hzY2FMsZoVPeXQsufKg1rORb5rVn8WCxbu6+OJKm7gEhA+JtGZPNoUiy72X3IzwPj v2vw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id k15si845198wrq.1.2019.04.03.07.38.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Apr 2019 07:38:37 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x33EcblR010736 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 3 Apr 2019 16:38:37 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.232]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x33Ecanj023095; Wed, 3 Apr 2019 16:38:36 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH] u-boot: support multiple binary outputs Date: Wed, 3 Apr 2019 16:37:06 +0200 Message-Id: <20190403143706.17310-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: MqR9PtctnzcA From: Claudius Heine Signed-off-by: Claudius Heine --- 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