~milo/junk/dtbs-tests

« back to all changes in this revision

Viewing changes to node/setup-precise-node

  • Committer: Milo Casagrande
  • Author(s): Fathi Boudra
  • Date: 2012-10-05 07:04:55 UTC
  • mfrom: (100.1.2 linaro-ci)
  • Revision ID: milo@ubuntu.com-20121005070455-qjyuyotxmah4drku
Added packages for 64bit kernel, bumped l-i-t version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
apt-get-retry install -y python-software-properties 
16
16
add-apt-repository 'deb http://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe'
 
17
add-apt-repository 'deb http://ppa.launchpad.net/jcrigby/quantal-backport/ubuntu precise main'
17
18
apt-get-retry --non-fatal update
18
19
 
19
20
export DEBIAN_FRONTEND=noninteractive
20
21
 
21
22
# Install packages
22
23
# ia32-libs is required to be able to run 32 bit gcc4.7 on 64 bit OS
23
 
apt-get-retry install -y --target-release precise-backports debootstrap 
 
24
apt-get-retry install -y --target-release precise-backports debootstrap
24
25
apt-get-retry install -y \
25
26
              autoconf \
26
27
              automake \
27
28
              build-essential \
28
29
              chrpath \
29
30
              cvs \
 
31
              debhelper \
30
32
              default-jre \
31
33
              desktop-file-utils \
 
34
              device-tree-compiler \
 
35
              devscripts \
32
36
              diffstat \
 
37
              dpkg \
33
38
              eatmydata  \
34
39
              gawk \
35
40
              gcc-arm-linux-gnueabi \
36
41
              gcc-arm-linux-gnueabihf \
37
42
              git \
38
43
              ia32-libs \
 
44
              kernel-wedge \
 
45
              lava-dashboard-tool \
 
46
              lava-scheduler-tool \
39
47
              libgl1-mesa-dev \
40
48
              libglu1-mesa-dev \
41
49
              libsdl1.2-dev \