layerindex-web/oe-classic/conf/local.conf
Paul Eggleton c3a8eb4d82 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>
2013-09-05 00:31:22 +01:00

16 lines
483 B
Plaintext

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