diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-16 16:29:06 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-25 12:19:31 -0500 |
| commit | 8f5e8884501967722481615ab9e8f56f73a14c67 (patch) | |
| tree | 08e878b5572e75aa080e8688a86073f8e27930f6 | |
| parent | 061f3187e8cbec70d5970928b6e8252cb0958f4a (diff) | |
| download | meta-intel-8f5e8884501967722481615ab9e8f56f73a14c67.tar.gz | |
meta-fri2: add common/recipes-graphics to BBFILES
Add common/recipes-graphics so fri2 can pick up the EMGD bits in
emgd-driver-bin.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-fri2/conf/layer.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf index b30e776f..261cccca 100644 --- a/meta-fri2/conf/layer.conf +++ b/meta-fri2/conf/layer.conf | |||
| @@ -3,7 +3,9 @@ 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" | ||
| 7 | 9 | ||
| 8 | BBFILE_COLLECTIONS += "fri2" | 10 | BBFILE_COLLECTIONS += "fri2" |
| 9 | BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" | 11 | BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" |
