From daa49b75cf977790585dcd3dbc5ef01574ca046a Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Mon, 19 Jan 2015 14:06:36 +0000 Subject: kernel: Set PREFERRED_VERSION as 3.10% From Intrepid the Genivi Yocto Baseline maintainers set 3.14 as the default kernel version for the QEMU machines they support. So we now override that to avoid a long list of build messages stating it is switching from 3.14 to 3.10. --- meta-rcar-gen2/conf/machine/include/rcar-gen2-providers.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-rcar-gen2/conf/machine/include') diff --git a/meta-rcar-gen2/conf/machine/include/rcar-gen2-providers.inc b/meta-rcar-gen2/conf/machine/include/rcar-gen2-providers.inc index e69de29..6ce0204 100644 --- a/meta-rcar-gen2/conf/machine/include/rcar-gen2-providers.inc +++ b/meta-rcar-gen2/conf/machine/include/rcar-gen2-providers.inc @@ -0,0 +1,3 @@ +# From Intrepid the Genivi Yocto baseline meta-ivi adopted 3.14 as the default kernel for QEMU. +# Override that to avoid a long list of build messages stating it is switching from 3.14 to 3.10. +PREFERRED_VERSION_linux-yocto ?= "3.10%" -- cgit 1.2.3-korg