aboutsummaryrefslogtreecommitdiffstats
path: root/oe-classic/conf/local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'oe-classic/conf/local.conf')
-rw-r--r--oe-classic/conf/local.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/oe-classic/conf/local.conf b/oe-classic/conf/local.conf
new file mode 100644
index 0000000000..36200ec221
--- /dev/null
+++ b/oe-classic/conf/local.conf
@@ -0,0 +1,15 @@
+#
+# This is a version of local.conf trimmed specially for parsing recipes
+# within the OE Layer index update script. Since we're not doing any
+# actual building and many variables are defaulted via bitbake.conf or
+# the "minimal" distro config, we don't need to set very much.
+
+# Just select something basic here:
+MACHINE = "qemux86"
+
+# OE-Classic basic distro configuration
+DISTRO = "minimal"
+
+# Ensure we select a packaging backend so image recipes parse
+INHERIT += "package_ipk"
+