mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
18 lines
618 B
Plaintext
18 lines
618 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 OE-Core basic distro config, we don't need to set very much.
|
|
|
|
# Just select something basic here:
|
|
MACHINE = "qemux86"
|
|
|
|
# OE-Core basic distro configuration
|
|
DISTRO = ""
|
|
|
|
# Recipe reporting system configuration
|
|
#require conf/distro/include/maintainers.inc
|
|
#require conf/distro/include/distro_alias.inc
|
|
#require conf/distro/include/upstream_tracking.inc
|
|
#require conf/distro/include/package_regex.inc
|