aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-core/busybox/busybox_%.bbappend
blob: a6c148795e6d6855d8c51d5908b356c620cfdc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ---------------------------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------------------------------------------------

FILESEXTRAPATHS:prepend := "${THISDIR}/busybox:"

# fancy-head.cfg is enabled so we have head -c, which we need for our tracing
# scripts with lttng
SRC_URI:append:mel = "\
    file://setsid.cfg \
    file://fancy-head.cfg \
	file://pidof.cfg \
	file://top.cfg \
"