--- 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
_______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
