From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Sun, 6 Dec 2020 22:48:16 +0100 Message-Id: <20201206214817.15366-2-rhi@pengutronix.de> In-Reply-To: <20201206214817.15366-1-rhi@pengutronix.de> References: <20201206214817.15366-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 2/3] rpi: barebox: make BAREBOX_EXTRA_ENV_PATH layer-aware List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Roland Hieber Since PTXdist commit 41cb4d9f9287d85ae11b (2018-07-24, Michael Olbrich: "barebox: support layers with BAREBOX_EXTRA_ENV_PATH"), this path is layer-aware and resolved relative to the platformconfig directory. Link: https://git.pengutronix.de/cgit/ptxdist/commit/?id=41cb4d9f9287d85ae11b Signed-off-by: Roland Hieber --- configs/platform-rpi/platformconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig index 835ff38e62cd..c86fb2b8f6b2 100644 --- a/configs/platform-rpi/platformconfig +++ b/configs/platform-rpi/platformconfig @@ -171,7 +171,7 @@ PTXCONF_BAREBOX_VERSION="2020.08.1" PTXCONF_BAREBOX_MD5="d57031878390cb267f6641aedffcda9f" PTXCONF_BAREBOX_CONFIG="barebox.config" PTXCONF_BAREBOX_EXTRA_ENV=y -PTXCONF_BAREBOX_EXTRA_ENV_PATH="${PTXDIST_PLATFORMCONFIGDIR}/barebox-defaultenv" +PTXCONF_BAREBOX_EXTRA_ENV_PATH="barebox-defaultenv" # PTXCONF_BAREBOX_BAREBOXENV is not set # PTXCONF_BAREBOX_BAREBOXCRC32 is not set # PTXCONF_BAREBOX_KERNEL_INSTALL is not set -- 2.29.2 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de