diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:29:32 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:29:32 +0200 |
| commit | 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f (patch) | |
| tree | 814ad3da280833de03535ca04cf5068da1d31822 /meta-eca-bsp/conf | |
| download | meta-eca-daisy-enea.tar.gz | |
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-eca-bsp/conf')
| -rw-r--r-- | meta-eca-bsp/conf/layer.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-eca-bsp/conf/layer.conf b/meta-eca-bsp/conf/layer.conf new file mode 100644 index 0000000..6328a44 --- /dev/null +++ b/meta-eca-bsp/conf/layer.conf | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have recipes-* directories, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | # Clanton has own kernel recipe | ||
| 9 | BBFILES_clanton += "${LAYERDIR}/recipes-*/*/clanton/*.bbappend" | ||
| 10 | |||
| 11 | BBFILE_COLLECTIONS += "ecabsp" | ||
| 12 | BBFILE_PATTERN_ecabsp = "^${LAYERDIR}/" | ||
| 13 | BBFILE_PRIORITY_ecabsp = "5" | ||
