summaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-slugos-extd.bb
blob: ab82407d974ee2d8d69bd7f128fbf3c40fee50d7 (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
DESCRIPTION = "Task packages for the SlugOS Extended image"
PR = "r0"
LICENSE = "MIT"

inherit task

RNG_TOOLS_PACKAGE = "rng-tools"
RNG_TOOLS_PACKAGE_linux-uclibc = ""

RDEPENDS_${PN} = "\
  ${RNG_TOOLS_PACKAGE} \
  kexec-tools \
"

RRECOMMENDS_${PN} = "\
  kernel-module-libata \
  kernel-module-pata-artop \
  kernel-module-via-velocity \
  kernel-module-netconsole \
"

# Other candidate packages that have been considered and
# may be included in the future:
#
# portmap \
# kernel-module-isofs \
# kernel-module-udf \
# kernel-module-loop \
# wireless-tools \
# wpa-supplicant \
# zd1211-firmware kernel-module-zd1211rw \
# madwifi-ng-modules madwifi-ng-tools \