summaryrefslogtreecommitdiffstats
path: root/meta-romley/conf/layer.conf
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2011-10-27 14:21:43 -0700
committerTom Zanussi <tom.zanussi@intel.com>2011-10-28 00:04:20 -0500
commit478969defe862a2779bf7eb3bca30e2067827d7e (patch)
tree7f4eca944555205306c3a9d2145268a31cead89a /meta-romley/conf/layer.conf
parentb5c9f0af18b80c2b4c478fd7cfb537e0a04a4e22 (diff)
downloadmeta-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.conf10
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
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "romley"
9BBFILE_PATTERN_romley := "^${LAYERDIR}/"
10BBFILE_PRIORITY_romley = "6"