From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ed1-x52e.google.com ([2a00:1450:4864:20::52e]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iYBBe-0004FG-3R for ptxdist@pengutronix.de; Fri, 22 Nov 2019 16:49:34 +0100 Received: by mail-ed1-x52e.google.com with SMTP id t11so6389649eds.13 for ; Fri, 22 Nov 2019 07:49:34 -0800 (PST) MIME-Version: 1.0 References: <20191119164002.5288-1-bruno.thomsen@gmail.com> <9844490.fM4Dk9IfLu@ada> <20191122141435.GF1287@pengutronix.de> In-Reply-To: <20191122141435.GF1287@pengutronix.de> From: Bruno Thomsen Date: Fri, 22 Nov 2019 16:49:16 +0100 Message-ID: Subject: Re: [ptxdist] [PATCH v3] u-boot: generate environment image List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Ups, version 4 was send before I saw your email. > > ifdef PTXCONF_U_BOOT_CUSTOM_ENV_IMAGE > > U_BOOT_CUSTOM_ENV_SRC := $(call ptx/in-platformconfigdir, \ > > $(PTXCONF_U_BOOT_CUSTOM_ENV_IMAGE_SOURCE)) > > You need the remove_quotes here for PTXCONF_U_BOOT_CUSTOM_ENV_IMAGE_SOURCE. > Other than that, this should work correctly with layers. > > > $(STATEDIR)/u-boot.compile: $(call remove_quotes, $(U_BOOT_CUSTOM_ENV_SRC)) > > No need for remove_quotes here. Okay, thanks for input Michael. I will update the patch Monday. /Bruno _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de