Set the PREFERRED_VERSION for the Linux kernel to 3.0.35. Later kernel recipes may be used by edting the file conf/machine/include/wandboard.inc and commenting out the line:
PREFERRED_VERSION_linux-wandboard ?= 3.0.35 Signed-off-by: John Weber <[email protected]> --- conf/machine/include/wandboard.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include/wandboard.inc index 5e83ad5..088cdeb 100644 --- a/conf/machine/include/wandboard.inc +++ b/conf/machine/include/wandboard.inc @@ -4,6 +4,7 @@ include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa9.inc PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard" +PREFERRED_VERSION_linux-wandboard ?= "3.0.35" SERIAL_CONSOLE = "115200 ttymxc0" -- 1.7.9.5 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
