aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2018-12-29 23:17:09 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-02-13 16:42:55 +0530
commit892878b64911b2763248049d747bc4cb3e86dcf6 (patch)
treebc93797de2e49108cbb2880ab0693634743efd10
parentd9d746d003950b754a7e93ba76cdfb58c28c61ed (diff)
sgi/build-test-busybox: move build-sgiboot script to sgi/build-test-busyboxarmlt-20190222-00119.01
The existing build-sgiboot.sh script which is used to prepare the binary images for boot upto busybox shell is actually SGI specific. So move it into 'sgi' platform folder and rename it as build-test-busybox.sh. Change-Id: I3a114d61dc61805efab9ed43536cb6d07e98609d Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xsgi/build-test-busybox.sh (renamed from build-sgiboot.sh)15
1 files changed, 8 insertions, 7 deletions
diff --git a/build-sgiboot.sh b/sgi/build-test-busybox.sh
index 4266d12..a8ba182 100755
--- a/build-sgiboot.sh
+++ b/sgi/build-test-busybox.sh
@@ -44,19 +44,20 @@ __print_supported_sgi_platforms()
__print_usage()
{
- echo "Usage: ./build-scripts/build-sgiboot.sh -p <platform> <command>"
+ echo "Usage: ./build-scripts/sgi/build-test-busybox.sh -p <platform> <command>"
echo
- echo "build-sgiboot.sh: Builds the disk image for busybox boot. The disk image consists of"
- echo "a EFI paritition with grub in it and a ext3 paritition with linux kernel image it it."
+ echo "build-test-busybox.sh: Builds the disk image for busybox boot. The disk image"
+ echo "consists of a EFI paritition with grub in it and a ext3 paritition with linux"
+ echo "kernel image it it."
echo
__print_supported_sgi_platforms
echo "Supported build commands are - clean/build/package/all"
echo
- echo "Example 1: ./build-scripts/build-sgiboot.sh -p sgi575 all"
- echo " This command builds the software stack for sgi575 platform and prepares a disk"
- echo " image to boot upto busybox filesystem"
+ echo "Example 1: ./build-scripts/sgi/build-test-busybox.sh -p sgi575 all"
+ echo " This command builds the software stack for sgi575 platform and prepares a"
+ echo " disk image to boot upto busybox filesystem"
echo
- echo "Example 2: ./build-scripts/build-sgiboot.sh -p sgi575 clean"
+ echo "Example 2: ./build-scripts/sgi/build-test-busybox.sh -p sgi575 clean"
echo " This command cleans the previous build of the sgi575 platform software stack"
echo
exit