diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-01-31 01:05:15 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-01-31 01:05:15 -0600 |
commit | 2deb57956fc6a721c46c67bcdf844ed29c71f3a3 (patch) | |
tree | 4bac2da3a3c4dc87b3e87a8527451e3d5f9e2a00 /meta-sugarbay/conf/layer.conf | |
parent | c5ecc11dec2402aa05e68bd03b65a6460837b748 (diff) | |
download | meta-intel-2deb57956fc6a721c46c67bcdf844ed29c71f3a3.tar.gz |
meta-sugarbay: new layer for Sandy Bridge/Cougar Point systems
This layer provides support for Sandy Bridge + Cougar Point Intel
systems.
The 'Sugar Bay' platform consists of the Intel Sandy Bridge processor,
plus the Cougar Point PCH (Q67 Express or B65 Express chipsets).
This BSP assumes that the Sandy Bridge integrated graphics are being
used, and makes use of the grub2 and associated live-install changes
in meta-intel/common.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-sugarbay/conf/layer.conf')
-rw-r--r-- | meta-sugarbay/conf/layer.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-sugarbay/conf/layer.conf b/meta-sugarbay/conf/layer.conf new file mode 100644 index 00000000..e23d1233 --- /dev/null +++ b/meta-sugarbay/conf/layer.conf | |||
@@ -0,0 +1,12 @@ | |||
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 | ${LAYERDIR}/../common/recipes-*/*/*.bb \ | ||
8 | ${LAYERDIR}/../common/recipes-*/*/*.bbappend" | ||
9 | |||
10 | BBFILE_COLLECTIONS_sugarbay += "sugarbay" | ||
11 | BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/" | ||
12 | BBFILE_PRIORITY_sugarbay = "6" | ||