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>
This commit is contained in:
Raymond Danks 2012-06-21 15:23:24 -06:00
parent c0274e4772
commit 1ea935ec59
2 changed files with 15 additions and 0 deletions

6
conf/distro/minimal.conf Normal file
View File

@ -0,0 +1,6 @@
include conf/distro/defaultsetup.conf
USE_LDCONFIG = "0"
VIRTUAL-RUNTIME_dev_manager = "busybox-mdev"
SYSVINIT_ENABLED_GETTYS = ""
SERIAL_CONSOLE = "115200 ttyS0"

9
conf/layer.conf Normal file
View File

@ -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"