poky.conf: explicitly referenced preferred linux-yocto version

As the staging of linux-yocto-3.0 showed, we should explicitly
state our preferred version of linux-yocto. This prevents unvalidated
changes from being forced into machines. Layers and machines are free
to override this as they are updated.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Bruce Ashfield 2011-07-25 13:44:54 -04:00 committed by Saul Wold
parent 4a83fb1c26
commit f94b781695
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ LOCALCONF_VERSION = "1"
DISTRO_FEATURES_append = " largefile"
PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%"
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"