aboutsummaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorJan-Simon Möller <dl9pf@gmx.de>2016-09-24 02:46:42 +0200
committerJan-Simon Möller <dl9pf@gmx.de>2016-09-24 02:46:42 +0200
commitc87db1c5335332ea7e1ca8cafd8241da7ec22652 (patch)
treee29d46cd973d07be7f279688bc68452f4edf002e /packer
parent8411414c5448e5e7f788bd14389f116d32dc5491 (diff)
Update repo sync command and fix dependencies
Change-Id: If91585d0ba09afb965d2bea0f2cd1ca2c891dbae Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
Diffstat (limited to 'packer')
-rw-r--r--packer/provision/agl_dependencies.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packer/provision/agl_dependencies.sh b/packer/provision/agl_dependencies.sh
index 1b8448ed..f0de4844 100644
--- a/packer/provision/agl_dependencies.sh
+++ b/packer/provision/agl_dependencies.sh
@@ -4,9 +4,10 @@ DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat \
libsdl1.2-dev xterm make xsltproc docbook-utils fop dblatex xmlto autoconf automake \
libtool libglib2.0-dev libarchive-dev python-git git python python-minimal repo mc \
- tree rsync bzip2 xz
+ tree rsync
mkdir -p /opt/AGL/preclone
cd /opt/AGL/preclone
repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+repo sync
cd