From c967c0b4cf6163417841b9a98de5eaa69b637711 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Fri, 8 Jan 2016 02:44:10 -0800 Subject: OSELAS.BSP-EnergyMicro-Gecko: Update energyAwareTools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since the silabs acquisition of energymicro, the url to the energyAwareTools has changed. This commit updates that path. Signed-off-by: Bryan Hundven Signed-off-by: Uwe Kleine-König --- rules/host-energyAwareTools.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/host-energyAwareTools.make b/rules/host-energyAwareTools.make index b11f025..dc67ccb 100644 --- a/rules/host-energyAwareTools.make +++ b/rules/host-energyAwareTools.make @@ -16,11 +16,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_ENERGYAWARETOOLS) += host-energyawaretools # # Paths and names # -HOST_ENERGYAWARETOOLS_VERSION := 25052012 HOST_ENERGYAWARETOOLS_MD5 := e6e6c9b52a5e41235242bdc04e5faa02 -HOST_ENERGYAWARETOOLS := energyAwareTools_$(HOST_ENERGYAWARETOOLS_VERSION) +HOST_ENERGYAWARETOOLS := energyaware-linux-tools HOST_ENERGYAWARETOOLS_SUFFIX := tgz -HOST_ENERGYAWARETOOLS_URL := http://cdn.energymicro.com/dl/packages/$(HOST_ENERGYAWARETOOLS).$(HOST_ENERGYAWARETOOLS_SUFFIX) +HOST_ENERGYAWARETOOLS_URL := http://www.silabs.com/Support%20Documents/Software/$(HOST_ENERGYAWARETOOLS).$(HOST_ENERGYAWARETOOLS_SUFFIX) HOST_ENERGYAWARETOOLS_SOURCE := $(SRCDIR)/$(HOST_ENERGYAWARETOOLS).$(HOST_ENERGYAWARETOOLS_SUFFIX) HOST_ENERGYAWARETOOLS_DIR := $(HOST_BUILDDIR)/$(HOST_ENERGYAWARETOOLS) -- cgit v1.2.3