Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ index e5e7594..e3d60b7 100644
+ source "package/wastedcores/Config.in"
endmenu

menu "Flight Software"
endmenu
diff --git a/package/wastedcores/Config.in b/package/wastedcores/Config.in
new file mode 100644
index 0000000..92416bb
Expand All @@ -46,8 +46,8 @@ index 0000000..039d8ae
+################################################################################
+
+WASTEDCORES_VERSION = master
+WASTEDCORES_SITE = git@github.com:sonicyang/wastedcores.git
+WASTEDCORES_SITE_METHOD = git
+WASTEDCORES_SOURCE = wasredcores-$(WASTEDCORES_VERSION).tar.gz
+WASTEDCORES_SITE = http://github.com/sonicyang/wastedcores/tarball/$(WASTEDCORES_VERSION)
+
+WASTEDCORES_MODULE_SUBDIRS = tools/sanity_checker_4.4/stap_monitor \
+ tools/visualizations_4.4/sched_profiler
Expand Down
6 changes: 3 additions & 3 deletions buildroot_patches/0003-Add-mctest-package.patch
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ index e3d60b7..9922e80 100644
+ source "package/mctest/Config.in"
endmenu

menu "Flight Software"
endmenu
diff --git a/package/mctest/Config.in b/package/mctest/Config.in
new file mode 100644
index 0000000..27e09a1
Expand All @@ -46,8 +46,8 @@ index 0000000..c64bc77
+################################################################################
+
+MCTEST_VERSION = master
+MCTEST_SITE = git@github.com:sonicyang/mctest.git
+MCTEST_SITE_METHOD = git
+MCTEST_SOURCE = mctest-$(MCTEST_VERSION).tar.gz
+MCTEST_SITE = http://github.com/sonicyang/mctest/tarball/$(MCTEST_VERSION)
+
+MCTEST_DEPENDENCIES = linux
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ index 039d8ae..3dd9b87 100644

+WASTEDCORES_MODULE_MAKE_OPTS = "CFLAGS_sched_profiler.o=-DNUM_CPU=$(BR2_PACKAGE_WASTEDCORES_NUM_CPU) -DMAX_SAMPLE_ENTRIES=$(BR2_PACKAGE_WASTEDCORES_MAX_SAMPLE)"
+
WASTEDCORES_MODULE_SUBDIRS = tools/sanity_checker_4.1/stap_monitor \
tools/visualizations_4.1/sched_profiler
WASTEDCORES_MODULE_SUBDIRS = tools/sanity_checker_4.4/stap_monitor \
tools/visualizations_4.4/sched_profiler
WASTEDCORES_DEPENDENCIES = linux
--
2.7.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ index 3dd9b87..660e3f7 100644
WASTEDCORES_MODULE_MAKE_OPTS = "CFLAGS_sched_profiler.o=-DNUM_CPU=$(BR2_PACKAGE_WASTEDCORES_NUM_CPU) -DMAX_SAMPLE_ENTRIES=$(BR2_PACKAGE_WASTEDCORES_MAX_SAMPLE)"
+endif

WASTEDCORES_MODULE_SUBDIRS = tools/sanity_checker_4.1/stap_monitor \
tools/visualizations_4.1/sched_profiler
WASTEDCORES_MODULE_SUBDIRS = tools/sanity_checker_4.4/stap_monitor \
tools/visualizations_4.4/sched_profiler
--
2.7.4