All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm PATCH v4 0/12] Fixes current found issues for 1.4 release
@ 2013-04-15 20:15 Otavio Salvador
  2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 01/12] u-boot-fslc: Update to patches-2013.04's 20130410 snapshot Otavio Salvador
                   ` (12 more replies)
  0 siblings, 13 replies; 41+ messages in thread
From: Otavio Salvador @ 2013-04-15 20:15 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

We've runned full build of 'fsl-image-gui' image in O.S. Systems build
server for ALL machines in meta-fsl-arm and meta-fsl-arm-extra, the
final build list is:

 cgtqmx6 ok
 imx233-olinuxino-maxi ok
 imx233-olinuxino-micro ok
 imx233-olinuxino-mini ok
 imx23evk ok
 imx28evk ok
 imx31pdk ok
 imx35pdk ok
 imx51evk ok
 imx53ard ok
 imx53qsb ok
 imx6dlsabresd ok
 imx6qsabreauto ok
 imx6qsabrelite ok
 imx6qsabresd ok
 imx6slevk ok
 nitrogen6x ok
 wandboard-dual ok
 wandboard-solo ok

The 'imx31pdk' and 'imx35pdk' machines depends on the 'fio' patch we
sent to Meta-OpenEmbedded to add support for ARMv6 assembly code but
appart from that those are the needed fixes.

Please give them a try so these can be merged soon.

Changes in v4:
- Merge hex format change (Daiane)

Changes in v3:
- Fix commit log U-Boot version
- New patch
- New patch
- New patch
- New patch
- New patch

Changes in v2:
- Remove change of i.MX6SL entry point format, for another patch
- New patch
- Improve commit log
- New patch

Otavio Salvador (12):
  u-boot-fslc: Update to patches-2013.04's 20130410 snapshot
  imx6dlsabresd: Use U-Boot 2009.08 from Freescale
  gst-fsl-plugin (3.0.6): Fix the tarball's checksum
  gst-fsl-plugin (3.0.6): Add 'virtual/kernel' dependency
  imx-base.inc: Disable firmware include for not fully supported BSPs
  imx-base.inc: Avoid including imx-audio for every SoC family
  imx-base.inc: Override GStreamer plugins for i.MX3
  imx-base.inc: Do not assign UBOOT_LOADADDRESS
  Fix use of SOC_FAMILY as the most right value is preferred
  xf86-dri-vivante: Ensure install fails if .la cannot be removed
  xf86-dri-vivante: Fix DRI module name
  xf86-video-imxfb-vivante: Enable software rendering support

 conf/machine/imx23evk.conf                         |  2 +-
 conf/machine/imx28evk.conf                         |  2 +-
 conf/machine/imx31pdk.conf                         |  2 +-
 conf/machine/imx35pdk.conf                         |  2 +-
 conf/machine/imx51evk.conf                         |  2 +-
 conf/machine/imx53ard.conf                         |  2 +-
 conf/machine/imx53qsb.conf                         |  2 +-
 conf/machine/imx6dlsabresd.conf                    |  4 +++-
 conf/machine/imx6qsabreauto.conf                   |  2 +-
 conf/machine/imx6qsabresd.conf                     |  2 +-
 conf/machine/imx6slevk.conf                        |  2 +-
 conf/machine/include/imx-base.inc                  | 24 ++++++++++------------
 recipes-bsp/u-boot/u-boot-fslc_2013.04.bb          |  2 +-
 recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb       |  2 +-
 .../xorg-driver/xf86-dri-vivante_1.1.0.bb          |  8 ++++++--
 .../xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb  |  2 +-
 .../gst-plugins/gst-fsl-plugin_3.0.6.bb            |  8 ++++----
 17 files changed, 37 insertions(+), 33 deletions(-)

-- 
1.8.1



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

end of thread, other threads:[~2013-04-29 12:54 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 20:15 [meta-fsl-arm PATCH v4 0/12] Fixes current found issues for 1.4 release Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 01/12] u-boot-fslc: Update to patches-2013.04's 20130410 snapshot Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 02/12] imx6dlsabresd: Use U-Boot 2009.08 from Freescale Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 03/12] gst-fsl-plugin (3.0.6): Fix the tarball's checksum Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 04/12] gst-fsl-plugin (3.0.6): Add 'virtual/kernel' dependency Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 05/12] imx-base.inc: Disable firmware include for not fully supported BSPs Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 06/12] imx-base.inc: Avoid including imx-audio for every SoC family Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 07/12] imx-base.inc: Override GStreamer plugins for i.MX3 Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 08/12] imx-base.inc: Do not assign UBOOT_LOADADDRESS Otavio Salvador
2013-04-15 20:15 ` [meta-fsl-arm PATCH v4 09/12] Fix use of SOC_FAMILY as the most right value is preferred Otavio Salvador
2013-04-15 20:16 ` [meta-fsl-arm PATCH v4 10/12] xf86-dri-vivante: Ensure install fails if .la cannot be removed Otavio Salvador
2013-04-15 20:16 ` [meta-fsl-arm PATCH v4 11/12] xf86-dri-vivante: Fix DRI module name Otavio Salvador
2013-04-15 20:16 ` [meta-fsl-arm PATCH v4 12/12] xf86-video-imxfb-vivante: Enable software rendering support Otavio Salvador
2013-04-17 14:02 ` [meta-fsl-arm PATCH v4 0/12] Fixes current found issues for 1.4 release Daiane Angolini
2013-04-17 16:03   ` Diego
2013-04-17 17:49     ` Otavio Salvador
2013-04-17 22:08       ` Otavio Salvador
2013-04-18  7:50         ` Diego
2013-04-18 12:20           ` Otavio Salvador
2013-04-18 14:07             ` Xorg fails to start on "test Initializing EXA" on Nitrogen6x [Was] Fixes current Diego
2013-04-18 14:11               ` Otavio Salvador
2013-04-22  7:02                 ` Diego
2013-04-22 11:38                   ` Otavio Salvador
2013-04-24 12:20                     ` Diego
2013-04-24 12:30                       ` Daiane Angolini
2013-04-24 14:12                         ` Diego
2013-04-24 14:21                           ` Daiane Angolini
2013-04-24 15:08                             ` Vivante 3D tests [Was] Xorg fails to start on "test Initializing EXA" on Nitrogen6x Diego
2013-04-24 15:24                               ` Otavio Salvador
2013-04-24 15:55                               ` Daiane Angolini
2013-04-24 16:30                           ` Xorg fails to start on "test Initializing EXA" on Nitrogen6x [Was] Fixes current Otavio Salvador
2013-04-26 13:04                             ` Diego
2013-04-26 15:09                               ` Otavio Salvador
2013-04-26 15:32                                 ` Mesa demos and Vivante 3D Diego
2013-04-26 19:38                                   ` Otavio Salvador
2013-04-29  9:33                               ` Xorg fails to start on "test Initializing EXA" on Nitrogen6x [Was] Fixes current Diego
2013-04-29 11:57                                 ` Daiane Angolini
2013-04-29 12:06                                   ` Otavio Salvador
2013-04-29 12:12                                     ` Diego
2013-04-29 12:13                                     ` Daiane Angolini
2013-04-29 12:54                                       ` Otavio Salvador

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.