diff options
author | Kishore Bodke <kishore.k.bodke@intel.com> | 2011-10-27 14:21:43 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-28 00:04:20 -0500 |
commit | 478969defe862a2779bf7eb3bca30e2067827d7e (patch) | |
tree | 7f4eca944555205306c3a9d2145268a31cead89a /meta-romley/conf/layer.conf | |
parent | b5c9f0af18b80c2b4c478fd7cfb537e0a04a4e22 (diff) | |
download | meta-intel-478969defe862a2779bf7eb3bca30e2067827d7e.tar.gz |
New Romley BSP created. Uses Matrox MGA graphics driver.
This layer provides new BSP meta-romley.
This provides the support for Romley + Patsburg Chipset for Intel Systems.
Romley refers to the Intel Rosecity Board.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-romley/conf/layer.conf')
-rw-r--r-- | meta-romley/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-romley/conf/layer.conf b/meta-romley/conf/layer.conf new file mode 100644 index 00000000..c5eeaaba --- /dev/null +++ b/meta-romley/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 recipes directory, add to BBFILES | ||
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | ||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
7 | |||
8 | BBFILE_COLLECTIONS += "romley" | ||
9 | BBFILE_PATTERN_romley := "^${LAYERDIR}/" | ||
10 | BBFILE_PRIORITY_romley = "6" | ||