Wifi was not working on the Cubox-i because the version of the SolidRun imx Linux kernel being used does not include the commit "Proper wifi/bt pad and pinout handling". Updated SRCREV to use a newer commit. Removed patches that are already in the newer version.
Signed-off-by: Charles Oram <[email protected]> --- recipes-kernel/linux/linux-cubox-i_3.0.35.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-cubox-i_3.0.35.bbb/recipes-kernel/linux/ linux-cubox-i_3.0.35.bb index 7430843..a25583c 100644 --- a/recipes-kernel/linux/linux-cubox-i_3.0.35.bb +++ b/recipes-kernel/linux/linux-cubox-i_3.0.35.bb @@ -1,7 +1,7 @@ include recipes-kernel/linux/linux-imx.inc SUMMARY = "Boundary Devices Kernel 3.0.35 supported by SolidRun with additional machine specific patches" -SRCREV = "be699c6777f376b5f28e60d8d65942ac94b39908" +SRCREV = "de3725198e33b9d580279f02cf40188fbe43ea67" LOCALVERSION = "-4.1.0-cubox-i+yocto" SRCBRANCH ?= "imx_3.0.35_4.1.0" @@ -12,10 +12,6 @@ SRCBRANCH ?= "imx_3.0.35_4.1.0" SRC_URI = "git://github.com/SolidRun/linux-imx6.git;branch=${SRCBRANCH} \ file://defconfig \ file://epdc-Rename-mxcfb_epdc_kernel.h-to-mxc_epdc.h.patch \ - file://0002-ARM-7668-1-fix-memset-related-crashes-caused-by-rece.patch \ - file://0003-ARM-7670-1-fix-the-memset-fix.patch \ - file://0004-ENGR00271136-Fix-build-break-when-CONFIG_CLK_DEBUG-i.patch \ - file://0005-ENGR00271359-Add-Multi-touch-support.patch \ file://0006-Add-support-for-DVI-monitors.patch \ file://0007-ARM-mach-mx6-board-mx6q_sabresd-Register-SDHC3-first.patch \ file://mxc_hdmi-dont-require-cea-mode.patch \ -- 1.7.10.4
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
