summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2020-03-19 01:01:01 +0100
committerEnrico Jorns <ejo@pengutronix.de>2020-06-11 01:32:42 +0200
commit8123ece524edb7683b35e1af87fdb393377d4f9a (patch)
tree45386ef9e1f71daaad5574cdc2b4f39a2d961f0d
parent6a6bccd6c7a47e3ba8d18136dee2622e797f6e31 (diff)
downloadmeta-ptx-8123ece524edb7683b35e1af87fdb393377d4f9a.tar.gz
meta-ptx-8123ece524edb7683b35e1af87fdb393377d4f9a.tar.xz
barebox: DEPLOYDIR must be empty when running deploy tasks
Otherwise we collect artifacts whose DATETIME-based filenames differ each time do_deploy task runs. Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
-rw-r--r--recipes-bsp/barebox/barebox.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/barebox/barebox.inc b/recipes-bsp/barebox/barebox.inc
index 1268953..99727ba 100644
--- a/recipes-bsp/barebox/barebox.inc
+++ b/recipes-bsp/barebox/barebox.inc
@@ -83,6 +83,7 @@ do_install() {
# Suffix that allows to create different barebox images in one BSP
BAREBOX_IMAGE_SUFFIX = ""
+do_deploy[cleandirs] = "${DEPLOYDIR}"
do_deploy[vardepsexclude] = "DATETIME"
do_deploy () {
install -d ${DEPLOYDIR}