summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-03-18 19:23:41 +0530
committerRyan Harkin <ryan.harkin@linaro.org>2015-03-18 14:33:13 +0000
commitfcf5cfd59fee2cc992de0f3b3da0ab24917c1fbc (patch)
treee16a1f1e76ebe0760deb95ed020e4e48ddfcf334
parent877768369b40c0bf0aa10a59c250ad96b83327fe (diff)
15.03: cleanup release notes
Remove the packages to be installed as script does it. Script doesn't work on ubuntu 12.04 due to piglit test suite hence remove that version. Change-Id: Ic52d4c131a4c59ee5ade8146245ab2e8cfc5a3b5 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
index 90e7ddf..25492b6 100644
--- a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
+++ b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
@@ -17,17 +17,7 @@ h2. Compiling Linaro Android RootFS+Kernel
The following simple steps download, install and compile a complete Linaro Android distribution
-* Download and install Ubuntu 12.04 64 bit or newer ("download":http://www.ubuntu.com)
-* Install the following packages:
-
-bc. sudo apt-get update
-sudo apt-get install zip curl flex bison build-essential git-core gnupg gperf zlib1g-dev libx11-dev x11proto-core-dev \
-gcc-multilib g++-multilib libc6-dev-i386 ia32-libs lib32z-dev gcc-4.5 g++-4.5 cpp-4.5 gcc-4.5-multilib g++-4.5-multilib \
-uuid-dev openjdk-7-jdk ant lib32ncurses5-dev xsltproc
-sudo update-alternatives --config java
-sudo update-alternatives --config javac
-sudo update-alternatives --config javadoc
-
+* Download and install Ubuntu 14.04 64 bit or newer ("download":http://www.ubuntu.com)
* Accept the EULA and download the Mali graphics (vendor.tar.bz2) libraries from "here":https://releases.linaro.org/15.03/members/arm/android/images/armv8-android-juno-lsk/vendor.tar.bz2
* Download the Android building script for this release from "here":https://releases.linaro.org/15.03/members/arm/android/images/armv8-android-juno-lsk/linaro_android_build_cmds.sh or from the list of artifacts listed above.