[meta-freescale] [PATCH] Add bin folder into PATH

Leonardo Sandoval leonardo.sandoval at freescale.com
Mon Dec 17 13:36:34 PST 2012


---
 README |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/README b/README
index 0f9859f..6ee1499 100644
--- a/README
+++ b/README
@@ -5,11 +5,13 @@ To get the BSP you need to have `repo` installed and use it as:
 
 Install the `repo` utility:
 
+$: mkdir ~/bin
 $: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
 $: chmod a+x ~/bin/repo
 
 Download the BSP source:
 
+$: PATH=${PATH}:~/bin
 $: mkdir fsl-community-bsp
 $: cd fsl-community-bsp
 $: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b danny
-- 
1.7.9.5





More information about the meta-freescale mailing list