From 1ea935ec59222dcaf1218162f0afc663875438fb Mon Sep 17 00:00:00 2001 From: Raymond Danks Date: Thu, 21 Jun 2012 15:23:24 -0600 Subject: meta-xen/conf: Add layer.conf and distro/minimal.conf for constructing a lightweight xen image. Signed-off-by: Raymond Danks --- conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf/layer.conf') 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 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "xen-layer" +BBFILE_PATTERN_xen-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_xen-layer = "7" -- cgit v1.2.3-54-g00ecf