From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f46.google.com (mail-yh0-f46.google.com [209.85.213.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 074ACE007D3 for ; Thu, 12 Dec 2013 09:00:58 -0800 (PST) Received: by mail-yh0-f46.google.com with SMTP id l109so530662yhq.5 for ; Thu, 12 Dec 2013 09:00:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=WBKCQHAwneEAsUlCgBdkhDhxU09X+ldLwaUT5exwT0c=; b=d5zRDm8d7CFiLeL0pyDmKol6EN4YHAVQqOmRFAc04fmMXDG+0O0nlxIJOwdIA2Wjgs RkWJHv1GICasFCHVye+3GDkkSuL4W6eW3WIR4FWfHFl9kbguEM8YXin4SGDvN4LYakwz rxCDCyOnovUq9sN9I+ZrGgZK0Hi8/B4BwIfS1dZsqqz/0PChWMlOtJTBs6ubeXBDbdv+ L6qy9WzEQ1CSSQBkfG4kecAACf7ZMEPb5hGoXY8LYgoZJOtSQQiYnZF/sSVuDyoATBi8 /DpYXMoNlwiS85hBKYLoFYSgcSfWQ2ou20lcUVKPL2raQ9x1UMsXR8Glk4s+Hee43Gbc DLqg== X-Received: by 10.236.199.81 with SMTP id w57mr6537129yhn.139.1386867657404; Thu, 12 Dec 2013 09:00:57 -0800 (PST) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id r64sm34900972yhc.23.2013.12.12.09.00.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Dec 2013 09:00:56 -0800 (PST) Message-ID: <52A9EBC8.2040806@gmail.com> Date: Thu, 12 Dec 2013 11:00:56 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1386858123-22036-1-git-send-email-luca.ronga@cnit.it> In-Reply-To: <1386858123-22036-1-git-send-email-luca.ronga@cnit.it> Subject: Re: [meta-fsl-arm-extra][PATCH] UDOO board machine 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: Thu, 12 Dec 2013 17:00:59 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Luca - I'm not sure if the policy has changed, but I think you'll need to send separate patches series for the machine, U-boot, and the kernel, rather than bundling them all up in one large patch. These should be maintained separately. A couple of other things: - Normally, the defconfig needs to be saved using make savedefconfig from the kernel Kbuild system. This significantly reduces the size of the defconfig file and makes for easier comparison/control later on. - Since you are maintaining a separate kernel repository on Github, why not consider incorporating some of these patches into the kernel instead of maintaining them separately in the recipe? The ARM GCC patches (ARM 7670 and the memset fix) are examples. John On 12/12/13 8:22 AM, Luca Simone Ronga wrote: > From: Luca Simone Ronga > > > Signed-off-by: Luca Simone Ronga > --- > conf/machine/udoo-quad.conf | 26 + > .../0001-modified-UDOO-conf-for-yocto-meta.patch | 49 + > recipes-bsp/u-boot/u-boot-unico_2013.bb | 24 + > ...8-4.6.9p11.1-gpu-GPU-Kernel-driver-integr.patch | 1040 +++++++ > ...Fix-getrusage-related-build-failure-on-gl.patch | 43 + > ...fix-memset-related-crashes-caused-by-rece.patch | 259 ++ > ...5-gpu-Add-global-value-for-minimum-3D-clo.patch | 62 + > .../0003-ARM-7670-1-fix-the-memset-fix.patch | 87 + > ...4-4-gpu-use-new-PU-power-on-off-interface.patch | 53 + > ...8-1-GPU-Integrate-4.6.9p12-release-kernel.patch | 2006 +++++++++++++ > ...6-Fix-build-break-when-CONFIG_CLK_DEBUG-i.patch | 43 + > ...5-GPU-Correct-suspend-resume-calling-afte.patch | 61 + > ...0005-ENGR00271359-Add-Multi-touch-support.patch | 98 + > .../0006-Add-support-for-DVI-monitors.patch | 227 ++ > ...0-gpu-Correct-section-mismatch-in-gpu-ker.patch | 60 + > ...6-board-mx6q_sabresd-Register-SDHC3-first.patch | 38 + > recipes-kernel/linux/linux-unico-3.0.35/defconfig | 3149 ++++++++++++++++++++ > ...m-vivante-Add-00-sufix-in-returned-bus-Id.patch | 31 + > ...-Rename-mxcfb_epdc_kernel.h-to-mxc_epdc.h.patch | 143 + > recipes-kernel/linux/linux-unico.inc | 17 + > recipes-kernel/linux/linux-unico_3.0.35.bb | 46 + > 21 files changed, 7562 insertions(+) > create mode 100644 conf/machine/udoo-quad.conf > create mode 100644 recipes-bsp/u-boot/u-boot-unico/0001-modified-UDOO-conf-for-yocto-meta.patch > create mode 100644 recipes-bsp/u-boot/u-boot-unico_2013.bb > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0001-ENGR00255688-4.6.9p11.1-gpu-GPU-Kernel-driver-integr.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0001-perf-tools-Fix-getrusage-related-build-failure-on-gl.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0002-ARM-7668-1-fix-memset-related-crashes-caused-by-rece.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0002-ENGR00265465-gpu-Add-global-value-for-minimum-3D-clo.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0003-ARM-7670-1-fix-the-memset-fix.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0003-ENGR00261814-4-gpu-use-new-PU-power-on-off-interface.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0004-ENGR00264288-1-GPU-Integrate-4.6.9p12-release-kernel.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0004-ENGR00271136-Fix-build-break-when-CONFIG_CLK_DEBUG-i.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0005-ENGR00264275-GPU-Correct-suspend-resume-calling-afte.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0005-ENGR00271359-Add-Multi-touch-support.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0006-Add-support-for-DVI-monitors.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0006-ENGR00265130-gpu-Correct-section-mismatch-in-gpu-ker.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/0007-ARM-mach-mx6-board-mx6q_sabresd-Register-SDHC3-first.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/defconfig > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/drm-vivante-Add-00-sufix-in-returned-bus-Id.patch > create mode 100644 recipes-kernel/linux/linux-unico-3.0.35/epdc-Rename-mxcfb_epdc_kernel.h-to-mxc_epdc.h.patch > create mode 100644 recipes-kernel/linux/linux-unico.inc > create mode 100644 recipes-kernel/linux/linux-unico_3.0.35.bb >