summaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox/busybox_%.bbappend
blob: 60595f049804c5645c0aca27072dac05a1c32815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"