[Buildroot] [PATCH 06/10] imx-vpuwrap: rename from libfslvpuwrap and bump version to 1.0.65

Gary Bisson gary.bisson at boundarydevices.com
Mon Jun 6 14:34:11 UTC 2016


Andrew, All,

On Fri, Jun 3, 2016 at 3:12 PM, Andrew Webster <awebster at arcx.com> wrote:
> Changelog:
> --Update 'nLastFrameEndPosPhy' in seqinit stage to avoid feed
>   the same SPS to vpu repeatedly.
>
> This patch is based on the Yocto equivalent:
> https://github.com/Freescale/meta-fsl-arm/commit/d6b9490
>
> Signed-off-by: Andrew Webster <awebster at arcx.com>
> ---
>  Config.in.legacy                                    |  7 +++++++
>  package/Config.in                                   |  1 -
>  package/freescale-imx/Config.in                     |  1 +
>  .../imx-vpuwrap}/Config.in                          |  8 ++++----
>  package/freescale-imx/imx-vpuwrap/imx-vpuwrap.hash  |  2 ++
>  package/freescale-imx/imx-vpuwrap/imx-vpuwrap.mk    | 21 +++++++++++++++++++++
>  package/libfslvpuwrap/libfslvpuwrap.hash            |  2 --
>  package/libfslvpuwrap/libfslvpuwrap.mk              | 21 ---------------------
>  8 files changed, 35 insertions(+), 28 deletions(-)
>  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/libfslvpuwrap/libfslvpuwrap.hash
>  delete mode 100644 package/libfslvpuwrap/libfslvpuwrap.mk
>
> diff --git a/Config.in.legacy b/Config.in.legacy
> index dab8505..0b0e9e7 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -142,6 +142,13 @@ comment "build, or run, in unpredictable ways.               "
>  comment "----------------------------------------------------"
>  endif
>
> +config BR2_PACKAGE_LIBFSLVPUWRAP
> +       bool "libfslvpuwrap has been renamed to imx-vpuwrap"
> +       select BR2_LEGACY
> +       select BR2_PACKAGE_IMX_VPUWRAP
> +       help
> +         The libfslvpuwrap has been renamed to match the renamed package.
> +

Same as imx-codec and imx-parser, I think this section is misplaced.

Also, it seems that packages depending on this package haven't been
updated (gst-fsl-plugins and kodi).

Regards,
Gary


More information about the buildroot mailing list