From: John Weber <rjohnweber@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm-extra][PATCH] UDOO board machine
Date: Thu, 12 Dec 2013 11:00:56 -0600 [thread overview]
Message-ID: <52A9EBC8.2040806@gmail.com> (raw)
In-Reply-To: <1386858123-22036-1-git-send-email-luca.ronga@cnit.it>
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 <luca.simone.ronga@gmail.com>
>
>
> Signed-off-by: Luca Simone Ronga <luca.ronga@cnit.it>
> ---
> 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
>
next prev parent reply other threads:[~2013-12-12 17:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 14:22 [meta-fsl-arm-extra][PATCH] UDOO board machine Luca Simone Ronga
2013-12-12 17:00 ` John Weber [this message]
2013-12-13 15:03 ` Otavio Salvador
2013-12-13 15:48 ` Luca Simone Ronga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52A9EBC8.2040806@gmail.com \
--to=rjohnweber@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.