summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-15linaro-android-nfs-tool.sh: support multi fstab fileslinaro_android_4.4Daniel Thompson
vexpress builds contains multiple fstab files for the various vexpress kernels. Although the main logic of the tool copes with multiple files perfectly well there is an over zealous check that causes the tool to bomb out. Improve this check. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> Change-Id: I392e8e268a17b762f1478d9abaa18a38d8b487ca
2014-12-07linaro-create-boot-script: Fix a couple of typosDaniel Thompson
Its android not andorid. ^^ ^^ This is probably a spelling error inherited from linaro-image-tools which has been fixed at source but remains incorrect here. For sure the tool doesn't work unless the spellings are fixed. Change-Id: I6c155fd72cc8b51237eea93a578be7555c0e2558 Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2013-10-11Merge "build_ddmlib.sh: add script used for building the ↵linaro_android_4.3Amit Pundir
ddmlib-prebuilt.jar" into linaro_android_4.3
2013-10-02build.sh and deploy-panda.sh: add scripts for build and deploy panda imagesYongqin Liu
buils.sh: make the build of linaro images simply, do not need to set the related environment variables manually, and can be used anytime after the source downloaded deploy-panda.sh: make the deployment of panda images only need one command, do not need to remember the installation of binaries particularly Change-Id: I00f82696deb0c11da4718f1b44fc4a830d6dbbbe Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2013-09-24build_ddmlib.sh: add script used for building the ddmlib-prebuilt.jarYongqin Liu
add this script for building the ddmlib-prebuilt.jar used for CTS test. we may do some changes on the ddmlib-prebuilt.jar when run the CTS test on emulators also put the two patches for android-4.3_r2 here Change-Id: Ic147892858d0d4e8a4606021c6150f79363181b0 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2013-09-09linaro-android-nfs-tool.sh: clear umask before creating rootfsGareth Stockwell
This ensures that all files and directories are extracted from the tarballs with the correct permissions. Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2013-08-30linaro-android-tools: set property in build.prop for nfs bootVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2013-08-02linaro-android-nfs-tool.sh: remove the hard coded omap4pandaboardYongqin Liu
change to get the hardware from the fstab.* file at root directory Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2013-08-02nfs tools: add support to boot from nfsYongqin Liu
Add the script for creating root file system to support booting from nfs, and script to create the boot.scr script to use boot from nfs. Change-Id: I0397da5db416f47bc846a37e9cc41f4c941df4d4 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2013-01-28All: add check for mount and boot partitionHEADmasterYongqin Liu
1. add check for the mount result 2. add check for the existence of boot partition 3. add remount for update modules Change-Id: I0e6260e5fdec16309b92dd57f161b15eb8de0648 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2012-12-19update-uInitrd.sh: add support for updating files in uInitrd onlineYongqin Liu
add support for updateing file in uInitrd on line like: update-uInitrd.sh ./init.partitions.rc Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2012-12-14update-android.sh: support to update single kernel fileYongqin Liu
add support for updateing single kernel file like: uImage, board.dtb Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2012-12-05update-android.sh: a script used for updating kernel and modulesYongqin Liu
init commit Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>