[poky] [PATCH 1/1] poky.conf: explicitly referenced preferred	linux-yocto version
    Bruce Ashfield 
    bruce.ashfield at windriver.com
       
    Mon Jul 25 11:05:49 PDT 2011
    
    
  
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 at windriver.com>
---
 meta-yocto/conf/distro/poky.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 1ae94a0..88b8adf 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}"
 
-- 
1.7.4.1
    
    
More information about the poky
mailing list