aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Lawrence <stephen.lawrence@renesas.com>2015-01-19 14:06:36 +0000
committerStephen Lawrence <stephen.lawrence@renesas.com>2015-03-25 16:12:12 +0000
commitdaa49b75cf977790585dcd3dbc5ef01574ca046a (patch)
tree759b8240901cc8b0460d1e35da0d6df6d89f1e68
parent2a1eee935e427a20e9cdbff44dcb94da9e9dd60f (diff)
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.
-rw-r--r--meta-rcar-gen2/conf/machine/include/rcar-gen2-providers.inc3
1 files changed, 3 insertions, 0 deletions
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%"