All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm PATCH v3 0/13] Fixes current found issues for 1.4 release
@ 2013-04-15 11:51 Otavio Salvador
  2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 01/13] u-boot-fslc: Update to patches-2013.04's 20130410 snapshot Otavio Salvador
                   ` (12 more replies)
  0 siblings, 13 replies; 30+ messages in thread
From: Otavio Salvador @ 2013-04-15 11:51 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 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
- New patch
- Improve commit log
- New patch

Otavio Salvador (13):
  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: Fix i.MX6SL entry point hex format
  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] 30+ messages in thread

end of thread, other threads:[~2013-04-15 17:10 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 11:51 [meta-fsl-arm PATCH v3 0/13] Fixes current found issues for 1.4 release Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 01/13] u-boot-fslc: Update to patches-2013.04's 20130410 snapshot Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 02/13] imx6dlsabresd: Use U-Boot 2009.08 from Freescale Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 03/13] gst-fsl-plugin (3.0.6): Fix the tarball's checksum Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 04/13] gst-fsl-plugin (3.0.6): Add 'virtual/kernel' dependency Otavio Salvador
2013-04-15 14:00   ` Daiane Angolini
2013-04-15 14:12     ` Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 05/13] imx-base.inc: Disable firmware include for not fully supported BSPs Otavio Salvador
2013-04-15 14:02   ` Daiane Angolini
2013-04-15 14:14     ` Otavio Salvador
2013-04-15 16:40       ` Daiane Angolini
2013-04-15 17:10         ` Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 06/13] imx-base.inc: Avoid including imx-audio for every SoC family Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 07/13] imx-base.inc: Override GStreamer plugins for i.MX3 Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 08/13] imx-base.inc: Fix i.MX6SL entry point hex format Otavio Salvador
2013-04-15 15:24   ` Daiane Angolini
2013-04-15 16:12     ` Otavio Salvador
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 09/13] imx-base.inc: Do not assign UBOOT_LOADADDRESS Otavio Salvador
2013-04-15 15:26   ` Daiane Angolini
2013-04-15 16:13     ` Otavio Salvador
2013-04-15 16:42       ` Daiane Angolini
2013-04-15 11:51 ` [meta-fsl-arm PATCH v3 10/13] Fix use of SOC_FAMILY as the most right value is preferred Otavio Salvador
2013-04-15 11:52 ` [meta-fsl-arm PATCH v3 11/13] xf86-dri-vivante: Ensure install fails if .la cannot be removed Otavio Salvador
2013-04-15 15:29   ` Daiane Angolini
2013-04-15 16:14     ` Otavio Salvador
2013-04-15 11:52 ` [meta-fsl-arm PATCH v3 12/13] xf86-dri-vivante: Fix DRI module name Otavio Salvador
2013-04-15 15:30   ` Daiane Angolini
2013-04-15 16:15     ` Otavio Salvador
2013-04-15 16:41       ` Daiane Angolini
2013-04-15 11:52 ` [meta-fsl-arm PATCH v3 13/13] xf86-video-imxfb-vivante: Enable software rendering support 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.