[yocto] [PATCH 0/4] meta-intel: BSP updates for gst-ffmpeg LICENSE_FLAGS change, v2

tom.zanussi at intel.com tom.zanussi at intel.com
Sat Sep 15 13:17:04 PDT 2012


From: Tom Zanussi <tom.zanussi at intel.com>

This patchset updates the BSPs that enable video acceleration to
make them able to handle the new LICENSE_FLAGS change to gst-ffmpeg.

There's no change to functionality if you add "commercial" to
LICENSE_FLAGS_WHITELIST when building; if that's not done you'll
simply get an image without video acceleration.

v2: while testing this change, I noticed that emgd-1.10 was missing
and that some BSPs still use it, and also took the opportunity to
fix a longstanding mistake in where the emgd recipes were located.
Finally, my attempts to make things build with the LICENSE_FLAGS
change by using RRECOMMENDS as suggested all met with failure, so
am keeping the method that works for now.

The following changes since commit 164e0c7418229a38d7c97cd6bb3117a89869f6a4:

  meta-cedartrail: Update PVR graphics driver to version 1.0.3 (2012-09-15 14:56:30 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib.git tzanussi/va-license-flags-commercial
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-contrib/log/?h=tzanussi/va-license-flags-commercial

Tom Zanussi (4):
  meta-intel: make video acceleration choice dependent on LICENSE_FLAGS
  meta-intel: restore emgd 1.10
  meta-intel: have fri2 and sys940x prefer emgd-1.10
  meta-intel: move emgd-driver-bin_1.14 to xorg-driver/

 .../xorg-driver/emgd-driver-bin_1.10.bb            | 91 ++++++++++++++++++++++
 .../emgd-driver-bin_1.14.bb                        |  0
 meta-cedartrail/README                             | 15 ++++
 meta-cedartrail/conf/machine/cedartrail.conf       |  3 +-
 meta-chiefriver/README                             | 15 ++++
 meta-chiefriver/conf/machine/chiefriver.conf       |  3 +-
 meta-crownbay/README                               | 15 ++++
 meta-crownbay/conf/machine/crownbay.conf           |  3 +-
 meta-fri2/README                                   | 15 ++++
 meta-fri2/conf/machine/fri2.conf                   |  4 +-
 meta-sugarbay/README                               | 15 ++++
 meta-sugarbay/conf/machine/sugarbay.conf           |  3 +-
 meta-sys940x/README                                | 15 ++++
 meta-sys940x/conf/machine/sys940x.conf             |  4 +-
 14 files changed, 195 insertions(+), 6 deletions(-)
 create mode 100644 common/recipes-graphics/xorg-driver/emgd-driver-bin_1.10.bb
 rename common/recipes-graphics/{xorg-xserver => xorg-driver}/emgd-driver-bin_1.14.bb (100%)

-- 
1.7.11.4




More information about the yocto mailing list