diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-11-19 18:05:19 -0600 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-11-21 09:29:53 -0600 |
| commit | 49a4dfe2f3a44a50788871882cb6678af472d68c (patch) | |
| tree | b0ebb6c70afba4d5660a9655bdf4d6da1d82972f /conf | |
| parent | ba97cb7d2dddf3e86e38752d2bce9ff2661d390f (diff) | |
| download | meta-intel-49a4dfe2f3a44a50788871882cb6678af472d68c.tar.gz | |
meta-intel: make meta-intel itself a layer
meta-intel contains a set of BSP layers, but is not itself a layer.
Make it a layer to make it easy to share common intel-specific files
between BSPs.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 00000000..a5db1635 --- /dev/null +++ b/conf/layer.conf | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a packages directory, add to BBFILES | ||
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/common/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/common/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "intel" | ||
| 9 | BBFILE_PATTERN_intel := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_intel = "5" | ||
