aboutsummaryrefslogtreecommitdiffstats
path: root/oe-classic
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-07-28 18:40:07 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-09-05 00:31:22 +0100
commitc3a8eb4d825e6a2f2acfeb0ee9e0ae8b1fa532f7 (patch)
tree7df61f818228017c9a43a66f5d547151994a86a4 /oe-classic
parente8d734a3773f7cf6b21510fa86d53782e321d0a7 (diff)
downloadopenembedded-core-contrib-c3a8eb4d825e6a2f2acfeb0ee9e0ae8b1fa532f7.tar.gz
Add support for importing OE-Classic recipes
Add a script for doing a one-time import of OE-Classic recipe information, so comparisons against OE-Core can be performed; this is stored using a new ClassicRecipe model supporting additional fields for tracking migration status. The migration status fields can be updated as well as viewed and summarised in graph format. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'oe-classic')
-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"
+