summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/busybox/busybox/fuser.cfg2
-rw-r--r--recipes-core/busybox/busybox_1.23.2.bbappend4
-rw-r--r--recipes-systemdev/images/systemdev-image.bb1
3 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/busybox/busybox/fuser.cfg b/recipes-core/busybox/busybox/fuser.cfg
new file mode 100644
index 0000000..3e461b3
--- /dev/null
+++ b/recipes-core/busybox/busybox/fuser.cfg
@@ -0,0 +1,2 @@
+#We are using psmisc package that provides fuser
+# CONFIG_FUSER is not set
diff --git a/recipes-core/busybox/busybox_1.23.2.bbappend b/recipes-core/busybox/busybox_1.23.2.bbappend
index 013e53b..60595f0 100644
--- a/recipes-core/busybox/busybox_1.23.2.bbappend
+++ b/recipes-core/busybox/busybox_1.23.2.bbappend
@@ -7,3 +7,7 @@ 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"
diff --git a/recipes-systemdev/images/systemdev-image.bb b/recipes-systemdev/images/systemdev-image.bb
index a902499..efaeb42 100644
--- a/recipes-systemdev/images/systemdev-image.bb
+++ b/recipes-systemdev/images/systemdev-image.bb
@@ -63,4 +63,5 @@ IMAGE_INSTALL += "pciutils usbutils dmidecode \
xfsdump \
f2fs-tools \
mdadm \
+ psmisc \
"