blob: 9c5e8615e0e0c347483cd3a040ef2d54976d5bfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
DESCRIPTION = "A set of command line tools useful for debugging"
SECTION = "console"
LICENSE = "MIT"
PV = "1.0"
PR = "r9"
inherit task
PACKAGES += "${PN}-debug"
RDEPENDS_${PN} = "\
dosfstools \
htop \
iptables \
lsof \
mtd-utils \
nano \
nfs-utils-client \
powertop \
screen \
serial-forward \
socat \
sysstat \
tcpdump \
"
RDEPENDS_${PN}-debug = "\
evtest \
devmem2 \
i2c-tools \
ltrace \
procps \
pxaregs \
s3c24xx-gpio \
s3c64xx-gpio \
strace \
"
|