8000 GitHub - gcoUVa/v2x-platform: BSP platform manifest
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gcoUVa/v2x-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GCO BSP

Summary

This is a part of a Yocto compilation. To see the complete instructions please refer to (REF GIST)

Instructions

To get the BSP you need to have repo installed and use it as:

Install the repo utility:

$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$: chmod a+x ~/bin/repo

Download the BSP source:

$: PATH=${PATH}:~/bin
$: mkdir gco-bsp
$: cd gco-bsp
$: repo init -u https://github.com/gcoUVa/v2x-platform.git -b sumo
$: repo sync

At the end of the commands you have every metadata you need to start work with.

To start a simple image build:

$: MACHINE=solidrun-imx6 DISTRO=poky source setup-environment build
$: bitbake core-image-v2x-dev

You can use any directory to host your build.

The source code is checked out at sources.

== Contributing

To contribute to this layer you should send the patches for review to:

When creating patches, please use something like:

$: git format-patch -s --subject-prefix='gco-v2x-bsp-platform][PATCH][sumo' origin

When sending patches, please use something like:

$: git send-email --to javier.fernandez.pastrana@gmail.com <generated patch>

About

BSP platform manifest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
2963
0