viaembedded/meta-via-vab820-bsp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This README file contains information on the contents of the via-vab820-bsp layer. Please see the corresponding sections below for details. Dependencies ============ This layer depends on: URI: git://git.openembedded.org/bitbake branch: master URI: git://git.openembedded.org/openembedded-core layers: meta branch: dora URI: git://git.openembedded.org/meta-openembedded branch: dora URI: git://git.yoctoproject.org/meta-fsl-arm branch: dora URI: git://github.com/Freescale/fsl-community-bsp-base branch: dora URI: git://git.yoctoproject.org/meta-fsl-arm-extra branch: dora URI: git://git.yoctoproject.org/meta-fsl-demos branch: dora URI: git://git.freescale.com/imx/meta-fsl-bsp-release branch: dora_3.10.17-1.0.0_GA URI: git://github.com/OSSystems/meta-browser branch: dora Table of Contents ================= I. Adding the vab820 layer to your build II. Building the official BSP I. Adding the vab820 layer to your build ================================================= In order to use this layer, you need to make the build system aware of it. Assuming the vab820 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 layer to bblayers.conf, along with any other layers needed. e.g.: BBLAYERS ?= " \ /path/to/yocto/meta \ /path/to/yocto/meta-yocto \ /path/to/yocto/meta-yocto-bsp \ /path/to/yocto/meta-via-vab820-bsp \ " II. Building the official BSP ================================================= To easily build the official BSP (`via-image-x11`) without much manual setup, need to utilize the platform image from here: URI: https://github.com/viaembedded/via-vab820-bsp-platform branch: dora Build instructions, including pulling the appropriate repositories is provided in the README there.