Skip to content

toscalix/genivi-dev-platform

 
 

Repository files navigation

About GDP: GENIVI Development Platform

GENIVI Development Platform is the integration and delivery project that brings together all components developed by GENIVI experts and provides them to developers and users in a consumable way. You can find all the relevant information about GDP in the wiki:

Contribute to GDP

Please see the MAINTAINERS file for information on contacting the maintainers of this layer, as well as instructions for submitting patches.

The GENIVI Development Platform project welcomes contributions. You can contribute code, submit patches, report bugs, answer questions on our mailing lists and review and edit our documentation and much more.

Subscribe to the mailing list here. IRC Channel #automotive in freenode.net View or Report bugs GENIVI uses JIRA as bug tracker and task management tool. For information about the Yocto Project, see the Yocto Project website.
For information about the Yocto GENIVI Baseline, see the Yocto GENIVI Baseline website.

gdp-submodules

The project uses submodules to pull in dependencies

It is therefore recommended to :

git clone --recursive <thisrepo> -b <branch>

where branch is (for example) koelsch, porter, minnowboard or raspberrypi2 (you must check which branches exist)

The master branch is no longer maintained

If you forgot the recursive option, try:

git checkout <branch>
git submodule init
git submodule update

To build:

source init.sh

and then follow instructions

If you do anything more advanced you probably need to study information on git submodules - they are a bit special to work with...

One recommendation to improve usability a little:

git config diff.submodule=log

About

GENIVI Development Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%