diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-02-13 22:33:13 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-02-13 22:33:13 -0600 |
commit | 829f0b2db3015c145b89bf85cf9ac3d8e6827e30 (patch) | |
tree | dae0bb6e0c7e0eb88b376d2d5ffdee64f995e1df /meta-jasperforest/conf/layer.conf | |
parent | 92c64651fe7d91f81d4eb7d48fbf854a4dad97d0 (diff) | |
download | meta-intel-829f0b2db3015c145b89bf85cf9ac3d8e6827e30.tar.gz |
meta-jasperforest: new layer for Xeon C5500/C3500 + Intel 3420
This layer provides support for Jasper Forest + Ibex Peak Intel
systems. 'Jasper Forest' refers to the Intel Xeon C5500/C3500
processors, which combined with the Intel 3420 PCH chipset (Ibex Peak)
make up the 'Picket Post' CRB this BSP was developed on.
This BSP also 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-jasperforest/conf/layer.conf')
-rw-r--r-- | meta-jasperforest/conf/layer.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-jasperforest/conf/layer.conf b/meta-jasperforest/conf/layer.conf new file mode 100644 index 00000000..564bb1d8 --- /dev/null +++ b/meta-jasperforest/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_jasperforest += "jasperforest" | ||
11 | BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/" | ||
12 | BBFILE_PRIORITY_jasperforest = "6" | ||