mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
c0274e4772
commit
1ea935ec59
6
conf/distro/minimal.conf
Normal file
6
conf/distro/minimal.conf
Normal 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
9
conf/layer.conf
Normal 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"
|
Loading…
Reference in New Issue
Block a user