[meta-freescale] [meta-fsl-arm-extra][PATCH] UDOO board machine

John Weber rjohnweber at gmail.com
Thu Dec 12 09:00:56 PST 2013


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 at gmail.com>
>
>
> Signed-off-by: Luca Simone Ronga <luca.ronga at 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
>



More information about the meta-freescale mailing list