Hi, I'm trying to get started with the community kernel/tools and following directions at: http://processors.wiki.ti.com/index.php/DaVinci_PSP_03.01_GA_(r37)_Release_Notes
In the section where git checkouts are mentioned as in: $ 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> ... I'm not quite sure what I should be using for <release-tag> for arago-oe-dev and arago-bitbake because when I attempt to do a git checkout DEV.DaVinciPSP.03.XX.00.37 I get a message back that says there is no label associated with that name or something like that and my arago-oe-dev and arago-bitbake directories are empty after doing the clone. So far, using git checkout DEV.DaVinciPSP.03.XX.00.37 has worked for arago and linux-davinci (note instructions say result of clone should be a dir called linux-davinci-staging but for me it was linux-davinci). Anyone know what I'm doing wrong with these git checkout commands? Regards, Brian _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
