summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 395504225c..9fb83dc378 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -23,7 +23,10 @@ MACHINE ?= "qemuarm"
23#MACHINE ?= "spitz" 23#MACHINE ?= "spitz"
24#MACHINE ?= "nokia770" 24#MACHINE ?= "nokia770"
25 25
26
26DISTRO = "poky" 27DISTRO = "poky"
28# For bleeding edge / experimental / unstable package versions
29# DISTRO = "poky-bleeding"
27 30
28# DISTRO_TYPE determines the type of images that will be built 31# DISTRO_TYPE determines the type of images that will be built
29# "release" - create a streamlined and secure image 32# "release" - create a streamlined and secure image