Open main menu

DAVE Developer's Wiki β

Changes

Build system (BELK/BXELK)

97 bytes added, 09:53, 28 October 2015
Using the pre-packaged git archive
Please send the public key file to the following email support address [mailto:support-bora@dave.eu support-bora@dave.eu], requesting the creation of a new public git account associated to your username. The support team will promptly enable the account and send you a confirmation message.
===Using the pre-packaged git archive===
BELK distribution provides (on request) the tar-gzipped archive of the .git directory of the repositories, so the user can immediately get access to the development trees(for example this is used when corporate security policies don't allow to use the git protocol).  Uncompressing the archive enables access to the hidden <code>.git</code> directories of the repositories; to get the source files, the developer must enter the project directory (eg: <code>bora/linux-xlnx.git</code>) and launch the <code>git checkout <bora current branch></code> command, like in the following examples:
*For u-boot: <code>git checkout bora</code>
*For linux: <code>git checkout bora</code>
Once these steps are completed, don't forget to update the repositories, as described in TBD.
4,650
edits