From 5a83f7ce1766877629777042909d122850ec432b Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Mon, 3 Nov 2014 11:25:14 +0000 Subject: 14.10: fix linaro-image-tools installation Change-Id: I7626fc13074d44ba7818369b75a5b8d12c91a187 Signed-off-by: Ryan Harkin --- members/arm/openembedded/aarch64/INSTALL.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/arm/openembedded/aarch64/INSTALL.textile b/members/arm/openembedded/aarch64/INSTALL.textile index ca62106..e896016 100644 --- a/members/arm/openembedded/aarch64/INSTALL.textile +++ b/members/arm/openembedded/aarch64/INSTALL.textile @@ -50,7 +50,7 @@ sudo apt-get install linaro-image-tools bc. cd wget http://releases.linaro.org/14.04/components/platform/linaro-image-tools/linaro-image-tools-2014.04.tar.gz tar zxvf linaro-image-tools-2014.04.tar.gz -PATH=`pwd`/linaro-image-tools/2014.04:$PATH +PATH=`pwd`/linaro-image-tools-2014.04:$PATH * Method 3: Building from the GIT repository -- cgit v1.2.3