diff options
| author | Raymond Danks <ray.danks@se-eng.com> | 2012-06-21 15:23:24 -0600 |
|---|---|---|
| committer | Raymond Danks <ray.danks@se-eng.com> | 2012-06-21 15:23:24 -0600 |
| commit | 1ea935ec59222dcaf1218162f0afc663875438fb (patch) | |
| tree | 2ef77c68ed39faed6795f16115cd4e6a33ebafb7 /conf/layer.conf | |
| parent | c0274e47727cc6775bfbcba4425eef3968dd088c (diff) | |
| download | meta-virtualization-1ea935ec59222dcaf1218162f0afc663875438fb.tar.gz | |
meta-xen/conf: Add layer.conf and distro/minimal.conf for constructing a lightweight xen image.
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
Diffstat (limited to 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 00000000..7ccedd1f --- /dev/null +++ b/conf/layer.conf | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | # We have a conf and classes directory, append to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "xen-layer" | ||
| 8 | BBFILE_PATTERN_xen-layer := "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_xen-layer = "7" | ||
