summaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox/busybox_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/busybox/busybox_%.bbappend')
-rw-r--r--recipes-core/busybox/busybox_%.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend
new file mode 100644
index 0000000..60595f0
--- /dev/null
+++ b/recipes-core/busybox/busybox_%.bbappend
@@ -0,0 +1,13 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+#We are including procps so there is no need to include the process
+#utilities provided by it
+SRC_URI += "file://procps-overlap.cfg"
+
+#We are using time from time package that provides more statistics than
+#time from busybox
+SRC_URI += "file://time.cfg"
+
+#We are including psmisc package that provides fuser so we can disable it
+#from busybox
+SRC_URI += "file://fuser.cfg"