In
http://wiki.davincidsp.com/index.php/DaVinci_PSP_03.01_Phase_2_Release_Notes
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.
Can I modify the wiki?
-----
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
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source