mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
Initial skeleton
This commit is contained in:
commit
3be3cb15c2
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*~
|
24
README
Normal file
24
README
Normal 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
10
conf/layer.conf
Normal 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"
|
Loading…
Reference in New Issue
Block a user