summaryrefslogtreecommitdiff
path: root/conf/local.conf.sample
blob: e5ecd661aadafea4e7c79e9b0847af674c6cd0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# OpenEmbedded local configuration file (sample)
#

# Use this to specify where OE should place the downloaded sources into
DL_DIR = "${HOME}/sources"

# Use this to specify what .oe files to consider for builds
OEFILES = "*/*.oe"

# Note that only recent oemake's obey OEMASK directly. In earlier versions
# you had to filter by hand and populate OEFILES accordingly
# Use the OEMASK below unless you want to build something else than the default glibc based setup
OEMASK = "(toolchain-external)"

# Uncomment this OEMASK, if you want to use a prebuilt toolchain.
# You will need to provide packages for toolchain and additional libraries yourself
#OEMASK = "-initial|()"

# Select between multiple alternative providers, if more than one is eligible.
PREFERRED_PROVIDERS = "virtual/libc:glibc virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie"

# Uncomment this to specify where OE should create its temporary files.
# Note that a full build of everything in OE will take GigaBytes of hard disk space,
# so make sure to free enough space. The default TMPDIR is <build directory>/tmp
#TMPDIR = /usr/local/projects/oetmp

# Uncomment this to specify a machine to build for. See <oe>/conf/*.conf for machines
# currently known to OpenEmbedded.
#MACHINE = "collie"

# Use this to specify the target architecture. Note that this is only needed when building
# for a machine not known to OpenEmbedded. Better use the MACHINE attribute (see above)
TARGET_ARCH = "arm"

# Uncomment this to select a distribution policy.
#DISTRO = "familiar"

# Uncomment this to build .tar packages during the build process.
# Also supported is "package_ipk"
# Usually better to set DISTRO instead (see above)
#INHERIT = "package_tar"