Raffaele,

> -----Original Message-----
> From: davinci-linux-open-source-boun...@linux.davincidsp.com
> [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf
> Of Raffaele Recalcati
> Sent: Friday, October 30, 2009 9:26 AM
> To: davinci-linux-open-source@linux.davincidsp.com
> Subject: Wiki changing for more understable setup for DM365
> 
> In
> http://wiki.davincidsp.com/index.php/DaVinci_PSP_03.01_Phase_2_Release_Not
> es
> 
> I'd like to make this change.
> First of all arago is more easy to use and can also be used to compile
> u-boot and the kernel, so I have put arago before
> DaVinci PSP 03.01 Build in the Arago OE environment
> and after
> Download DaVinci PSP 03.01 Components
> 
> then I have delete -n from git clone because I had git checkout problems.

This seems to be a problem with GIT version you are using. I used to get the 
same errors using GIT version 1.6.0.4, while the commands worked fine with the 
more recent versions like 1.6.3.3 (or the latest one being 1.6.5.2).

> 
> 
> Can I modify the wiki?

Feel free update the wiki page, based on your first comment to rearrange the 
Arago download instructions. The GIT commands need not be modified, if you can 
confirm they work fine with the latest GIT version.

Thanks
Sneha

> 
> 
> -----
> In the future I'll need to ask before modifying thew wiki?
> -----
> 
> Here a like-patch view of the change:
> --- r26_setup 2009-10-30 14:20:46.000000000 +0100
> +++ r26_setup1        2009-10-30 14:22:06.000000000 +0100
> @@ -1,8 +1,30 @@
> +[edit] DaVinci PSP 03.01 Build in the Arago OE environment
> +
> +    * Download Arago, Arago OE and Arago bitbake tool based on the
> <release-tag>
> +
> +    $ mkdir $HOME/oe
> +
> +    $ cd $HOME/oe
> +    $ git clone git://arago-project.org/git/arago.git
> +    $ cd arago
> +    $ git checkout <release-tag or commit-id>
> +
> +    $ cd $HOME/oe
> +    $ git clone git://arago-project.org/git/arago-oe-dev.git
> +    $ cd arago-oe-dev
> +    $ git checkout <release-tag or commit-id>
> +
> +    $ cd $HOME/oe
> +    $ git clone git://arago-project.org/git/arago-bitbake.git
> +    $ cd arago-bitbake
> +    $ git checkout <release-tag or commit-id>
> +
> +
>  Download DaVinci PSP 03.01 Components
> 
>      * Download DaVinci Kernel component from linux-davinci-staging
> tree using the <release-tag or commit-id>
> 
> -    $ git clone -n git://arago-project.org/git/projects/linux-davinci.git
> +    $ git clone git://arago-project.org/git/projects/linux-davinci.git
>      $ cd linux-davinci-staging
>      $ git checkout <release-tag or commit-id>
> 
> @@ -14,28 +36,8 @@
> 
>      * Download DaVinci examples component from linux-davinci-examples
> tree using the <release-tag or commit-id>
> 
> -    $ git clone -n git://arago-project.org/git/projects/examples-
> davinci.git
> +    $ git clone git://arago-project.org/git/projects/examples-davinci.git
>      $ cd linux-davinci-examples
>      $ git checkout <release-tag or commit-id>
> 
> -[edit] DaVinci PSP 03.01 Build in the Arago OE environment
> -
> -    * Download Arago, Arago OE and Arago bitbake tool based on the
> <release-tag>
> -
> -    $ mkdir $HOME/oe
> -
> -    $ cd $HOME/oe
> -    $ git clone -n git://arago-project.org/git/arago.git
> -    $ cd arago
> -    $ git checkout <release-tag or commit-id>
> -
> -    $ cd $HOME/oe
> -    $ git clone -n git://arago-project.org/git/arago-oe-dev.git
> -    $ cd arago-oe-dev
> -    $ git checkout <release-tag or commit-id>
> -
> -    $ cd $HOME/oe
> -    $ git clone -n git://arago-project.org/git/arago-bitbake.git
> -    $ cd arago-bitbake
> -    $ git checkout <release-tag or commit-id>
> 
> recalc...@recalcati-laptop:~$
> 
> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to