blob: b36f6e5e02941ee5595ba606ada391512fa93178 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
inherit core-image
IMAGE_FEATURES += "ssh-server-openssh nfs-server package-management"
IMAGE_INSTALL += " \
linaro-lava-tests \
powertop \
sudo \
stress-dbg \
stress \
nss-myhostname \
bash \
"
IMAGE_INSTALL_append_aarch64 += "libhugetlbfs"
SDK_IMAGE_INSTALL += "\
acpica \
bison \
boost-date-time \
boost-filesystem \
boost-graph \
boost-iostreams \
boost-program-options \
boost-regex \
boost-signals \
boost-system \
boost-thread \
cmake \
curl \
dmidecode \
efibootmgr \
elfutils-dev \
expat \
flex \
gd \
glog \
icu \
libbz2 \
libcap \
libc-client-dev \
libdwarf-dev \
libevent-fb \
libmcrypt \
libmemcached \
libmysqlclient-r \
libpam \
libpcre \
libunwind \
libxml2 \
lshw \
ltp \
ncurses \
onig \
openldap \
openssl \
python \
readline \
tbb \
zlib \
sshfs-fuse \
xserver-xorg-xvfb \
"
|