[poky] [PATCH 5/7] yocto-bsps: edgerouter: explicitly set preferred version
Bruce Ashfield
bruce.ashfield at windriver.com
Mon Mar 31 11:01:58 PDT 2014
Switch the edgerouter from linux-yocto-dev, to the 3.14 linux-yocto
BSP.
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
meta-yocto-bsp/conf/machine/edgerouter.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf
index f3ea33bb0d6b..9cb84bc03780 100644
--- a/meta-yocto-bsp/conf/machine/edgerouter.conf
+++ b/meta-yocto-bsp/conf/machine/edgerouter.conf
@@ -10,7 +10,8 @@ KERNEL_IMAGETYPE = "vmlinux"
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
+PREFERRED_VERSION_linux-yocto ?= "3.14%"
SERIAL_CONSOLE = "115200 ttyS0"
USE_VT ?= "0"
--
1.8.1.2
More information about the poky
mailing list