Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/3] Add support for iMX5 GPU
@ 2014-11-29  9:12 Jérôme Pouiller
  2014-11-29  9:12 ` [Buildroot] [PATCH v2 1/3] gpu-amd-bin-mx51: new package Jérôme Pouiller
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jérôme Pouiller @ 2014-11-29  9:12 UTC (permalink / raw)
  To: buildroot

Hello,

This is continuation of my previous serie called "Add Xorg support for imx6".
This time, it add support for iMX5 chipset. As fro iMX6, this work is mainly
adapted from Yocto.

v2:
  - Merge gpu-amd-bin-mx51 related patches
  - Use self-extractible helper
  - Remove 'See freescale-imx.mk' comment
  - Remove debug comment
  - Change BUILD_CMD in POST_PATCH_HOOK
  - Explain why we patch headers files in gpu-amd-bin-mx51
  - Add comment about use of gpu-amd-bin-mx51 on imx53
  - Add a comment about kernel dependency
  - Remove redondant dependencies on arm/imx53/gpu-mx51-xorg
  - Add dependencies on BR2_ARM_EABI (libz160 and gpu-amd-bin-mx51)
  - Clean dependencies on glibc, C++ and EABI: libz160 and
    gpu-amd-bin-mx51 directly depends on these features, xdriver
    indirectly depends on.
  - In xdriver, split comment about dependencies in two lines
  - Install libraies with execution bit set

J?r?me Pouiller (3):
  gpu-amd-bin-mx51: new package
  libz160: fix dependencies
  xdriver_xf86-video-imx: new package

 package/freescale-imx/Config.in                    |   1 +
 package/freescale-imx/gpu-amd-bin-mx51/Config.in   |  59 ++
 package/freescale-imx/gpu-amd-bin-mx51/egl.pc      |  10 +
 package/freescale-imx/gpu-amd-bin-mx51/glesv2.pc   |  10 +
 .../gpu-amd-bin-mx51/gpu-amd-bin-mx51.mk           |  67 ++
 package/freescale-imx/gpu-amd-bin-mx51/vg.pc       |  10 +
 package/freescale-imx/libz160/Config.in            |   6 +
 package/x11r7/Config.in                            |   1 +
 .../0001-Update-to-newer-swap-macros.patch         |  65 ++
 .../0002-Fix-error-unknown-type-name-uint.patch    |  33 +
 .../0003-support-glibc-2.20.patch                  |  57 ++
 ...video-API-forward-and-backward-compatible.patch | 787 +++++++++++++++++++++
 ...-xf86-video-imxfb-fix-m4-hardcodded-paths.patch |  53 ++
 .../0006-xserver-1.14-compat.patch                 |  34 +
 package/x11r7/xdriver_xf86-video-imx/Config.in     |  33 +
 .../xdriver_xf86-video-imx.mk                      |  15 +
 16 files changed, 1241 insertions(+)
 create mode 100644 package/freescale-imx/gpu-amd-bin-mx51/Config.in
 create mode 100644 package/freescale-imx/gpu-amd-bin-mx51/egl.pc
 create mode 100644 package/freescale-imx/gpu-amd-bin-mx51/glesv2.pc
 create mode 100644 package/freescale-imx/gpu-amd-bin-mx51/gpu-amd-bin-mx51.mk
 create mode 100644 package/freescale-imx/gpu-amd-bin-mx51/vg.pc
 create mode 100644 package/x11r7/xdriver_xf86-video-imx/0001-Update-to-newer-swap-macros.patch
 create mode 100644 package/x11r7/xdriver_xf86-video-imx/0002-Fix-error-unknown-type-name-uint.patch
 create mode 100644 package/x11r7/xdriver_xf86-video-imx/0003-support-glibc-2.20.patch
 create mode 100644 package/x11r7/xdriver_xf86-video-imx/0004-Make-video-API-forward-and-backward-compatible.patch
 create mode 100644 package/x11r7/xdriver_xf86-video-imx/0005-xf86-video-imxfb-fix-m4-hardcodded-paths.patch
 create mode 100644 package/x11r7/xdriver_xf86-video-imx/0006-xserver-1.14-compat.patch
 create mode 100644 package/x11r7/xdriver_xf86-video-imx/Config.in
 create mode 100644 package/x11r7/xdriver_xf86-video-imx/xdriver_xf86-video-imx.mk

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-04-26 10:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-29  9:12 [Buildroot] [PATCH v2 0/3] Add support for iMX5 GPU Jérôme Pouiller
2014-11-29  9:12 ` [Buildroot] [PATCH v2 1/3] gpu-amd-bin-mx51: new package Jérôme Pouiller
2015-01-14 22:06   ` Thomas Petazzoni
2014-11-29  9:12 ` [Buildroot] [PATCH v2 2/3] libz160: fix dependencies Jérôme Pouiller
2014-12-07 21:41   ` Yann E. MORIN
2014-12-07 21:48   ` Thomas Petazzoni
2014-11-29  9:12 ` [Buildroot] [PATCH v2 3/3] xdriver_xf86-video-imx: new package Jérôme Pouiller
2015-04-26 10:22   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox