Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 24 and Version 25 of TBR/BSP/Beagleboard


Ignore:
Timestamp:
04/25/14 05:30:54 (10 years ago)
Author:
ChrisJohns
Comment:

Add how to track rtems.master and Ben's WIP

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Beagleboard

    v24 v25  
    173173
    174174https://github.com/bengras/rtems/tree/beaglebone-wip
     175
     176If you want to track the RTEMS master repo and Ben's WIP branch try the following:
     177
     178  $ git clone git://git.rtems.org/data/rtems.git
     179  Cloning into 'rtems'...
     180  remote: Counting objects: 449200, done.
     181  remote: Compressing objects: 100% (82131/82131), done.
     182  remote: Total 449200 (delta 364296), reused 442014 (delta 357735)
     183  Receiving objects: 100% (449200/449200), 61.24 MiB | 490.00 KiB/s, done.
     184  Resolving deltas: 100% (364296/364296), done.
     185  Checking connectivity... done.
     186  Checking out files: 100% (9947/9947), done.
     187  $ cd rtems
     188  $ git remote add ben https://github.com/bengras/rtems.git
     189  $ git fetch ben
     190  remote: Counting objects: 434, done.
     191  remote: Compressing objects: 100% (201/201), done.
     192  remote: Total 434 (delta 259), reused 334 (delta 210)
     193  Receiving objects: 100% (434/434), 125.08 KiB | 137.00 KiB/s, done.
     194  Resolving deltas: 100% (259/259), done.
     195  From https://github.com/bengras/rtems
     196   * [new branch]      beaglebone-wip -> ben/beaglebone-wip
     197   * [new branch]      master     -> ben/master
     198  $ git branch --track beaglebone-wip ben/beaglebone-wip
     199  Branch beaglebone-wip set up to track remote branch beaglebone-wip from ben.
     200  $ git checkout beaglebone-wip
     201  Switched to branch 'beaglebone-wip'
    175202= Debugging =
    176203