Skip to content

yoctocookbook2ndedition/meta-bsp-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This README file contains information on the contents of the
bsp-custom layer as introduced in the "Creating a custom BSP layer" on the
"Embedded Linux Projects Using Yocto Project Cookbook" 2nd edition published
by Packt Publishing.

Please see the corresponding sections below for details.


Dependencies
============

This layer depends on:

  URI: git://git.yoctoproject.org/meta-freescale
  branch: rocko


Patches
=======

Please submit any patches against the bsp-custom layer to Packt Publishing
via http://www.packtpub.com/submit-errata, or to the author Alex Gonzalez at
alex<at>lindusembedded.com

Table of Contents
=================

  I. Adding the bsp-custom layer to your build
 II. Misc


I. Adding the bsp-custom layer to your build
=================================================

In order to use this layer, you need to make the build system aware of
it.

Assuming the bsp-custom 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 bsp-custom layer to bblayers.conf, along with any
other layers needed. e.g.:

BBLAYERS = " \
  ${BSPDIR}/sources/poky/meta \
  ${BSPDIR}/sources/poky/meta-poky \
  ${BSPDIR}/sources/meta-openembedded/meta-oe \
  ${BSPDIR}/sources/meta-openembedded/meta-multimedia \
  ${BSPDIR}/sources/meta-freescale \
  ${BSPDIR}/sources/meta-freescale-3rdparty \
  ${BSPDIR}/sources/meta-freescale-distro \
  ${BSPDIR}/sources/meta-bsp-custom \
"

II. Misc
========

This layer should be used in conjuntion with the "Embedded Linux Projects
Using Yocto Project Cookbook" 2nd edition  published by Packt Publising.

The commits are named with the chapter and recipe number they belong to:

CH_N: Recipe title

where,

CH is the chapter number
N is the recipe number according to the list below.

About

Example Yocto BSP layer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published