From b53b4c46c0990f07a3ef91c8521dda61fd4f611d Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Wed, 15 Nov 2017 10:12:25 +0000 Subject: src: update to use collectd 5.8.0 Update the src build to use collectd 5.8.0 instead of master. Update the PMU build to ensure it download all event files. Change-Id: Ib71ee6fc0ed7960368ce1b93fc9ca9bfbb16ba05 Signed-off-by: Maryam Tahhan --- src/package-list.mk | 2 +- src/pmu-tools/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/package-list.mk b/src/package-list.mk index e857dcf8..a059bd55 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -16,7 +16,7 @@ PMUTOOLS_TAG ?= master # collectd section COLLECTD_URL ?= https://github.com/collectd/collectd -COLLECTD_TAG ?= master +COLLECTD_TAG ?= collectd-5.8 COLLECTD_OPENSTACK_URL ?= https://github.com/openstack/collectd-ceilometer-plugin COLLECTD_OPENSTACK_TAG ?= stable/pike diff --git a/src/pmu-tools/Makefile b/src/pmu-tools/Makefile index 6d080d70..ab0d8170 100644 --- a/src/pmu-tools/Makefile +++ b/src/pmu-tools/Makefile @@ -49,7 +49,7 @@ force_make: $(WORK_DIR) $(TAG_DONE_FLAG) force_install: $(AT)sudo $(MAKE) -C $(WORK_DIR)/jevents install - $(AT)./$(WORK_DIR)/event_download.py + $(AT)./$(WORK_DIR)/event_download.py --all install: $(INSTALL_TARGET) -- cgit 1.2.3-korg