aboutsummaryrefslogtreecommitdiffstats
path: root/oe-classic/conf/local.conf
blob: 36200ec221dab513390fda141e63bfefc4936e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"