Commit Graph

368 Commits

Author SHA1 Message Date
Richard Purdie
bd00e28dd5 meta-emenlow: Update qt4 bbappend to 4.8.1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-12 12:11:10 +00:00
Tom Zanussi
8e51c1177c meta-n450: remove linux-yocto-2.6.37 .bbappend
linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-n450.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-06-11 09:16:49 -05:00
Tom Zanussi
aebf88468c meta-jasperforest: remove linux-yocto-2.6.37 .bbappend
linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-jasperforest.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-06-11 09:16:39 -05:00
Tom Zanussi
bba1eb6a63 meta-fishriver: remove linux-yocto-2.6.37 .bbappend
linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-fishriver.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-06-11 09:16:23 -05:00
Tom Zanussi
af532eec63 meta-emenlow: remove linux-yocto-2.6.37 .bbappend
linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-emenlow.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-06-11 09:16:12 -05:00
Tom Zanussi
0b39e6cc88 meta-crownbay: remove linux-yocto-2.6.37 .bbappend
linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-crownbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-06-11 09:15:50 -05:00
Tom Zanussi
d2d6a7a3e8 meta-sugarbay: remove linux-yocto-2.6.37 .bbappend
linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-sugarbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-06-11 09:15:38 -05:00
Kishore Bodke
a2c22fb791 meta-cedartrail: update SRCREV
Remove the kernel feature set from the BSP.
These have been moved to kernel features.
Update the SRCREV for meta to pull in these
kernel feature set.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-06-08 15:27:42 -05:00
Tom Zanussi
8bc2fa1350 meta-fri2: add video acceleration
This adds the video acceleration components needed to enable EMGD
video acceleration.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2012-06-06 16:16:24 -05:00
Tom Zanussi
86d914528f ffmpeg: fix checksums
The version was changed, but the checksums weren't updated; this
updates them.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-31 22:01:25 -05:00
Darren Hart
9b9c0cedb6 fri2: Update SRCREVs for linux-yocto-rt_3.2.bbappend
Update the SRCREVs to pull in the pch_uart locking fixes for preempt-rt.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-31 14:07:57 -07:00
Tom Zanussi
da5dc7186d gstreamer-vaapi: fix glib includes
Fix "Only <glib.h> can be included directly" compilation errors seen
when building with 1.3/master.

Patch pulled from a post-0.2.9 gstreamer-vaapi version (which however
doesn't work with the current stack so a straight upgrade won't work
as a fix at this point).

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:52 -05:00
Tom Zanussi
ceab55d2d6 meta-intel: update some kernel SRCREVs
Update linux-yocto_3.2 kernel SRCREVS for crownbay, emenlow,
fishriver, jasperforest, sugarbay, and chiefriver.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:52 -05:00
Tom Zanussi
fce105da2a meta-intel: add chiefriver BSP to MAINTAINERS
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:52 -05:00
Tom Zanussi
64ead6df3a meta-sugarbay: use rc6 kernel feature
According to the Intel graphics guys and Ubuntu, it's ok to now have
rc6 enabled by default (as long as rc6p is not also enabled).

Accordingly, we'll use the rc6 feature that enables it.  If there are
problems, it can be easily disabled at build-time by removing tmp/rc6
from KERNEL_FEATURES, or can be disbled at run-time using the kernel
parameter i915_enable_rc6 = 0.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
d5ebd785cb meta-chiefriver: use the mei kernel feature
Add AMT/mei support as a kernel feature here instead of in the
linux-yocto metadata - mei support is currently a feature in staging,
and not everyone might want a tainted kernel.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
ea62a88d0e meta-chiefriver: use lms
Chiefriver needs lms support for AMT, add it.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
58b31cf0ab lms: new recipe
Add support for the Intel Active Management Technology (AMT) Local
Manageability Service (LMS) daemon.

The Intel LMS daemon allows applications to access the Intel AMT
firmware via the Intel Management Engine Interface (MEI).

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
e32cdfd27a meta-crownbay: use gst-va-intel and va-intel and gst-va-mixvideo
Have crownbay use gst-va-intel and va-intel so we can easily test and
make use of the video acceleration capabilities of this machine.

Also have it use the gst-va-mixvideo so the emgd mixvideo components
get selected.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
3b8ef4511f meta-sugarbay: use gst-va-intel and va-intel
Have sugarbay use gst-va-intel and va-intel so we can easily test and
make use of the video acceleration capabilities of this machine.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
020de1e5bb meta-chiefriver: use gst-va-intel and va-intel
Have chiefriver use gst-va-intel and va-intel so we can easily test
and make use of the video acceleration capabilities of this machine.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
b8d29f33b6 meta-intel: remove video acceleration from emgd XSERVER
Video acceleration dependencies really don't belong in the XSERVER
variable - remove them; we'll add them back later via va-intel.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
4426f4ccbd gst-va-intel: clarify DESCRIPTION
Modify the description to clarify that these are gstreamer addons.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
e3a703d6ae va-intel: new package
We need some libraries for video acceleration which depend on the
video implementation being used e.g. vanilla intel vs emgd, so create
a new 'va-intel' package group for them.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
6da5358cb1 gst-va-intel: add conditional vaapi implementation
Use different versions of vaapi interface implementaion depending on
what a machine specifies.  The default if no MACHINE_FEATURE is
specified is gstreamer-vaapi.  Other machines may need a different
implementation e.g. a machine using emgd would specify
'gst-va-mixvideo' in its MACHINE_FEATURES in order to have the
implementation satisfied by emgd instead of gstreamer-vaapi, which
this also implements.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
1cb907e1ba ffmpeg: add --enable-yasm
Enable yasm for the ffmpeg build - we don't want a 'crippled build' or
lipsync problems.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
f4f59e1959 yasm: new recipe
x86 (SSE) assembler supporting NASM and GAS-syntaxes, needed by
ffmpeg.

Taken from oe-classic (git://git.openembedded.org/openembedded):

    commit 22f72e1751108cf5092332a952fcbadec5cd1a0d
    Author: Khem Raj <raj.khem@gmail.com>
    Date:   Tue Mar 22 12:21:50 2011 -0700

        yasm: Upgrade yasm_0.7.2.bb -> yasm_1.1.0.bb

        Signed-off-by: Khem Raj <raj.khem@gmail.com>

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
5efb4b7ef5 ffmpeg: add --enable-gpl
libpostproc needs --enable-gpl in order to be built.  This essentially
changes ffmpeg's license to GPL v2+ as per the ffmpeg LICENSE file.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
968099df3d ffmpeg: add --enable-vaapi
Turn on vaapi support in ffmpeg to allow video acceleration via vaapi.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
e2ca4f157d ffmpeg: new recipe
This is a modified version of the ffmpeg recipe from oe-classic
(git://git.openembedded.org/openembedded), updated to ffmpeg-0.7.12,
along with some changes take from meta-demo
(git://git.yoctoproject.org/meta-demo).

The starting point ffmpeg recipe taken from oe-classic version was
ffmpeg_0.6.1.bb:

    commit 5316c5b1416391f15277ce867489e525b7eccd6e
    Author: Andreas Oberritter <obi@opendreambox.org>
    Date:   Wed Dec 8 22:08:40 2010 +0000

        ffmpeg: add recipe for 0.6.1 (LGPLv2.1+)

        Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
        Signed-off-by: Khem Raj <raj.khem@gmail.com>

The starting point ffmpeg.inc taken from oe-classic corresponds to the
starting commit:

    commit 709c4d66e0b107ca606941b988bad717c0b45d9b
    Author: Denys Dmytriyenko <denis@denix.org>
    Date:   Tue Mar 17 14:32:59 2009 -0400

        rename packages/ to recipes/ per earlier agreement

        See links below for more details:
        http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
        http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

        Signed-off-by: Denys Dmytriyenko <denis@denix.org>
        Acked-by: Mike Westerhof <mwester@dls.net>
        Acked-by: Philip Balister <philip@balister.org>
        Acked-by: Khem Raj <raj.khem@gmail.com>
        Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
        Acked-by: Koen Kooi <koen@openembedded.org>
        Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>

up to the following commit:

    commit 18d59f5fad41e4ea05b5d5a8c1588a0bdbdbf815
    Author: Andreas Oberritter <obi@opendreambox.org>
    Date:   Wed Dec 8 22:08:39 2010 +0000

        ffmpeg: set default license to GPLv2+, because --enable-gpl is used.

        * See http://www.ffmpeg.org/legal.html

        Signed-off-by: Andreas Oberritter <obi@opendreambox.org>

The following changes were taken from meta-demo for ffmpeg.inc:

    commit 33513db7658b9c72bb8c6d477c57b2ab62dab669
    Author: Joshua Lock <josh@linux.intel.com>
    Date:   Tue Jan 25 18:00:00 2011 +0000

        ffmpeg: Fix some path references that broke with latest master of poky

        Signed-off-by: Joshua Lock <josh@linux.intel.com>

    commit ef61afc110ee4444a1c893290079f11c96e0d560
    Author: Joshua Lock <josh@linux.intel.com>
    Date:   Tue Mar 1 17:10:20 2011 +0000

        ffmpeg: fix header installation

        Change merged from OpenEmbedded

        Signed-off-by: Joshua Lock <josh@linux.intel.com>

    commit cae78e5c49423e9ce967f05a5a7c46920ca0cd6b
    Author: Darren Hart <dvhart@linux.intel.com>
    Date:   Wed Nov 10 14:41:24 2010 -0800

        License audit for meta-demo layer

        Correct .bb and .inc files to include the proper LICENSE and LIC_FILES_CHKSUM
        variables. Note that in most cases the "(at your option) a later version" clause
        to the L?GPL is contained in a source file, not COPYING. In those case, add a
        more or less core source file to the LIC_FILES_CHKSUM list.

        Signed-off-by: Darren Hart <dvhart@linux.intel.com>
        Acked-by: Saul Wold <sgw@linux.intel.com>

To get the latest bug and security fixes:

- updated to ffmpeg-0.7.12

Some additional changes were made to simplify and remove components
that weren't strictly necessary for current needs:

- removed shroedinger and libgsm dependencies
- removed faac faad2 lame dependencies
- removed --libgsm, --libmp3lame, --libschroedinger
- removed RSUGGESTS mplayer

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
ef1c6ace42 meta-intel: new intel-driver-1.0.15 recipe
libva was split in 1.0.15 into general and Intel-specific parts.  This
recipe addresses the intel-specific part.  The general part is
addressed in the separate libva_1.0.15.bb recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
6372b36c81 meta-intel: new libva-1.0.15 recipe
This upgrades libva to libva-1.0.15.  Intel-specific changes have been
split out into intel-driver-1.0.15, contained in a separate recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
72779500c9 meta-intel: add gstreamer-vaapi_git recipe
Based on the gstreamer-vaapi_0.2.5.bb recipe from the Yocto Project
meta-demo layer (git://git.yoctoproject.org/meta-demo):

    commit a33dd433b629f08bc6517ef2ad3bdd36814ebe85
    Author: Joshua Lock <josh@linux.intel.com>
    Date:   Tue Mar 22 12:11:42 2011 +0000

        gstreamer-vaapi: new recipe

        currently untested but will likely be useful in future so commiting it so
        that it doesn't get lost

        Signed-off-by: Joshua Lock <josh@linux.intel.com>

Additional changes made by Tom Zanussi <tom.zanussi@intel.com> in
order to work with the other multimedia recipes in meta-intel/common:

- summary and description
- correct license
- changed into a _git recipe in order to pick up post-0.2.5 versions
- additional inherits
- tested

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Tom Zanussi
37dee2e3ea meta-chiefriver: new layer for Chief River (Ivy Bridge/Panther Point) systems
This layer provides support for Ivy Bridge + Panther Point Intel systems.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-30 14:22:51 -05:00
Darren Hart
c05129498c fri2: Conditionally assign virtual/kernel=linux-yocto
Allow overriding of the PREFERRED_PROVIDER_virtual/kernel by using
the ?= operator rather than the = operator.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-30 11:26:23 -07:00
Darren Hart
3f5fd3791a fri2: Update 3.2 kernel recipe SRCREV
Update SRCREVs to pull in the latest kernel updates and meta updates.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-30 11:26:23 -07:00
Darren Hart
6fe4a96928 fri2: README: Add device details and known issues
Expand the README to provide more details about the device as well as how to
configure and interract with it. List known issues.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Scott Rifenbark <scott.m.rifenbark@intel.com>
2012-05-29 14:20:30 -07:00
Darren Hart
edaef395da fri2: Add alsa-state initial state
The FRI2 has an analog and digital playback device. Enable both by default.

Enable line-in capture.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-25 15:08:18 -07:00
Darren Hart
caa0042ec0 fri2: netbase: Add an fri2 specific /etc/network/interfaces file
The default interfaces file sets usb0 up as static inet. As the FRI2 is more
likely to use the usb0 interface for a cellular modem, this is inappropriate.
Drop usb0 from /etc/network/interfaces entirely and rely on ofono to set it
up.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-25 15:08:18 -07:00
Tom Zanussi
f64ab3a8c9 meta-intel: update README.sources with denzil link
Update the README.sources for all the meta-intel BSPs to reflect final
Yocto tarball location for denzil.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-25 15:50:08 -05:00
Darren Hart
a62c485edf linux-yocto_3.0: Update KMACHINE and KBRANCH to play nice with new kerntools
The 3.0 based boards are lazy compared to our new modern ones.

Without this patch, the linux-yocto-3.0 kernel do_patch() task would
fail with:

/srv/home/pokybuild/yocto-autobuilder/yocto-slave/cedartrail/build/build/tmp/sysroots/x86_64-linux/usr/bin/updateme:
line 434: yocto/standard/cedartrail-standard.scc: No such file or
directory

Setting the KBRANCH explicitly avoids this issue. This brings the
following recipes inline with the fri2 and sys940x BSPs.

Fix proposed by Bruce Ashfield.

Testing: Built linux-yocto_3.0 for all machines involved, including the
nopvr, noemgd variants. All built linux-yocto_3.0 successfully.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Kishore Bodke <kishore.k.bodke@intel.com>
2012-05-23 11:22:03 -07:00
Kishore Bodke
cb711ad2d9 meta-cedartrail: Update PVR Graphics drivers.
Point to the latest version of PVR Graphics
driver.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-22 13:12:43 -05:00
Christopher Hallinan
a06f5d3088 xserver-psb: fix X server on emenlow when built with gcc 4.7.x
Note: this patch has already been submitted against other BSPs,
originally submitted to oe-core by Gary Thomas.  I ran into this same
issue building MACHINE=emenlow on my own Z530 platform.  There are
likely others as well where this needs to be applied.

Upstream is here:
https://bugs.freedesktop.org/show_bug.cgi?id=18451

PR has been bumped.

Signed-off-by: Christopher Hallinan <challinan@gmail.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-22 09:37:40 -05:00
Tom Zanussi
7c1086df3f emgd-driver-bin: skip insane ldflags check
Add an INSANE_SKIP for ldflags, since these are binaries we have no
control over.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-17 20:15:53 -05:00
Tom Zanussi
cfb938bc87 meta-intel: update some kernel SRCREVs
Update linux-yocto_3.2 kernel SRCREVS for crownbay, emenlow,
fishriver, jasperforest, and sugarbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-17 16:34:49 -05:00
Tom Zanussi
96df30005b meta-fishriver: remove smp options from recipe-space
SMP support is now configured in the kernel branch, remove it from
recipe-space.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-08 13:57:07 -05:00
Tom Zanussi
33e3d4cdfe meta-emenlow: remove smp options from recipe-space
SMP support is now configured in the kernel branch, remove it from
recipe-space.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-08 13:57:07 -05:00
Tom Zanussi
d1f334823a meta-crownbay: remove smp options from recipe-space
SMP support is now configured in the kernel branch, remove it from
recipe-space.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-05-08 13:57:07 -05:00
Darren Hart
749a127f0b fri2: Update SRCREVs for 3.2 Kernel
Update the fri2 linux-yocto bbappends to take advantage of the recent
fri2 meta updates in the linux-yocto repository:

    commit 72d9369a79ab91d6dba3ce95fa4769d75be5f1fa
    Author: Darren Hart <dvhart@linux.intel.com>
    Date:   Tue May 1 15:13:26 2012 -0700

        fri2: Cleanup fri2-$KTYPE.scc files re efi-ext.scc

        The efi-ext.scc fragment is not part of the standard or preempt-rt
        standard features. It is instead a BSP specific feature added to
        these ktypes. Rearrange the meta-data accordingly.

        Signed-off-by: Darren Hart <dvhart@linux.intel.com>

    commit dbcb1205e3fb95b32f1856e4bf6745fe52f5e5f4
    Author: Darren Hart <dvhart@linux.intel.com>
    Date:   Tue May 1 15:13:25 2012 -0700

        fri2: Use emgd-1.10 feature and branch

        Update the fri2-standard.scc description to use the new emgd feature
        and branch name. Without this change the emgd driver is not merged
        and not built.

        Signed-off-by: Darren Hart <dvhart@linux.intel.com>

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-07 12:39:20 -07:00
Darren Hart
979231b9dd sys940x: Drop PREFERRED_VERSION for emgd driver
Accept the default version of the emgd driver, 1.8 is no longer available
anyway. This avoids the warning about 1.8 not being available.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-05-07 12:39:20 -07:00