Hi all,

I am installing a RTEMS from repos cloned using HTTP, this is because my 
network configuration does not allow to use ssh so I have to clone from github 
repositories. At rtems-libbsd installation, there is a dependency from 
rtems_waf repository. This repository is three commits ahead in 
https://git.rtems.org/chrisj/rtems_waf.git/ respect to GitHub One. Can be 
github rtems_waf repository updated?

Then it is necessary to add to the installation script some commands in order 
to make installation works with GitHub:

    git clone https://github.com/RTEMS/rtems-libbsd.git
    cd rtems-libbsd
    git submodule init
    git config --file=.gitmodules submodule.rtems_waf.url 
https://github.com/RTEMS/rtems_waf.git
    git submodule sync
    git submodule update rtems_waf
    ./waf configure --prefix=${RTPREFIX} \
        --rtems-bsps="arm/xilinx_zynq_zc706 arm/xilinx_zynq_zedboard 
arm/xilinx_zynq_a9_qemu" \
        --buildset=buildset/default.ini
    ./waf
    ./waf install

Regards,

________________________________
[cid:image001.gif@01D5C9EC.BB7B9140]

Fernando Domínguez Pousa
Ingeniero de Software
Software Engineer

GMV
Isaac Newton, 11
P.T.M. Tres Cantos
E-28760 Madrid
Tel. +34 91 807 21 00
Fax +34 91 807 21 99
www.gmv.com <http://www.gmv.com/>
[cid:image002.png@01D5C9EC.BB7B9140]<http://www.facebook.com/infoGMV>

[cid:image003.png@01D5C9EC.BB7B9140]<http://www.twitter.com/infoGMV_es>

[cid:image004.png@01D5C9EC.BB7B9140]<https://plus.google.com/+Gmvcompany>

[cid:image005.png@01D5C9EC.BB7B9140]<http://www.youtube.com/infoGMV>

[cid:image006.png@01D5C9EC.BB7B9140]<https://www.linkedin.com/company/gmv>

[cid:image007.png@01D5C9EC.BB7B9140]<http://www.gmv.com/en/RSS>


[cid:image008.png@01D5C9EC.BB7B9140]<http://www.gmv.com/blog_gmv/language/en/>








P Please consider the environment before printing this e-mail.
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to