[meta-lsi] [PATCH 20/22] lionux-yocto: Set PREFERRED_VERSION to 3.14

Daniel Dragomir daniel.dragomir at windriver.com
Thu Jan 28 04:57:11 PST 2016


Since Yocto 4.1 kernel has no preempt-rt branch for Axxia till
now, set PREFERRED_VERSION to 3.14 to avoid warnings like:

NOTE: preferred version 4.1% of linux-yocto-rt not available (for item virtual/kernel)
NOTE: versions of linux-yocto-rt available: 3.14.39+gitAUTOINC+820f9da2fe_4188fb995f

Signed-off-by: Daniel Dragomir <daniel.dragomir at windriver.com>
---
 conf/machine/axxiaarm.conf   | 2 +-
 conf/machine/axxiaarm64.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/axxiaarm.conf b/conf/machine/axxiaarm.conf
index 256c047..707b413 100644
--- a/conf/machine/axxiaarm.conf
+++ b/conf/machine/axxiaarm.conf
@@ -2,7 +2,7 @@
 #@NAME: axxiaarm
 #@DESCRIPTION: Machine configuration for LSI Axxia ARM systems
 
-PREFERRED_VERSION_linux-yocto ?= "4.1%"
+PREFERRED_VERSION_linux-yocto ?= "3.14%"
 #PREFERRED_VERSION_u-boot-lsi ?= "2013.01.01%"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 #PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-lsi"
diff --git a/conf/machine/axxiaarm64.conf b/conf/machine/axxiaarm64.conf
index 5c6b843..d7be602 100644
--- a/conf/machine/axxiaarm64.conf
+++ b/conf/machine/axxiaarm64.conf
@@ -2,7 +2,7 @@
 #@NAME: axxiaarm64
 #@DESCRIPTION: Machine configuration for LSI Axxia ARM64 systems
 
-PREFERRED_VERSION_linux-yocto ?= "4.1%"
+PREFERRED_VERSION_linux-yocto ?= "3.14%"
 #PREFERRED_VERSION_u-boot-lsi ?= "2013.01.01%"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 #PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-lsi"
-- 
1.9.1



More information about the meta-lsi mailing list