summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-core/busybox')
-rw-r--r--meta-phosphor/recipes-core/busybox/busybox/top.cfg6
-rw-r--r--meta-phosphor/recipes-core/busybox/busybox_%.bbappend1
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-core/busybox/busybox/top.cfg b/meta-phosphor/recipes-core/busybox/busybox/top.cfg
new file mode 100644
index 0000000000..2cf2727e85
--- /dev/null
+++ b/meta-phosphor/recipes-core/busybox/busybox/top.cfg
@@ -0,0 +1,6 @@
+CONFIG_FEATURE_TOP_SMP_CPU=y
+CONFIG_FEATURE_TOP_SMP_PROCESS=y
+CONFIG_FEATURE_TOPMEM=y
+CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS=y
+CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=y
+CONFIG_FEATURE_TOP_INTERACTIVE=y
diff --git a/meta-phosphor/recipes-core/busybox/busybox_%.bbappend b/meta-phosphor/recipes-core/busybox/busybox_%.bbappend
index ee8b6223aa..93c510de6b 100644
--- a/meta-phosphor/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-phosphor/recipes-core/busybox/busybox_%.bbappend
@@ -5,6 +5,7 @@ SRC_URI += " \
file://flash.cfg \
file://less.cfg \
file://mountpoint.cfg \
+ file://top.cfg \
${@bb.utils.contains('DISTRO_FEATURES', 'obmc-ubi-fs', \
'', 'file://reboot.cfg', d)} \
"