summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample16
1 files changed, 8 insertions, 8 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 1b8ee64c98..23e6017072 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -1,5 +1,5 @@
1# Where to cache the files OE downloads 1# Where to cache the files OE downloads
2DL_DIR = "${OEROOT}/sources" 2DL_DIR ?= "${OEROOT}/sources"
3BBFILES = "${OEROOT}/meta/packages/*/*.bb" 3BBFILES = "${OEROOT}/meta/packages/*/*.bb"
4 4
5# To enable extra packages, uncomment the following lines: 5# To enable extra packages, uncomment the following lines:
@@ -13,15 +13,15 @@ BBFILES = "${OEROOT}/meta/packages/*/*.bb"
13BBMASK = "" 13BBMASK = ""
14 14
15# The machine to target 15# The machine to target
16MACHINE = "qemuarm" 16MACHINE ?= "qemuarm"
17 17
18# Other supported machines 18# Other supported machines
19#MACHINE = "cmx270" 19#MACHINE ?= "cmx270"
20#MACHINE = "qemux86" 20#MACHINE ?= "qemux86"
21#MACHINE = "c7x0" 21#MACHINE ?= "c7x0"
22#MACHINE = "akita" 22#MACHINE ?= "akita"
23#MACHINE = "spitz" 23#MACHINE ?= "spitz"
24#MACHINE = "nokia770" 24#MACHINE ?= "nokia770"
25 25
26DISTRO = "poky" 26DISTRO = "poky"
27 27