summaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-cli-tools.bb
blob: e05fa398b77c70ec65bbaea66c438d85a2a04286 (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
38
39
40
41
DESCRIPTION = "A set of command line tools, python tools-based tools, debug tools"
SECTION = "console"
LICENSE = "MIT"
PV = "1.0"
PR = "r7"

inherit task

PACKAGES += "${PN}-debug ${PN}-python"

RDEPENDS_${PN} = "\
  dosfstools \
  htop \
  iptables \
  lsof \
  mtd-utils \
  nano \
  nfs-utils-client \
  powertop \
  screen \
  socat \
  sysstat \
  tcpdump \
"

RDEPENDS_${PN}-debug = "\
  evtest \
  devmem2 \
  i2c-tools \
#  ltrace \
  procps \
  pxaregs \
  s3c24xx-gpio \
  s3c64xx-gpio \
  strace \
"

RDEPENDS_${PN}-python = "\
  mickeydbus \
  mickeyterm \
"