From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D7895E00B74; Wed, 18 Jun 2014 08:41:11 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.170 listed in list.dnswl.org] Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 71983E0070F for ; Wed, 18 Jun 2014 08:41:07 -0700 (PDT) Received: by mail-wi0-f170.google.com with SMTP id cc10so8753336wib.5 for ; Wed, 18 Jun 2014 08:41:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=jjuVxDGMXyDGZy3LgiUDFLb7obnk84Z4fGwQSY6LPaM=; b=b0hfQzzgb7LGeZom98iW89sKX1fdWy3QEEQLF/Q5CEVjf88jcGPFCOjNsMakvbM3fd zTtv+QdY0BfIssa1ht2pKjRi8TBKQKUSyyKOEMvkHQxBns8fqPYh1hke974lm6F7G/CZ 05fl+xvAc6XH3n7mwyUJ/vZaKr5/RJPJvZ8ZPzFGa8r33JRN1Uzy+VebT2qt7g9Rs6WV 4/I37zVxzDIJA5fH5QGtBK6ZjTf9fkt5Vr9TInq9rUcV6Bd8fto2J48zcA6rJJ1ejGbW nMJuDJFZhEkAcuigP0jK0Q12HL/RbQ/um7RPZjB2E2lszWo7qv8xKGnyGCS+njtLJYkT /72w== X-Gm-Message-State: ALoCoQmkQzSLTfnjuxo3GzPveDGDHsnYW3YVm5/+MNPvD1kV/24s9EQhRIl5kpRj7NQD6aYcDVNG X-Received: by 10.180.218.41 with SMTP id pd9mr6375017wic.7.1403106066978; Wed, 18 Jun 2014 08:41:06 -0700 (PDT) Received: from localhost.localdomain (46-116-135-215.bb.netvision.net.il. [46.116.135.215]) by mx.google.com with ESMTPSA id lk7sm2299247wjb.24.2014.06.18.08.41.05 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Jun 2014 08:41:06 -0700 (PDT) From: Rabeeh Khoury To: meta-freescale@yoctoproject.org Date: Wed, 18 Jun 2014 18:33:59 +0300 Message-Id: <1403105639-26293-2-git-send-email-rabeeh@solid-run.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1403105639-26293-1-git-send-email-rabeeh@solid-run.com> References: <1403105639-26293-1-git-send-email-rabeeh@solid-run.com> Subject: [meta-fsl-arm-extra][PATCH 2/2] cubox-i: updates the kernel to 6fc170bb7b SRCREV X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 15:41:11 -0000 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 --- .../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