summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2018-08-14 12:26:45 +0300
committerKonstantin Porotchkin <kostap@marvell.com>2018-09-03 14:51:31 +0300
commitc3cb93eaa3bb4869a5815d4b347263593dad84e5 (patch)
treefa396fdc43302ce96a7cbb58d88a2bc0f4b59bf5
parent0aec5da289dd3e58f86c16283e4842d9305a32f6 (diff)
fix: marvell: Check the required libraries before building doimage
Some customers are missing host libraries required for doimage builds. This patch requests for the library installation check for every doimage build and suggest the required installation steps in case of missing headers. Change-Id: Icde18c3d4d6045f65e50d2dc9e6514971f40033e Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/59049 Reviewed-by: Igal Liberman <igall@marvell.com> (cherry picked from commit 0909d554b3d914f918e5c0ead9750e6e0767ab6e) Reviewed-on: http://vgitil04.il.marvell.com:8080/59135 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Nadav Haklai <nadavh@marvell.com>
-rw-r--r--plat/marvell/marvell.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/marvell/marvell.mk b/plat/marvell/marvell.mk
index 217ad46f..2a2da3b9 100644
--- a/plat/marvell/marvell.mk
+++ b/plat/marvell/marvell.mk
@@ -48,6 +48,7 @@ mrvl_clean:
${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${DOIMAGEPATH} clean
${DOIMAGETOOL}: mrvl_clean
+ @$(DOIMAGE_LIBS_CHECK)
${Q}${MAKE} --no-print-directory -C ${DOIMAGEPATH} WTMI_IMG=$(WTMI_IMG)