[meta-freescale] [meta-fsl-arm PATCH v3 0/23] Freescale 3.10.17-1.0.0-beta

Otavio Salvador otavio at ossystems.com.br
Thu Feb 6 14:10:26 PST 2014


Hello,

This has been rebased on top of today's master and includes both part 1
and part 2.

This includes:

 Linux Kernel update for 3.10.17
 FSL U-Boot update for 2013.04 from 3.10.17 release
 Vivante GPU 4.6.9p13
 Vivante GPU 4.6.9p13 backport for 3.0.35-4.1.0
 GStreamer 0.10 based on 3.10.17-1.0.0

Please give it a try and let me know of any issues.

Changes in v3:
- Rebase on top of master
- Rebase on top of master

Changes in v2:
- Fixed a typo in commit log

Daiane Angolini (1):
  linux-imx (3.0.35): Allow use with 3.10.17-1.0.0 GPU

Lauren Post (16):
  imx-test: Update to 3.10.17-1.0.0 version
  imx-lib: Upgrade to 3.10.17-1.0.0_beta
  imx-vpu: Upgrade to 3.10.17-1.0.0_beta
  libfslparser: Upgrade to 3.0.10 version
  libfslvpuwrap: Upgrade to 1.0.45 version
  libfslcodec: Upgrade to 3.0.10 version
  gst-fsl-plugin: Upgrade to 3.0.10 version
  u-boot-imx: Upgrade for 3.10.17-1.0.0_beta release
  linux-imx: Upgrade to 3.10.17-1.0.0_beta version
  xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.0_beta version
  gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.0_beta version
  gpu-viv-g2d: Update to 3.10.17-1.0.0_beta
  imx6slevk: Add new device tree imx6sl-evk-csi.dtb
  imx6dlsabreauto.conf: Add ecspi and flexcan1 device tree support
  imx6qsabreauto.conf: Add ecspi and flexcan1 device tree support
  imx6qsabreauto.conf:  Add sata uboot config support

Otavio Salvador (6):
  libfslcodec: Drop sanity check override for .so files
  libfslcodec: Enable/disable the VPU support based on SoC
  libfslcodec: Add 'test-bin' and 'test-sources' packages
  gst-fsl-plugin: Add runtime dependencies for 'beep' plugin
  imx-base.inc: Drop EXTRA_IMAGEDEPENDS setting
  gpu-viv-g2d: Fix packaging

 conf/machine/imx6dlsabreauto.conf                  |    3 +-
 conf/machine/imx6qsabreauto.conf                   |    4 +-
 conf/machine/imx6slevk.conf                        |    2 +-
 conf/machine/include/imx-base.inc                  |    2 -
 recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb       |   14 +
 recipes-bsp/imx-lib/imx-lib_3.10.9-1.0.0.bb        |   10 -
 recipes-bsp/imx-test/imx-test_3.10.17-1.0.0.bb     |   15 +
 recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb      |   10 -
 .../build-Allow-CC-and-AR-to-be-overriden.patch    |   33 -
 recipes-bsp/imx-vpu/imx-vpu_3.10.17-1.0.0.bb       |   14 +
 recipes-bsp/imx-vpu/imx-vpu_3.10.9-1.0.0.bb        |   11 -
 recipes-bsp/u-boot/u-boot-imx_2013.04.bb           |    4 +-
 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc          |   20 +-
 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/directfbrc   |   10 +
 .../gpu-viv-bin-mx6q_3.10.17-1.0.0-hfp.bb          |    9 +
 .../gpu-viv-bin-mx6q_3.10.17-1.0.0-sfp.bb          |    9 +
 .../gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb           |    9 -
 .../gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb           |    9 -
 recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc       |    9 +-
 .../gpu-viv-g2d/gpu-viv-g2d_3.10.17-1.0.0.bb       |    6 +
 .../gpu-viv-g2d/gpu-viv-g2d_3.10.9-1.0.0.bb        |    9 -
 ...b => xf86-video-imxfb-vivante_3.10.17-1.0.0.bb} |   13 +-
 ...0-gpu-viante-4.6.9p13-kernel-part-integra.patch | 6261 ++++++++++++++++++++
 .../linux/linux-imx-3.10.17/mx6/defconfig          |  332 ++
 .../linux/linux-imx-3.10.9/mx6/defconfig           | 3246 ----------
 recipes-kernel/linux/linux-imx_3.0.35.bb           |    4 +-
 .../{linux-imx_3.10.9.bb => linux-imx_3.10.17.bb}  |    9 +-
 recipes-multimedia/gstreamer/gst-fsl-plugin.inc    |   10 +-
 .../gstreamer/gst-fsl-plugin_3.0.10.bb             |   14 +
 .../gstreamer/gst-fsl-plugin_3.0.9.bb              |   17 -
 recipes-multimedia/libfslcodec/libfslcodec.inc     |   27 +-
 .../libfslcodec/libfslcodec_3.0.10.bb              |   10 +
 .../libfslcodec/libfslcodec_3.0.9.bb               |   13 -
 .../libfslparser/libfslparser_3.0.10.bb            |   10 +
 .../libfslparser/libfslparser_3.0.9.bb             |   13 -
 ...slvpuwrap_1.0.40.bb => libfslvpuwrap_1.0.45.bb} |   11 +-
 36 files changed, 6778 insertions(+), 3424 deletions(-)
 create mode 100644 recipes-bsp/imx-lib/imx-lib_3.10.17-1.0.0.bb
 delete mode 100644 recipes-bsp/imx-lib/imx-lib_3.10.9-1.0.0.bb
 create mode 100644 recipes-bsp/imx-test/imx-test_3.10.17-1.0.0.bb
 delete mode 100644 recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb
 delete mode 100644 recipes-bsp/imx-vpu/imx-vpu-3.10.9-1.0.0/build-Allow-CC-and-AR-to-be-overriden.patch
 create mode 100644 recipes-bsp/imx-vpu/imx-vpu_3.10.17-1.0.0.bb
 delete mode 100644 recipes-bsp/imx-vpu/imx-vpu_3.10.9-1.0.0.bb
 create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/directfbrc
 create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.17-1.0.0-hfp.bb
 create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.17-1.0.0-sfp.bb
 delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb
 delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb
 create mode 100644 recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.10.17-1.0.0.bb
 delete mode 100644 recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.10.9-1.0.0.bb
 rename recipes-graphics/xorg-driver/{xf86-video-imxfb-vivante_3.5.7-1.0.0-alpha.2.bb => xf86-video-imxfb-vivante_3.10.17-1.0.0.bb} (80%)
 create mode 100644 recipes-kernel/linux/linux-imx-3.0.35/ENGR00278350-gpu-viante-4.6.9p13-kernel-part-integra.patch
 create mode 100644 recipes-kernel/linux/linux-imx-3.10.17/mx6/defconfig
 delete mode 100644 recipes-kernel/linux/linux-imx-3.10.9/mx6/defconfig
 rename recipes-kernel/linux/{linux-imx_3.10.9.bb => linux-imx_3.10.17.bb} (56%)
 create mode 100644 recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.10.bb
 delete mode 100644 recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb
 create mode 100644 recipes-multimedia/libfslcodec/libfslcodec_3.0.10.bb
 delete mode 100644 recipes-multimedia/libfslcodec/libfslcodec_3.0.9.bb
 create mode 100644 recipes-multimedia/libfslparser/libfslparser_3.0.10.bb
 delete mode 100644 recipes-multimedia/libfslparser/libfslparser_3.0.9.bb
 rename recipes-multimedia/libfslvpuwrap/{libfslvpuwrap_1.0.40.bb => libfslvpuwrap_1.0.45.bb} (57%)

-- 
1.8.5.3



More information about the meta-freescale mailing list