diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-11-20 22:09:08 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-11-21 09:30:00 -0600 |
commit | 95319b408d01ef2fee102e6877e9753a45379f49 (patch) | |
tree | 7d3fa99537cec706d671c33ec6e7589c8487529f /meta-fri2/conf/layer.conf | |
parent | 07a36b5e3c99f4e84917b42408e1a1e3cc81cc2a (diff) | |
download | meta-intel-95319b408d01ef2fee102e6877e9753a45379f49.tar.gz |
meta-fri2: remove common from BBFILES
metadata in /common is now pulled in by the meta-intel layer, so
remove it here.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fri2/conf/layer.conf')
-rw-r--r-- | meta-fri2/conf/layer.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf index 261cccca..b30e776f 100644 --- a/meta-fri2/conf/layer.conf +++ b/meta-fri2/conf/layer.conf | |||
@@ -3,9 +3,7 @@ BBPATH := "${BBPATH}:${LAYERDIR}" | |||
3 | 3 | ||
4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend \ | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
7 | ${LAYERDIR}/../common/recipes-graphics/*/*.bb \ | ||
8 | ${LAYERDIR}/../common/recipes-graphics/*/*.bbappend" | ||
9 | 7 | ||
10 | BBFILE_COLLECTIONS += "fri2" | 8 | BBFILE_COLLECTIONS += "fri2" |
11 | BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" |