From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: [ptxdist] [PATCH] barebox: fix rebuild of environment
Date: Wed, 16 May 2018 12:14:47 +0200 [thread overview]
Message-ID: <20180516101447.23855-1-m.tretter@pengutronix.de> (raw)
Barebox does not rebuild the environment by default anymore since commit
105201e0013d ("build: fix that defaultenv is always rebuilt").
Therefore, changes in $(BAREBOX_EXTRA_ENV_PATH) do not propagate to the
Barebox image.
Remove the generated environment file to trigger a rebuild of the
environment.
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
rules/barebox.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/barebox.make b/rules/barebox.make
index 7c389e770..f09572941 100644
--- a/rules/barebox.make
+++ b/rules/barebox.make
@@ -89,6 +89,7 @@ ifdef PTXCONF_BAREBOX_EXTRA_ENV
else \
cp "$(path)" $(BAREBOX_DIR)/.ptxdist-defaultenv/; \
fi;)
+ @rm -rf $(BAREBOX_DIR)/defaultenv/barebox_default_env
endif
@$(call touch)
--
2.17.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2018-05-16 10:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180516101447.23855-1-m.tretter@pengutronix.de \
--to=m.tretter@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox