summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/minimal.conf6
-rw-r--r--conf/layer.conf9
2 files changed, 15 insertions, 0 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
new file mode 100644
index 00000000..b8e39ea7
--- /dev/null
+++ b/conf/distro/minimal.conf
@@ -0,0 +1,6 @@
1include conf/distro/defaultsetup.conf
2
3USE_LDCONFIG = "0"
4VIRTUAL-RUNTIME_dev_manager = "busybox-mdev"
5SYSVINIT_ENABLED_GETTYS = ""
6SERIAL_CONSOLE = "115200 ttyS0"
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
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "xen-layer"
8BBFILE_PATTERN_xen-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_xen-layer = "7"