Initial skeleton

This commit is contained in:
Otavio Salvador 2012-04-27 15:20:53 -03:00
commit 3be3cb15c2
3 changed files with 35 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*~

24
README Normal file
View File

@ -0,0 +1,24 @@
OpenEmbedded/Yocto BSP layer for Freescale's ARM based platforms
================================================================
This layer provides support for Freescale's ARM based platforms for
use with OpenEmbedded and/or Yocto Freescale's BSP layer.
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: master
revision: HEAD
URI: git://github.com/Freescale/meta-fsl-arm.git
branch: master
revision: HEAD
Contributing
------------
To contribute to this layer you should the patches for review to the
mailing list.
Mailing list: http://groups.google.com/group/meta-fsl-arm
Source code: https://github.com/Freescale/meta-fsl-arm-extra

10
conf/layer.conf Normal file
View File

@ -0,0 +1,10 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "fsl-arm-extra"
BBFILE_PATTERN_freescale := "^${LAYERDIR}/"
BBFILE_PRIORITY_freescale = "4"