This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/fs in repository toolchain/abe.
commit 637ead6b7afefaf8a519075ae77f77c5250e5bbd Author: Bernard Ogden bernie.ogden@linaro.org Date: Wed Jul 29 16:21:13 2015 +0200
Add some comments
Change-Id: Ib141f404240910da8ebf9829a8680f8ee93c4dc1 --- config/bench/fs/makefs.sh | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/config/bench/fs/makefs.sh b/config/bench/fs/makefs.sh index 8e00c91..d8c4298 100755 --- a/config/bench/fs/makefs.sh +++ b/config/bench/fs/makefs.sh @@ -41,6 +41,8 @@ function derivevars { echo "${tarball} already exists" >&2 exit 1 fi + + #Assumes host machine is x86_64 if test x"${arch}" = "xx86-64"; then foreign= else @@ -71,6 +73,7 @@ function genrootfs {
#This depends on the relevant kernel magic being in place to execute #arm/aarch64 code on qemu, and the relevant qemu being installed + #Debian: apt-get install binfmt-support qemu-user-static if test x"${foreign:-}" != x; then sudo /usr/sbin/debootstrap --second-stage --second-stage-target="${outdir}" fi