]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky.conf: explicitly referenced preferred linux-yocto version
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 25 Jul 2011 17:44:54 +0000 (13:44 -0400)
committerSaul Wold <sgw@linux.intel.com>
Wed, 27 Jul 2011 16:56:56 +0000 (09:56 -0700)
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>
meta-yocto/conf/distro/poky.conf

index 1ae94a0cd49c35949245665824da9a947a325beb..88b8adf06fa4e79bd4da3639d837b760d7547ae1 100644 (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}"