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 fsl-community-bsp
$: cd fsl-community-bsp
$: repo init -u https://github.com/karo-electronics/fsl-community-bsp-platform -b krogoth
$: repo sync
At the end of the commands you have every metadata you need to start work with.
To start a simple image build:
$: source ./setup-environment build
$: bitbake core-image-minimal
You can use any directory to host your build.
The source code is checked out at fsl-community-bsp/sources
.
Ka-Ro has no mailing list to contribute to and patches specific to the Ka-Ro flavour of this FSL Community BSP will in general not be accepted by the FSL Community BSP.
Therefore it applies that:
To contribute to this layer you should send the patches for review to the maintainer of this BSP, i.e. Ka-Ro. A list of these maintainers can be found on the respective site.
When creating patches, please use something like:
$: git format-patch -s --subject-prefix='fsl-community-bsp-platform][PATCH' origin
When sending patches, please use something like:
$: git send-email --to <insert-maintainer-here>@karo-electronics.de <generated patch>
Contact support: support@karo-electronics.de