[poky] [PATCH 4/6] yocto-bsps: routerstationpro: explicitly set preferred version

Bruce Ashfield bruce.ashfield at windriver.com
Thu Mar 27 11:29:57 PDT 2014


The other reference BSPs have an explicit version in their conf files.
To avoid the routerstationpro picking up kernel's newer than 3.10, we
do the same for it.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 meta-yocto-bsp/conf/machine/edgerouter.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf
index f3ea33bb0d6b..c5e490f824ea 100644
--- a/meta-yocto-bsp/conf/machine/edgerouter.conf
+++ b/meta-yocto-bsp/conf/machine/edgerouter.conf
@@ -11,6 +11,7 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
 KERNEL_IMAGE_STRIP_EXTRA_SECTIONS  = ".comment"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev"
+PREFERRED_VERSION_linux-yocto ?= "3.10%"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 USE_VT ?= "0"
-- 
1.8.1.2



More information about the poky mailing list