All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Webster <awebster@arcx.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 00/14] Bump NXP package versions
Date: Fri, 10 Jun 2016 14:09:04 -0400	[thread overview]
Message-ID: <cover.1465578220.git.awebster@arcx.com> (raw)
In-Reply-To: <cover.1464958470.git.awebster@arcx.com>

The two patches for nxp defconfigs and the patch for imx-kobs have been build
tested but not run-time tested.

Changes v1 -> v2:
  - Reordered patches to keep gpu related patches together and multimedia
  patches together.
  - Added patches for bumping the kernel/u-boot versions of NXP defconfigs
  - Added patch to bump version of imx-kobs
  - Added patch to bump version of kernel-module-imx-gpu-viv

Andrew Webster (14):
  nxp defconfigs: bump u-boot version to 4.1.15_1.1.0_ga
  nxp defconfigs: bump kernel version to 4.1.15
  kernel-module-imx-gpu-viv: bump version to that of the 5.0.11.p8.4
    release
  imx-gpu-viv: bump version to 5.0.11-p8.4
  xdriver_xf86-video-imx-viv: bump version to 5.0.11-p8.4
  firmware-imx: bump to version 5.4
  gst1-imx: bump to version 0.12.1
  imx-vpu: bump to version 5.4.33
  imx-codec: rename from libfslcodec and bump version to 4.0.9
  imx-parser: rename from libfslparser and bump version to 4.0.9
  imx-vpuwrap: rename from libfslvpuwrap and bump version to 1.0.65
  libimxvpuapi: bump version to 0.10.2
  imx-lib: bump version to 5.4
  imx-kobs: bump version to 5.4

 Config.in.legacy                                   | 21 ++++++
 configs/freescale_imx6dlsabreauto_defconfig        |  8 +-
 configs/freescale_imx6dlsabresd_defconfig          |  8 +-
 configs/freescale_imx6qsabreauto_defconfig         |  8 +-
 configs/freescale_imx6qsabresd_defconfig           |  8 +-
 configs/freescale_imx6sololiteevk_defconfig        |  8 +-
 configs/freescale_imx6sxsabresd_defconfig          |  8 +-
 configs/freescale_imx6ulevk_defconfig              |  8 +-
 package/Config.in                                  |  3 -
 package/freescale-imx/Config.in                    |  3 +
 .../freescale-imx/firmware-imx/firmware-imx.hash   |  2 +-
 package/freescale-imx/firmware-imx/firmware-imx.mk |  5 +-
 .../imx-codec}/Config.in                           |  6 +-
 package/freescale-imx/imx-codec/imx-codec.hash     |  2 +
 package/freescale-imx/imx-codec/imx-codec.mk       | 23 ++++++
 package/freescale-imx/imx-gpu-viv/Config.in        |  6 +-
 package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash |  4 +-
 package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk   | 10 +--
 package/freescale-imx/imx-kobs/imx-kobs.hash       |  3 +-
 package/freescale-imx/imx-kobs/imx-kobs.mk         |  2 +-
 package/freescale-imx/imx-lib/imx-lib.hash         |  2 +-
 package/freescale-imx/imx-lib/imx-lib.mk           |  2 +-
 .../imx-parser}/Config.in                          |  4 +-
 package/freescale-imx/imx-parser/imx-parser.hash   |  2 +
 package/freescale-imx/imx-parser/imx-parser.mk     | 23 ++++++
 package/freescale-imx/imx-vpu/imx-vpu.hash         |  2 +-
 package/freescale-imx/imx-vpu/imx-vpu.mk           |  4 +-
 .../imx-vpuwrap}/Config.in                         |  8 +-
 package/freescale-imx/imx-vpuwrap/imx-vpuwrap.hash |  2 +
 package/freescale-imx/imx-vpuwrap/imx-vpuwrap.mk   | 21 ++++++
 .../kernel-module-imx-gpu-viv.hash                 |  2 +-
 .../kernel-module-imx-gpu-viv.mk                   |  2 +-
 package/gstreamer/gst-fsl-plugins/Config.in        |  8 +-
 .../gstreamer/gst-fsl-plugins/gst-fsl-plugins.mk   |  4 +-
 package/gstreamer1/gst1-imx/Config.in              |  2 +-
 package/gstreamer1/gst1-imx/gst1-imx.hash          |  2 +-
 package/gstreamer1/gst1-imx/gst1-imx.mk            |  6 +-
 package/kodi/kodi.mk                               |  4 +-
 package/libfslcodec/libfslcodec.hash               |  2 -
 package/libfslcodec/libfslcodec.mk                 | 23 ------
 package/libfslparser/libfslparser.hash             |  2 -
 package/libfslparser/libfslparser.mk               | 23 ------
 package/libfslvpuwrap/libfslvpuwrap.hash           |  2 -
 package/libfslvpuwrap/libfslvpuwrap.mk             | 21 ------
 package/libimxvpuapi/libimxvpuapi.hash             |  2 +-
 package/libimxvpuapi/libimxvpuapi.mk               |  2 +-
 .../0001-Remove-dix-internal-header-usage.patch    | 31 --------
 ...001-Stop-using-Git-to-write-local-version.patch | 87 ++++++++++++++++++++++
 .../xdriver_xf86-video-imx-viv.hash                |  3 +-
 .../xdriver_xf86-video-imx-viv.mk                  |  2 +-
 50 files changed, 259 insertions(+), 187 deletions(-)
 rename package/{libfslcodec => freescale-imx/imx-codec}/Config.in (75%)
 create mode 100644 package/freescale-imx/imx-codec/imx-codec.hash
 create mode 100644 package/freescale-imx/imx-codec/imx-codec.mk
 rename package/{libfslparser => freescale-imx/imx-parser}/Config.in (78%)
 create mode 100644 package/freescale-imx/imx-parser/imx-parser.hash
 create mode 100644 package/freescale-imx/imx-parser/imx-parser.mk
 rename package/{libfslvpuwrap => freescale-imx/imx-vpuwrap}/Config.in (69%)
 create mode 100644 package/freescale-imx/imx-vpuwrap/imx-vpuwrap.hash
 create mode 100644 package/freescale-imx/imx-vpuwrap/imx-vpuwrap.mk
 delete mode 100644 package/libfslcodec/libfslcodec.hash
 delete mode 100644 package/libfslcodec/libfslcodec.mk
 delete mode 100644 package/libfslparser/libfslparser.hash
 delete mode 100644 package/libfslparser/libfslparser.mk
 delete mode 100644 package/libfslvpuwrap/libfslvpuwrap.hash
 delete mode 100644 package/libfslvpuwrap/libfslvpuwrap.mk
 delete mode 100644 package/x11r7/xdriver_xf86-video-imx-viv/0001-Remove-dix-internal-header-usage.patch
 create mode 100644 package/x11r7/xdriver_xf86-video-imx-viv/0001-Stop-using-Git-to-write-local-version.patch

-- 
1.9.1

  parent reply	other threads:[~2016-06-10 18:09 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-03 13:10 [Buildroot] [PATCH 00/10] Bump NXP package versions Andrew Webster
2016-06-03 13:10 ` [Buildroot] [PATCH 01/10] firmware-imx: bump to version 5.4 Andrew Webster
2016-06-06 14:32   ` Gary Bisson
2016-06-06 17:12     ` Andrew Webster
2016-06-07  7:36       ` Gary Bisson
2016-06-08 17:26         ` Andrew Webster
2016-06-08 18:20           ` Gary Bisson
2016-06-09 21:18         ` Andrew Webster
2016-06-10  8:46           ` Gary Bisson
2016-06-10 14:39             ` Andrew Webster
2016-06-03 13:10 ` [Buildroot] [PATCH 02/10] gst1-imx: bump to version 0.12.1 Andrew Webster
2016-06-06 14:33   ` Gary Bisson
2016-06-06 18:19     ` Andrew Webster
2016-06-06 20:28     ` Thomas Petazzoni
2016-06-06 20:37       ` Gary Bisson
2016-06-03 13:10 ` [Buildroot] [PATCH 03/10] imx-vpu: bump to version 5.4.33 Andrew Webster
2016-06-06 14:33   ` Gary Bisson
2016-06-03 13:10 ` [Buildroot] [PATCH 04/10] imx-codec: rename from libfslcodec and bump version to 4.0.9 Andrew Webster
2016-06-06 14:33   ` Gary Bisson
2016-06-06 18:27     ` Andrew Webster
2016-06-03 13:12 ` [Buildroot] [PATCH 05/10] imx-parser: rename from libfslparser " Andrew Webster
2016-06-06 14:33   ` Gary Bisson
2016-06-03 13:12 ` [Buildroot] [PATCH 06/10] imx-vpuwrap: rename from libfslvpuwrap and bump version to 1.0.65 Andrew Webster
2016-06-06 14:34   ` Gary Bisson
2016-06-03 13:12 ` [Buildroot] [PATCH 07/10] imx-gpu-viv: bump version to 5.0.11-p8.3 Andrew Webster
2016-06-06 14:34   ` Gary Bisson
2016-06-03 13:12 ` [Buildroot] [PATCH 08/10] libimxvpuapi: bump version to 0.10.2 Andrew Webster
2016-06-06 14:34   ` Gary Bisson
2016-06-03 13:12 ` [Buildroot] [PATCH 09/10] imx-lib: bump version to 5.4 Andrew Webster
2016-06-06 14:34   ` Gary Bisson
2016-06-03 13:13 ` [Buildroot] [PATCH 10/10] xdriver_xf86-video-imx-viv: bump version to 5.0.11-p8.3 Andrew Webster
2016-06-06 14:36   ` Gary Bisson
2016-06-06 14:32 ` [Buildroot] [PATCH 00/10] Bump NXP package versions Gary Bisson
2016-06-06 15:57   ` Andrew Webster
2016-06-07  7:45     ` Gary Bisson
2016-06-06 20:33   ` Thomas Petazzoni
2016-06-06 21:23 ` Thomas Petazzoni
2016-06-10 18:09 ` Andrew Webster [this message]
2016-06-10 18:09   ` [Buildroot] [PATCH v2 01/14] nxp defconfigs: bump u-boot version to 4.1.15_1.1.0_ga Andrew Webster
2016-06-13 13:18     ` Gary Bisson
2016-06-10 18:09   ` [Buildroot] [PATCH v2 02/14] nxp defconfigs: bump kernel version to 4.1.15 Andrew Webster
2016-06-13 13:18     ` Gary Bisson
2016-06-10 18:09   ` [Buildroot] [PATCH v2 03/14] kernel-module-imx-gpu-viv: bump version to that of the 5.0.11.p8.4 release Andrew Webster
2016-06-13 13:19     ` Gary Bisson
2016-06-10 18:09   ` [Buildroot] [PATCH v2 04/14] imx-gpu-viv: bump version to 5.0.11-p8.4 Andrew Webster
2016-06-13 13:00     ` Gary Bisson
2016-06-13 13:02       ` Gary Bisson
2016-06-15 20:45       ` Thomas Petazzoni
2016-06-10 18:11   ` [Buildroot] [PATCH v2 05/14] xdriver_xf86-video-imx-viv: " Andrew Webster
2016-06-13 13:20     ` Gary Bisson
2016-06-15 20:47       ` Thomas Petazzoni
2016-06-10 18:11   ` [Buildroot] [PATCH v2 06/14] firmware-imx: bump to version 5.4 Andrew Webster
2016-06-13 13:20     ` Gary Bisson
2016-06-10 18:12   ` [Buildroot] [PATCH v2 07/14] gst1-imx: bump to version 0.12.1 Andrew Webster
2016-06-13 13:20     ` Gary Bisson
2016-06-10 18:12   ` [Buildroot] [PATCH v2 08/14] imx-vpu: bump to version 5.4.33 Andrew Webster
2016-06-13 13:20     ` Gary Bisson
2016-06-10 18:13   ` [Buildroot] [PATCH v2 09/14] imx-codec: rename from libfslcodec and bump version to 4.0.9 Andrew Webster
2016-06-13 13:21     ` Gary Bisson
2016-06-10 18:13   ` [Buildroot] [PATCH v2 10/14] imx-parser: rename from libfslparser " Andrew Webster
2016-06-13 13:21     ` Gary Bisson
2016-06-15 20:50     ` Thomas Petazzoni
2016-06-10 18:13   ` [Buildroot] [PATCH v2 11/14] imx-vpuwrap: rename from libfslvpuwrap and bump version to 1.0.65 Andrew Webster
2016-06-13 13:21     ` Gary Bisson
2016-06-10 18:13   ` [Buildroot] [PATCH v2 12/14] libimxvpuapi: bump version to 0.10.2 Andrew Webster
2016-06-13 13:21     ` Gary Bisson
2016-06-10 18:13   ` [Buildroot] [PATCH v2 13/14] imx-lib: bump version to 5.4 Andrew Webster
2016-06-13 13:21     ` Gary Bisson
2016-06-10 18:14   ` [Buildroot] [PATCH v2 14/14] imx-kobs: " Andrew Webster
2016-06-13 13:21     ` Gary Bisson
2016-06-11 13:20   ` [Buildroot] [PATCH v2 00/14] Bump NXP package versions Thomas Petazzoni
2016-06-13 13:18     ` Gary Bisson
2016-06-15 20:44   ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1465578220.git.awebster@arcx.com \
    --to=awebster@arcx.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.