Commit Graph

2523 Commits

Author SHA1 Message Date
Nitin A Kamble
970377ec6b emenlow: update kernel srcrev to v3.8.13
Update this BSP's kernel to the latest linux-yocto-3.8 version of
v3.8.13

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:15:05 -05:00
Nitin A Kamble
d8f31e7a4d crownbay: update kernel srcrev to v3.8.13
Update this BSP's kernel to the latest linux-yocto-3.8 version of
v3.8.13

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:14:47 -05:00
Nitin A Kamble
df115a5021 chiefriver: update kernel srcrev to v3.8.13
Update this BSP's kernel to the latest linux-yocto-3.8 version of
v3.8.13

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:14:35 -05:00
Nitin A Kamble
c17b17b44d fri2: linux-yocto_3.8: update kernel SRCREVs
Updating the kernel branch SRCREVs to use latest HEAD commits of
the respective kernel branches.

  This updates this BSPs v3.8 kernel to version 3.8.11.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:14:17 -05:00
Nitin A Kamble
dc66e1b467 nuc: use package lms8 insted of lms for AMT
Now there are 2 versions of lms packages, so use the lms8 package
which matches with the version 8 of the AMT/MEI firmware on some of
the NUC BSP compatible hardware such as DQ77BK board.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:14:04 -05:00
Nitin A Kamble
41e8642e20 chiefriver: use package lms7 insted of lms for AMT
Now there are 2 versions of lms package, so use the lms7 package
which matches with the version 7 of the AMT/MEI firmware on the
chiefriver board.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:13:56 -05:00
Nitin A Kamble
8c8d92de67 lms8: new recipe to support AMT version 8
Some of the newer boards have AMT/MEI firmware of version 8. These BSPs
need verion 8 of the lms package, which this recipe is providing.

Also the lms binary & script is renamed to lms8 to avoid runtime clash
with lms7 packages.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:13:43 -05:00
Nitin A Kamble
523f0945d1 lms7: reorganize the lms recipe
Preparations for upcoming lms8 recipe. Rename the lms recipe as lms7.
This will allow BSPs to choose either lms7 or lms8 package to suite
the version 7 or 8 firmware available on the board.

Also the lms binary & script is renamed to lms7 to avoid runtime clash
with lms8 packages.

Simplified the dounpack2 function.

And this build time warning is muted:

WARNING: lms7: No generic license file exists for: Modified in any
provider

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>

lms7 : tail conexist

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:13:30 -05:00
Nitin A Kamble
edd694ef67 fri2: update preferred version of mesa recipe
The newer 1.9.3 version of the mesa recipe is working well
with this BSP. Mark it as a preferred version for this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:12:44 -05:00
Nitin A Kamble
f4141df3e6 emenlow: update preferred version of mesa recipe
The newer 1.9.3 version of the mesa recipe is working well
with this BSP. Mark it as a preferred version for this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:12:20 -05:00
Nitin A Kamble
e2dbe4911f crownbay: update preferred version of mesa recipe
The newer 1.9.3 version of the mesa recipe is working well
with this BSP. Mark it as a preferred version for this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:12:11 -05:00
Nitin A Kamble
e83a83d58b mesa: sync up with oecore
The mesa recipe from the oecore layer has been updated.
This commit updates the .bbappend for the mesa recipe
in this meta-intel layer to sync up with the oecore layer.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:11:51 -05:00
Nitin A Kamble
edf3ef3cca emgd-driver-bin: add xserver-xorg to RDEPENDS
When any package using libraries provided by the emgd-driver-bin recipe,
is included in a image (such as: tools-testapps), the rootfs generation
process encounters an error mentioned below.

The code for checking the abi version of the xorg xserver needs xorg
xserver recipe included in the image. Otherwise it gets following rootfs
generation error:

| Computing transaction...error: Can't install
emgd-driver-1.16-r0@core2: no package provides xorg-abi-video-8

Fix the issue by marking xserver-xorg as a dependency of the
emgd-driver-bin recipe.

Fixes this bug:
[YOCTO #4615]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-12 11:11:39 -05:00
Nitin A Kamble
fe68cc1b65 sugarbay: linux-yocto_3.8: update kernel SRCREVs
Updating the kernel branch SRCREVs to use latest HEAD commits of
the respective kernel branches.

  This updates this BSPs v3.8 kernel to version 3.8.11.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-10 09:16:06 -05:00
Nitin A Kamble
4cc6e2f081 nuc: linux-yocto_3.8: update kernel SRCREVs
Updating the kernel branch SRCREVs to use latest HEAD commits of
the respective kernel branches.

  This updates this BSPs v3.8 kernel to version 3.8.11.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-10 09:15:48 -05:00
Nitin A Kamble
895a58caa0 jasperforest: linux-yocto_3.8: update kernel SRCREVs
Updating the kernel branch SRCREVs to use latest HEAD commits of
the respective kernel branches.

  This updates this BSPs v3.8 kernel to version 3.8.11.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-10 09:15:40 -05:00
Nitin A Kamble
39895dd88b emenlow: linux-yocto_3.8: update kernel SRCREVs
Updating the kernel branch SRCREVs to use latest HEAD commits of
the respective kernel branches.

  This updates this BSPs v3.8 kernel to version 3.8.11.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-10 09:15:19 -05:00
Nitin A Kamble
a9a153b6f7 crownbay: linux-yocto_3.8: update kernel SRCREVs
Updating the kernel branch SRCREVs to use latest HEAD commits of
the respective kernel branches.

  This updates this BSPs v3.8 kernel to version 3.8.11.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-10 09:15:06 -05:00
Nitin A Kamble
88a059c78d chiefriver: linux-yocto_3.8: update kernel SRCREVs
Updating the kernel branch SRCREVs to use latest HEAD commits of
the respective kernel branches.
  This updates this BSPs v3.8 kernel to version 3.8.11.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-06-10 09:14:57 -05:00
Nitin A Kamble
864dcfc125 nuc: fix AMT feature specification in linux-yocto recipe
A bug in the kernel tools was silently ignoring the AMT kernel
feature specified in kernel recipe. Fix this AMT kernel specification
so that it gets considered in the kernel build.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-07 14:08:10 -05:00
Nitin A Kamble
0ddef0981d chiefriver: fix AMT feature specification in linux-yocto recipe
A bug in the kernel tools was silently ignoring the AMT kernel
feature specified in kernel recipe. Fix this AMT kernel specification
so that it gets considered in the kernel build.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-07 14:07:54 -05:00
Richard Purdie
24d63bd572 linux-yocto: Drop 3.2 bbappends
As part of the usual kernel upgrade cycle, the 3.2 kernel has been removed from
OE-Core so remove the bbappend files from meta-intel too.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-05-31 08:21:21 +01:00
Kishore Bodke
2ba2e0ea55 crystalforest: Update Maintainer info
Update MAINTAINERS to reflect the new crystalforest BSP ownership.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-05-21 11:28:13 -05:00
Khem Raj
2c9fb03aad tiny-init: Drop the bbappend
init file which it was providing is ditto as meta-yocto
so bbappend is redundant plus it gets rid of following warning
for non poky distros.

WARNING: No recipes available for:
  /builds1/meta-intel/meta-fri2/recipes-core/tiny-init/tiny-init.bbappend

Signed-off-by: Khem Raj <raj.khem@gmail.com>
CC: Darren Hart <dvhart@linux.intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-05-16 14:33:20 -05:00
Nitin A Kamble
9ea3df3dd7 sys940x: specify preferred version of the xf86-input-synaptics recipe
The newer version of the xf86-input-synaptics recipe breaks with
the 1.9.3 version of xorg-xserver used in this BSP.

More details on the breakage can be found in the log of the commit
with title:
  xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-05-16 08:48:58 -05:00
Nitin A Kamble
a66e59fc63 fri2: specify preferred version of the xf86-input-synaptics recipe
The newer version of the xf86-input-synaptics recipe breaks with
the 1.9.3 version of xorg-xserver used in this BSP.

More details on the breakage can be found in the log of the commit
with title:
  xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-05-16 08:48:47 -05:00
Nitin A Kamble
4ce828b3be emenlow: specify preferred version of the xf86-input-synaptics recipe
The newer version of the xf86-input-synaptics recipe breaks with
the 1.9.3 version of xorg-xserver used in this BSP.

More details on the breakage can be found in the log of the commit
with title:
  xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-05-16 08:48:35 -05:00
Nitin A Kamble
8cbde7b07b crownbay: specify preferred version of the xf86-input-synaptics recipe
The newer version of the xf86-input-synaptics recipe breaks with
the 1.9.3 version of xorg-xserver used in this BSP.

More details on the breakage can be found in the log of the commit
with title:
  xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-05-16 08:48:24 -05:00
Nitin A Kamble
3077403942 xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs
The newer 1.7.0 version of xf86-input-synaptics from oecore layer needs
>= 1.12 version of xorg-server.

And the EMGD graphics based BSPs are tied with 1.9.x version of xorg-server.

So to unbreak the EMGD BSPs builds bringing back the older version of
xf86-input-synaptics recipe.

This commit avoids these build errors:

| checking for XORG... no
| configure: error: Package requirements (inputproto >= 2.1.99.3 xorg-server >= 1.12 xproto inputproto  randrproto) were not met:
|
| Requested 'xorg-server >= 1.12' but version of xorg-server is 1.9.3
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
|
| Alternatively, you may set the environment variables XORG_CFLAGS
| and XORG_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed
| ERROR: Function failed: do_configure (see .../build-crownbay/tmp/work/core2-poky-linux/xf86-input-synaptics/2_1.7.0-r0/temp/log.do_configure.74988 for further information)
ERROR: Task 3863 (.../poky.git/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.0.bb, do_configure) failed with exit code '1'

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-05-16 08:48:12 -05:00
Kishore Bodke
b55e7a3072 romley: Update maintainer info
Update MAINTAINERS to reflect the new romley BSP ownership.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-05-14 09:19:11 -05:00
Darren Hart
c2c13d4dba gnu-efi: Add parallel make patch for archives
The library makefiles were using the lib.a() form which compiles and
ar's as a pair instead of compiling all and then ar'ing which can
parallelize better.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-05-09 11:08:39 -07:00
Darren Hart
3cd1c31a9d fri2: Disable MSI interrupts for the HDA device
Fixes [YOCTO 3814]

MSI interrupts fail when using the EFI firmware on the FRI2. Disabling
them enables the HDA device to function properly on both BIOS and EFI
versions of the device.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-04-23 14:45:41 -07:00
Darren Hart
d9bbe38361 linux-firmware: Correct rtl license file location
The rtl-license package FILES was pointing to the wrong directory as it
was removed from there in commit:

acd3735 linux-firmware: Remove duplicaed license from rtlwifi subdir

This resulted in a do_rootfs failure for core-image-sato-sdk for fri2
with ipk when the linux-firmware-dev package tried to install
linux-firmware-rtl-license which wasn't created as it was empty.

Build tested with ipk and rpm packages.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-04-23 09:50:42 -07:00
Richard Purdie
bead07dfca meta-jasperforest: Fix BBFILES
BBFILES is whitespace delimited. If .= used, no whitespace padding is added around
the addition and this can lead to it being combined with some other part of the
field, leading to parts of BBFILES mysteriously not being seen.

For example, I have in my bblayers.conf:

  /media/build1/poky/meta-intel/meta-emenlow \
  /media/build1/poky/meta-intel/meta-fri2 \
  /media/build1/poky/meta-intel/meta-jasperforest \
  /media/build1/poky/meta-intel/meta-n450 \
  /media/build1/poky/meta-intel/meta-romley \

and this results in the warning:

WARNING: No bb files matched BBFILE_PATTERN_fri2 '^/media/build1/poky/meta-intel/meta-fri2/'

and if I try to build MACHINE=fri2, I get strange errors due to the .bb files
not being parsed.

The fix is simply to use +=, just like every other layer.conf file.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-04-23 08:18:25 -05:00
Nitin A Kamble
daeab7fe67 emgd-driver-bin: do not provide gl.pc
Remove the previously added gl.pc from the emgd recipe.

emgd recipe does not provide libGL, still the associated gl.pc file was
provided in the recipe, which causes conflicts with other recipes as seen
below.

These kind of errors are fixed with this commit.

| Collected errors:
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package qt4-x11-free-dev.
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package mesa-demos-dev.
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package libva-egl-dev.
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package libva-glx-dev.
|  * check_data_file_clashes: Package libgl-mesa-dev wants to install file /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/pkgconfig/gl.pc
| 	But that file is already provided by package  * emgd-driver-dev
|  * opkg_install_cmd: Cannot install package libgl-mesa-dev.
| ERROR: Function failed: do_rootfs (see
| /srv/home/nitin/build-test-bsps/build-emenlow/tmp/work/emenlow-poky-li
| nux/core-image-sato-sdk/1.0-r0/temp/log.do_rootfs.49983 for further
| information)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Tested-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-04-22 22:33:42 -05:00
Darren Hart
a6047946b1 init-ifupdown: move network interfaces file for fri2 and sys940x
With the split of netbase and init-ifupdown, the interfaces file needs
to get moved.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-04-18 12:53:32 -07:00
Tom Zanussi
c237837e64 emgd-driver-bin: add cairo dependency
To fix the following autobuilder do_rootfs build erro:

Computing transaction...error: Can't install
emgd-gst-plugins-va-1.16-r0@core2: no package provides cairo >=
1.12.14

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-04-17 15:45:58 -05:00
Nitin A Kamble
f1a06eb68a sys940x: specify a working libva version
With the newer (1.1.0 & 1.1.1) versions of libva recipe video playback is
giving segmentation fault at the end of playback. And the 1.0.16 version
of libva is working fine for the video playback. So specifying the specific
working version of libva recipe for all the EMGD based BSPs here.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-04-12 10:47:52 -05:00
Nitin A Kamble
08ce3263c8 fri2: specify a working libva version
With the newer (1.1.0 & 1.1.1) versions of libva recipe video playback is
giving segmentation fault at the end of playback. And the 1.0.16 version
of libva is working fine for the video playback. So specifying the specific
working version of libva recipe for all the EMGD based BSPs here.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-04-12 10:47:41 -05:00
Nitin A Kamble
448a9dda63 emenlow: specify a working libva version
With the newer (1.1.0 & 1.1.1) versions of libva recipe video playback is
giving segmentation fault at the end of playback. And the 1.0.16 version
of libva is working fine for the video playback. So specifying the specific
working version of libva recipe for all the EMGD based BSPs here.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-04-12 10:47:32 -05:00
Nitin A Kamble
1fc7599ef9 crownbay: specify a working libva version
With the newer (1.1.0 & 1.1.1) versions of libva recipe video playback is
giving segmentation fault at the end of playback. And the 1.0.16 version
of libva is working fine for the video playback. So specifying the specific
working version of libva recipe for all the EMGD based BSPs here.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-04-12 10:47:24 -05:00
Nitin A Kamble
b037aac40b libva: resurrect 1.0.16 recipe for EMGD based BSPs
EMGD based BSPs are seeing video playback issue with libva v1.1.[01] .
They are hitting a segmentation fault at the end of video playback.
So bringing back the old libva version for the EMGD based BSPs.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-04-12 10:47:07 -05:00
Nitin A Kamble
a7c220d996 libva: update from 1.1.0 to 1.1.1
As per Ross libva v1.1.1 is needed for the wayland support.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-04-12 10:46:51 -05:00
Tom Zanussi
abd066863e Revert "mesa-demos: fix build errors"
This reverts commit fd58fb07cf.

This was moved to oe-core, commit 60fabb6ea.
2013-04-12 10:37:20 -05:00
Kishore Bodke
e3f78500b1 crystalforest: Fix build issues for openssl-qat-module
openssl-qat-module and zlib-qat-module recipes have the same kernel
module name, which causes the build to fail.  So remove one of them
from building and update the README with the instructions on how to
enable.

Fixes [YOCTO #4126].

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-04-10 14:17:08 -05:00
Tom Zanussi
fd58fb07cf mesa-demos: fix build errors
When commit 6d17c9b ('emgd-driver-bin: add pkgconfig files') was added
for libva, it exposed some missing EMGD functionality, which it turns
out has been fixed by patches submitted or accepted upstream (see the
individual patches for details).

This adds those patches to get around the build problems when building
with EMGD 1.16.

Fixes [YOCTO #3469] for meta-intel (EMGD).

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-04-08 11:39:12 -05:00
Tom Zanussi
8c0bb1be45 libva: disable wayland
Make libva honor the wayland DISTRO feature setting in theory; in
practice, we always disable it for the time being.

Enabling it produces a build failure in the libva wayland test code.
Examining the problematic call, it seems quite different from what
wayland puts in the sysroot, which means either that the test code is
out of date, or we have a version mismatch between the wayland libva
support and the wayland support in oe-core.

Since wayland support is secondary to having basic libva support in
dylan, we unconditionally disable it for now, until we have more time
after the release to investigate.

Fixes [YOCTO #3932].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-04-08 11:38:57 -05:00
Laurentiu Palcu
5e314278e4 emgd-driver-bin: add pkgconfig files
Add pkgconfig files needed by other projects (for example newer libva
packages look for egl.pc file).

Pkgconfig files added by this patch:
 * egl.pc
 * gl.pc
 * gles_cm.pc
 * glesv2.pc

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-04-08 11:37:56 -05:00
Laurentiu Palcu
2f752a5644 libva: upgrade to 1.1.0
[YOCTO #3932]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-04-08 11:37:28 -05:00
Laurentiu Palcu
8fec113178 libva-intel-driver: upgrade to 1.0.19
[YOCTO #3933]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-04-08 11:37:19 -05:00