mibs: add Intel PMU mib file
[barometer.git] / systems / ubuntu / 14.04 / build_base_machine.sh
1 #!/bin/bash
2 # Copyright 2016-2017 OPNFV
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 set -eux
16 apt-get update
17 apt-get -y install build-essential dh-autoreconf fakeroot  devscripts dpkg-dev git wget
18
19 apt-get -y install \
20     debhelper dpkg-dev po-debconf dh-systemd \
21     bison flex autotools-dev libltdl-dev pkg-config \
22     iptables-dev \
23     javahelper \
24     libatasmart-dev \
25     libcap-dev \
26     libcurl4-gnutls-dev \
27     libdbi-dev \
28     libesmtp-dev \
29     libganglia1-dev \
30     libgcrypt11-dev \
31     libglib2.0-dev \
32     libgps-dev \
33     libhiredis-dev \
34     libi2c-dev \
35     libldap2-dev \
36     liblua5.2-dev \
37     liblvm2-dev \
38     libmemcached-dev \
39     libmodbus-dev \
40     libmnl-dev \
41     libmosquitto0-dev \
42     libmysqlclient-dev \
43     libnotify-dev \
44     libopenipmi-dev \
45     liboping-dev \
46     libow-dev \
47     libpcap0.8-dev \
48     libpcap-dev\
49     libperl-dev \
50     libpq-dev \
51     libprotobuf-c0-dev \
52     libriemann-client-dev \
53     librdkafka-dev \
54     librabbitmq-dev \
55     librrd-dev \
56     libsensors4-dev \
57     libsigrok-dev \
58     libsnmp-dev \
59     perl \
60     libtokyocabinet-dev \
61     libtokyotyrant-dev \
62     libudev-dev \
63     libupsclient-dev \
64     libvarnishapi-dev \
65     libvirt-dev \
66     libxen-dev \
67     libxml2-dev \
68     libyajl-dev \
69     linux-libc-dev \
70     default-jdk \
71     protobuf-c-compiler \
72     python-dev \
73     openvswitch-switch \
74     mcelog \
75     libc6-dev \
76     g++-multilib
77