diff options
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r-- | build/conf/local.conf.sample | 3 |
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" #MACHINE ?= "spitz" #MACHINE ?= "nokia770" + DISTRO = "poky" +# For bleeding edge / experimental / unstable package versions +# DISTRO = "poky-bleeding" # DISTRO_TYPE determines the type of images that will be built # "release" - create a streamlined and secure image |