From f94b781695cd8fa387daff16ecbf3987a0883018 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 25 Jul 2011 13:44:54 -0400 Subject: 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 --- meta-yocto/conf/distro/poky.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 1ae94a0cd4..88b8adf06f 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -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}" -- cgit v1.2.3-54-g00ecf