diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-12-15 19:51:03 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-12-15 19:51:03 +0000 |
commit | 89e6ea80c5d48a4dd476c8b8970a4cca3620eab9 (patch) | |
tree | 2d482446fcb24d07e9511d076fa2fa5dc9e13338 /build | |
parent | 7c46bcb6b4848cc67c2636f8914ce65245996973 (diff) | |
download | openembedded-core-89e6ea80c5d48a4dd476c8b8970a4cca3620eab9.tar.gz openembedded-core-89e6ea80c5d48a4dd476c8b8970a4cca3620eab9.tar.bz2 openembedded-core-89e6ea80c5d48a4dd476c8b8970a4cca3620eab9.zip |
Add poky-bleeding note
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1044 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-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 |