This patch update the revision to 6fc170bb7b and corrects the following - 1. SUMMARY field. The kernel forks Boundary Devices BSP 4.1.0 but it's Freescale BSP 4.1.0 as-is. 2. CONFIG_MACH_C1 becomes CONFIG_MACH_HB. Carrier-one was renamed to be HummingBoard. 3. Following two patches not needed anymore since they are part of the kernel - 0002-ARM-7668-1-fix-memset-related-crashes-caused-by-rece.patch 0003-ARM-7670-1-fix-the-memset-fix.patch
Signed-off-by: Rabeeh Khoury <[email protected]> --- .../linux/linux-cubox-i-3.0.35/defconfig | 2 +- recipes-kernel/linux/linux-cubox-i_3.0.35.bb | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-cubox-i-3.0.35/defconfig b/recipes-kernel/linux/linux-cubox-i-3.0.35/defconfig index bd0cef0..efd187a 100644 --- a/recipes-kernel/linux/linux-cubox-i-3.0.35/defconfig +++ b/recipes-kernel/linux/linux-cubox-i-3.0.35/defconfig @@ -26,7 +26,7 @@ CONFIG_MACH_MX6Q_SABRELITE=y CONFIG_MACH_MX6Q_SABRESD=y CONFIG_MACH_MX6Q_SABREAUTO=y CONFIG_MACH_MX6Q_HDMIDONGLE=y -CONFIG_MACH_C1=y +CONFIG_MACH_HB=y CONFIG_MACH_CUBOX_I=y CONFIG_USB_EHCI_ARC_H1=y CONFIG_USB_FSL_ARC_OTG=y diff --git a/recipes-kernel/linux/linux-cubox-i_3.0.35.bb b/recipes-kernel/linux/linux-cubox-i_3.0.35.bb index 7430843..389a4c0 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" +SUMMARY = "Freescale Kernel 3.0.35 supported by SolidRun with additional machine specific patches" +SRCREV = "6fc170bb7bba5917a1515bfa3dc78c091dfbcde3" LOCALVERSION = "-4.1.0-cubox-i+yocto" SRCBRANCH ?= "imx_3.0.35_4.1.0" @@ -9,11 +9,11 @@ SRCBRANCH ?= "imx_3.0.35_4.1.0" # are already included in the kernel repository: # drm-vivante-Add-00-sufix-in-returned-bus-Id.patch # 0001-perf-tools-Fix-getrusage-related-build-failure-on-gl.patch +# 0002-ARM-7668-1-fix-memset-related-crashes-caused-by-rece.patch +# 0003-ARM-7670-1-fix-the-memset-fix.patch 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 \ -- 1.7.9.5 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
