aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/libva
AgeCommit message (Collapse)Author
2019-08-28common: rename to meta-amd-bspArsalan H. Awan
This renames common layers to meta-amd-bsp as it is going to hold all the bsps in it in the following commits. This also changes the layer title in layer.conf from "amd" to "amd-bsp" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-07-18common/libva: upgrade vaapi components according to warrior branchArsalan H. Awan
This upgrades vaapi components: * libva * libva-x11 * libva-utils from v2.1.0 to v2.4.0 according to yocto warrior branch recipes. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-03-18libva: deploy va utils when availableAwais Belal
Utilities such as the vainfo are provided through the libva-utils package. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-13libva-utils: depend on libva-x11 additionallyAwais Belal
libva-utils requires x11 components explicitly which we have split out for taking care of a circular dependency between mesa and libva. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-11-13libva: upgrade to 2.1.0Awais Belal
This upgrades the libva integration to 2.1.0 while updating mesa and gstreamer1.0-vaapi to use the new created mechanism for circular dependency resolution between mesa and libva. These changes cannot be split for the same reason. The new dependency chain is libva-x11 -> mesa -> libva. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-01-18libva: upgrade to 1.7.3Awais Belal
This upgrades libva to 1.7.3 to align with requirements. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-11-30libva: update to 1.7.0Awais Belal
This upgrades the libva and libva-gl packages to 1.7.0. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-05-15amd: Replace base_contains with bb.utils.containsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-31libva: add required packagesAwais Belal
This pulls in the latest available (1.6.2) libva package from meta-intel and modifies it in a way suitable for building for amdfalconx86 platform. libva is split into two packages (libva and libva-gl) to cope for a circular dependency that exists between mesa and libva. The libva-gl package that depends on mesa provides the gl (EGL and GLX) VA backends. Signed-off-by: Awais Belal <awais_belal@mentor.com>