mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 05:04:46 +02:00

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>
16 lines
483 B
Plaintext
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"
|
|
|