summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Kilb <J.Kilb@phytec.de>2011-08-22 19:11:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-22 21:25:08 +0200
commitd32b4a2c146f70a180aada44824bb310d6385306 (patch)
tree14dfc25377ab9bf00565c0d8a79cdf8acac79f86
parentda74249ea40a94ce1f932f2e0215650afd926ce5 (diff)
downloadptxdist-d32b4a2c146f70a180aada44824bb310d6385306.tar.gz
ptxdist-d32b4a2c146f70a180aada44824bb310d6385306.tar.xz
x-load: add config variable for the source md5sum
Signed-off-by: Juergen Kilb <J.Kilb@phytec.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/x-load.in4
-rw-r--r--rules/x-load.make2
2 files changed, 5 insertions, 1 deletions
diff --git a/platforms/x-load.in b/platforms/x-load.in
index d92627d6b..d2f39d2e1 100644
--- a/platforms/x-load.in
+++ b/platforms/x-load.in
@@ -28,6 +28,10 @@ config X_LOAD_VERSION
${PTXDIST_WORKSPACE}/local_src/
+config X_LOAD_MD5
+ prompt "x-loader source md5sum"
+ string
+
config X_LOAD_CONFIG
string
prompt "x-loader config target"
diff --git a/rules/x-load.make b/rules/x-load.make
index e49089561..a1ea1f69d 100644
--- a/rules/x-load.make
+++ b/rules/x-load.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_X_LOAD) += x-load
# Paths and names
#
X_LOAD_VERSION := $(call remove_quotes,$(PTXCONF_X_LOAD_VERSION))
-X_LOAD_MD5 :=
+X_LOAD_MD5 := $(call remove_quotes,$(PTXCONF_X_LOAD_MD5))
X_LOAD := x-load-$(X_LOAD_VERSION)
X_LOAD_SUFFIX := tar.bz2
X_LOAD_URL := http://www.ptxdist.org/software/ptxdist/temporary-src/$(X_LOAD).$(X_LOAD_SUFFIX)