summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames King <james.king@arm.com>2015-05-15 16:11:41 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-05-18 10:31:44 +0100
commit7e698db8036713ab1fb76423ec88dc906cb64e96 (patch)
treeea9c3d53c2fe8ed66f2f9bae909719b2fe98756e
parentcc59f139c28095cf6186807fc6c633aac2988e5e (diff)
15.05: The linux build script detects LSK vs latest, so don't need extra variant
Change-Id: Ibde6c136b0e3201c195686bc02aaf413c73f917b Signed-off-by: James King <james.king@arm.com>
-rw-r--r--members/arm/platforms/README.textile14
1 files changed, 7 insertions, 7 deletions
diff --git a/members/arm/platforms/README.textile b/members/arm/platforms/README.textile
index 4d88839..5a22f30 100644
--- a/members/arm/platforms/README.textile
+++ b/members/arm/platforms/README.textile
@@ -102,18 +102,18 @@ h3(#build). 2.3 Building the software
* For Linaro Stable Kernel (v3.10) + Android LCR
-./build-scripts/build-all.sh juno-lsk-android
-./build-scripts/build-all.sh juno-lsk-android package
+./build-scripts/build-all.sh juno-android
+./build-scripts/build-all.sh juno-android package
* For Linaro Stable Kernel (v3.10) + OpenEmbedded Filesystem
-./build-scripts/build-all.sh juno-lsk-oe
-./build-scripts/build-all.sh juno-lsk-oe package
+./build-scripts/build-all.sh juno-oe
+./build-scripts/build-all.sh juno-oe package
* For Linaro Tracking Kernel (latest) + OpenEmbedded Filesystem
-./build-scripts/build-all.sh juno-latest-oe
-./build-scripts/build-all.sh juno-latest-oe package
+./build-scripts/build-all.sh juno-oe
+./build-scripts/build-all.sh juno-oe package
The build will create binaries for ARM Trusted Firmware, UEFI, u-boot, Linux and a DTB. The Firmware components will then be packaged into a FIP and all the binaries copied under the "output" folder.
Running a different build will overwrite derived objects in the source tree, but will not overwrite the output folder created by the package step.
@@ -125,7 +125,7 @@ h3(#install). 2.4 Installing on your Juno
Connect up the USB configuration port to your build system whereby the NOR flash will be mounted as a new drive (ref to getting started)
For UEFI copy the contents of output/<variant>/uefi to the SOFTWARE folder
For u-boot copy the contents of output/<variant>/uboot to the SOFTWARE folder
-Where <variant> is one of juno-lsk-android, juno-lsk-oe or juno-latest-oe
+Where <variant> is one of juno-android or juno-oe
* Create a USB stick containing your filesystem