Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/meta-vab820-bsp
Up-to-date community Yocto BSP layer for VAB-820/AMOS-820
https://github.com/imrehg/meta-vab820-bsp
Last synced: 12 days ago
JSON representation
Up-to-date community Yocto BSP layer for VAB-820/AMOS-820
- Host: GitHub
- URL: https://github.com/imrehg/meta-vab820-bsp
- Owner: imrehg
- License: mit
- Created: 2015-05-29T10:05:17.000Z (over 9 years ago)
- Default Branch: fido
- Last Pushed: 2015-06-02T10:04:04.000Z (over 9 years ago)
- Last Synced: 2024-04-08T17:42:23.784Z (8 months ago)
- Language: BitBake
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING.MIT
Awesome Lists containing this project
README
This README file contains information on the contents of the
vab820-bsp layer.Please see the corresponding sections below for details.
Dependencies
============This layer depends on:
URI: git://git.openembedded.org/bitbake
branch: masterURI: git://git.openembedded.org/openembedded-core
layers: meta
branch: fidoURI: git://git.yoctoproject.org/meta-fsl-arm
branch: fidoPatches
=======Please submit any patches against the vab820-bsp layer to the
relevant Github issues page, or to the maintainer:Maintainer: Gergely Imreh
Table of Contents
=================I. Adding the vab820-bsp layer to your build
II. UsageI. Adding the vab820-bsp layer to your build
=================================================a. Getting the dependencies
---------------------------The easiest way to get the dependencies for this layer is to follow
the instructions for the FSL community BSP, and then add this layer
to the ones contained in that BSP.The install instructions can be found online at:
http://freescale.github.io/#downloadThen copy this layer into the `source` folder in the setup created by
the steps above.b. Setting up this layer
------------------------In order to use this layer, you need to make the build system aware of
it.Assuming the vab820-bsp layer exists at the top-level of your
yocto build tree, you can add it to the build system by adding the
location of the vab820-bsp layer to `bblayers.conf`, along with any
other layers needed. e.g.:BBLAYERS ?= " \
${BSPDIR}/sources/poky/meta \
${BSPDIR}/sources/poky/meta-yocto \
\
${BSPDIR}/sources/meta-openembedded/meta-oe \
${BSPDIR}/sources/meta-openembedded/meta-multimedia \
\
${BSPDIR}/sources/meta-fsl-arm \
${BSPDIR}/sources/meta-fsl-arm-extra \
${BSPDIR}/sources/meta-fsl-demos \
${BSPDIR}/sources/meta-vab820-bsp \
"II. Usage
=========a. Machines
-----------This repo provides the machine description for `vab820-quad`, that can be
used with the basic openembedded images, or with mx6q images provided by
Freescale.b. Known Issues
---------------Currently not all patches are reused from the VIA VAB-820 BSP (that is
developed on an older release of Yocto). The command line interface
works, but the graphical interface output through HDMI is not yet available.