Skip to content

StraightfaceStudios/gateworks-yocto-bsp-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Gateworks Community Yocto BSP
===============================

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 gateworks-yocto-bsp
$: cd gateworks-yocto-bsp
$: repo init -u https://github.com/imthatoneguy/gateworks-yocto-bsp-platform -b dizzy
$: repo sync

Once this has complete, you will have all you need. To start a build, do:

$: source ./setup-environment build
$: bitbake gateworks-image-minimal

You can use any directory to host your build.

The source code will be checked out at gateworks-yocto-bsp/sources.

Contributing
------------

To contribute to this layer you should the patches for review to the
mailing list.

Mailing list:

    https://lists.yoctoproject.org/listinfo/meta-freescale

Source code:
    
    https://github.com/imthatoneguy/gateworks-yocto-bsp-platform

When creating patches, please use something like:

git format-patch -s --subject-prefix='gateworks-yocto-bsp-platform][PATCH' origin

When sending patches, please use something like:

git send-email --to [email protected] <generated patch>

About

Yocto BSP platform manifest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published