aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2016-01-19 09:54:06 -0600
committerDaniel Díaz <daniel.diaz@linaro.org>2016-01-19 09:55:50 -0600
commit04b5e5a642d77b42d01a2ea12770edf1a8257ceb (patch)
treeb8f0eb0dea187d45ddebb1e2e5a7336a9c291367
parenta3646eb34e70fd3885e69ea46a84d4838fe66d16 (diff)
android-lcr: Use latest linaro-image-tools for FVP and VExpress.
Change-Id: Ia2b6b672daafc2b41040818aa651c407fa9e3b06 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
-rw-r--r--android-lcr-member-fvp-m.yaml10
-rw-r--r--android-lcr-member-vexpress-m.yaml10
-rw-r--r--android-lcr-reference-fvp-m.yaml10
-rw-r--r--android-lcr-reference-vexpress-m.yaml10
4 files changed, 36 insertions, 4 deletions
diff --git a/android-lcr-member-fvp-m.yaml b/android-lcr-member-fvp-m.yaml
index 6b449b6013..8ffe816883 100644
--- a/android-lcr-member-fvp-m.yaml
+++ b/android-lcr-member-fvp-m.yaml
@@ -89,7 +89,15 @@
sudo add-apt-repository ppa:linaro-maintainers/tools
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update
- sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch linaro-image-tools
+ sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch
+ sudo apt-get install -y gdisk libyaml-0-2 python-apt python-chardet python-dbus python-dbus-dev python-debian python-gi python-parted python-pkg-resources python-six python-yaml u-boot-tools python-commandnotfound parted
+
+ wget -q \
+ http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/android-tools/android-tools-fsutils_4.2.2+git20130218-3ubuntu41+linaro1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/linaro-image-tools_2015.11-1.linarojessie.1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/python-linaro-image-tools_2015.11-1.linarojessie.1_all.deb
+ sudo dpkg -i --force-all *.deb
+ rm -f *.deb
mkdir -p ${HOME}/bin ${WORKSPACE}/build/out
curl https://storage.googleapis.com/git-repo-downloads/repo > ${HOME}/bin/repo
diff --git a/android-lcr-member-vexpress-m.yaml b/android-lcr-member-vexpress-m.yaml
index 02b13d8f3a..a2b6a27441 100644
--- a/android-lcr-member-vexpress-m.yaml
+++ b/android-lcr-member-vexpress-m.yaml
@@ -89,7 +89,15 @@
sudo add-apt-repository ppa:linaro-maintainers/tools
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update
- sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch linaro-image-tools
+ sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch
+ sudo apt-get install -y gdisk libyaml-0-2 python-apt python-chardet python-dbus python-dbus-dev python-debian python-gi python-parted python-pkg-resources python-six python-yaml u-boot-tools python-commandnotfound parted
+
+ wget -q \
+ http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/android-tools/android-tools-fsutils_4.2.2+git20130218-3ubuntu41+linaro1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/linaro-image-tools_2015.11-1.linarojessie.1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/python-linaro-image-tools_2015.11-1.linarojessie.1_all.deb
+ sudo dpkg -i --force-all *.deb
+ rm -f *.deb
mkdir -p ${HOME}/bin ${WORKSPACE}/build/out
curl https://storage.googleapis.com/git-repo-downloads/repo > ${HOME}/bin/repo
diff --git a/android-lcr-reference-fvp-m.yaml b/android-lcr-reference-fvp-m.yaml
index 88c4f08de8..692208d96b 100644
--- a/android-lcr-reference-fvp-m.yaml
+++ b/android-lcr-reference-fvp-m.yaml
@@ -67,7 +67,15 @@
sudo add-apt-repository ppa:linaro-maintainers/tools
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update
- sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch linaro-image-tools
+ sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch
+ sudo apt-get install -y gdisk libyaml-0-2 python-apt python-chardet python-dbus python-dbus-dev python-debian python-gi python-parted python-pkg-resources python-six python-yaml u-boot-tools python-commandnotfound parted
+
+ wget -q \
+ http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/android-tools/android-tools-fsutils_4.2.2+git20130218-3ubuntu41+linaro1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/linaro-image-tools_2015.11-1.linarojessie.1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/python-linaro-image-tools_2015.11-1.linarojessie.1_all.deb
+ sudo dpkg -i --force-all *.deb
+ rm -f *.deb
mkdir -p ${HOME}/bin ${WORKSPACE}/build/out
curl https://storage.googleapis.com/git-repo-downloads/repo > ${HOME}/bin/repo
diff --git a/android-lcr-reference-vexpress-m.yaml b/android-lcr-reference-vexpress-m.yaml
index cb698ad69c..62fee43365 100644
--- a/android-lcr-reference-vexpress-m.yaml
+++ b/android-lcr-reference-vexpress-m.yaml
@@ -66,7 +66,15 @@
sudo add-apt-repository ppa:linaro-maintainers/tools
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update
- sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch linaro-image-tools
+ sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch
+ sudo apt-get install -y gdisk libyaml-0-2 python-apt python-chardet python-dbus python-dbus-dev python-debian python-gi python-parted python-pkg-resources python-six python-yaml u-boot-tools python-commandnotfound parted
+
+ wget -q \
+ http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/android-tools/android-tools-fsutils_4.2.2+git20130218-3ubuntu41+linaro1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/linaro-image-tools_2015.11-1.linarojessie.1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/python-linaro-image-tools_2015.11-1.linarojessie.1_all.deb
+ sudo dpkg -i --force-all *.deb
+ rm -f *.deb
mkdir -p ${HOME}/bin ${WORKSPACE}/build/out
curl https://storage.googleapis.com/git-repo-downloads/repo > ${HOME}/bin/repo