Difference between revisions of "DESK-MP1-L/Development/Synchronizing git repositories"

From DAVE Developer's Wiki
Jump to: navigation, search
(Synchronizing the git repositories)
(4 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Notes
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Notes
 
|-
 
|-
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |{{oldid|18280|2023/08/09}}
+
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |19/07/2023
 
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |DESK-MP1-L-1.0.0 release
 
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |DESK-MP1-L-1.0.0 release
|-
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |2023/08/31
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |DESK-MP1-L-1.0.1 release
 
 
|-
 
|-
 
|}
 
|}
Line 20: Line 17:
  
 
In [[DESK-MP1-L | DESK-MP1-L]] the following source trees are clones of the correspondent '''DAVE Embedded Systems''' git repositories:
 
In [[DESK-MP1-L | DESK-MP1-L]] the following source trees are clones of the correspondent '''DAVE Embedded Systems''' git repositories:
stm32cubemx.git
+
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
!| Component
 
!| Component
 
!GIT Remote
 
!GIT Remote
|-
 
|STM32CubeMX Configuration file (<code>.ioc</code>)
 
|<code>https://git.dave.eu/git/desk-mp1-l/stm32cubemx.git</code>
 
 
|-
 
|-
 
|ATF
 
|ATF
|<code>https://git.dave.eu/git/desk-mp1-l/arm-trusted-firmware.git</code>
+
|<code>git@git.dave.eu:desk-mp1-l/arm-trusted-firmware.git</code>
 
|-
 
|-
 
|U-Boot
 
|U-Boot
|<code>https://git.dave.eu/git/desk-mp1-l/u-boot.git</code>
+
|<code>git@git.dave.eu:desk-mp1-l/u-boot.git</code>
 
|-
 
|-
 
|Linux kernel
 
|Linux kernel
|<code>https://git.dave.eu/git/desk-mp1-l/linux.git</code>
+
|<code>git@git.dave.eu:desk-mp1-l/linux.git</code>
 
|-
 
|-
 
|Boot Image
 
|Boot Image
|<code>https://git.dave.eu/git/desk-mp1-l/desk-mp1-boot-image.git</code>
+
|<code>git@git.dave.eu:desk-mp1-l/desk-mp1-boot-image.git</code>
 
|-
 
|-
 
|Yocto BSP
 
|Yocto BSP
|<code>https://git.dave.eu/git/desk-mp1-l/desk-mp1-l-bsp.git</code>
+
|<code>git@git.dave.eu:desk-mp1-l/desk-mp1-l-bsp.git</code>
 
|-
 
|-
 
|Yocto meta DESK
 
|Yocto meta DESK
|<code>https://git.dave.eu/git/desk-mp1-l/meta-desk-mp1.git</code>
+
|<code>git@git.dave.eu:desk-mp1-l/meta-desk-mp1.git</code>
 +
|-
 +
|CubeMX project
 +
|<code>git@git.dave.eu:desk-mp1-l/stm32cubemx.git</code>
 
|-
 
|-
 
|}
 
|}

Revision as of 13:27, 9 August 2023

History
Issue Date Notes
19/07/2023 DESK-MP1-L-1.0.0 release



Synchronizing the git repositories[edit | edit source]

In DESK-MP1-L the following source trees are clones of the correspondent DAVE Embedded Systems git repositories:

Component GIT Remote
ATF git@git.dave.eu:desk-mp1-l/arm-trusted-firmware.git
U-Boot git@git.dave.eu:desk-mp1-l/u-boot.git
Linux kernel git@git.dave.eu:desk-mp1-l/linux.git
Boot Image git@git.dave.eu:desk-mp1-l/desk-mp1-boot-image.git
Yocto BSP git@git.dave.eu:desk-mp1-l/desk-mp1-l-bsp.git
Yocto meta DESK git@git.dave.eu:desk-mp1-l/meta-desk-mp1.git
CubeMX project git@git.dave.eu:desk-mp1-l/stm32cubemx.git

For more information about the access to these repositories, please refer to this link.

Access to DAVE Embedded Systems' git repositories is granted to development kit's owners only. Please refer to this page for detailed instructions on how to get access.

Instructions[edit | edit source]

The components listed in the table above can be kept in sync and up to date with DAVE Embedded Systems' repositories.

Once the git account has been enabled, the developer can:

  • clone the repository with the git clone <git_remote_repository> command
  • synchronize a source tree entering the repository directory and launching the git fetch origin command.

Please note that git fetch doesn't merge the commits on the current branch. To do that, the developer should run the git merge command or replace the fetch-merge process with a single git pull command. Please note that the recommended method is the fetch-merge process. For further information on Git, please refer to the official Git Documentation