Commit Graph

589 Commits

Author SHA1 Message Date
Nitin A Kamble
01c6f60ae6 emenlow-noemgd: create a new BSP
This is based on the gma500/gma600 kernel driver and the
modesetting X driver for poulsbo graphics.

The gma500 driver needs soft cursor in X.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-19 16:18:34 -06:00
Nitin A Kamble
417825f175 sys940x: create a v3.4 kernel recipe
The sys940x & sys940x-noemgd BSPs are still using v3.2 linux-yocto kernel.
This commit provides a v3.4 kernel recipe for these BSPs.

This addresses the bug/feature request:
[YOCTO #2268]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-19 12:54:35 -06:00
Nitin A Kamble
8e200220c2 fri2: specify graphics driver as a kernel feature
This change avoids addition of emgd source code in the noemgd bsp kernels.

This configures the fri2 BSP kernel with EMGD graphics driver
and fri2-noemgd BSP kernel with VESA graphics driver.

The VESA FB support is kept for both BSPs for boot time splash screen
support.

This addresses the bug/feature request:
[YOCTO #2268]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-19 12:54:19 -06:00
Nitin A Kamble
b21c9ea929 emenlow: specify graphics driver as a kernel feature
This change avoids addition of emgd source code in the noemgd bsp kernels.

This configures the emenlow BSP kernel with EMGD graphics driver.

The VESA FB support is kept for boot time splash screen support.

This addresses the bug/feature request:
[YOCTO #2268]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-19 12:53:54 -06:00
Nitin A Kamble
4a7cea9dc3 crownbay: specify graphics driver as a kernel feature
This change avoids addition of emgd source code in the noemgd bsp kernels.

This configures the crownbay BSP kernel with EMGD graphics driver
and crownbay-noemgd BSP kernel with just the VESA graphics driver.

The VESA FB support is kept for both BSPs for boot time splash screen
support.

This addresses the bug/feature request:
[YOCTO #2268]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-19 12:53:25 -06:00
Nitin A Kamble
dd6c3d3b19 gstreamer-vaapi_git: fix a build issue
This commit fixes this issue:
| In file included from gstvaapidisplay_glx.c:31:0:
| gstvaapiutils_glx.h:148:5: error: unknown type name 'PFNGLMULTITEXCOORD2FPROC'
| make[4]: *** [libgstvaapi_glx_0.10_la-gstvaapidisplay_glx.lo] Error 1

| ERROR: Function failed: do_compile (see /srv/home/nitin/build-test-bsps/build-sugarbay/tmp/work/x86_64-poky-linux/gstreamer-vaapi/0.3.8+gitAUTOINC+6ec4c2252a4aa706cd8631cb1083828485b9df9a-r0/temp/log.do_compile.73657

Found a solution to the issue here:
  https://bugs.freedesktop.org/show_bug.cgi?id=56516

Fixed the issue as per the comments on the above bug.

Fixes this bug:
[YOCTO #3722]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-15 13:47:20 -06:00
Richard Purdie
310662cde0 mesa-dri: Fix file extension for bbappend
The file extension should be bbappend, sorry about that.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-11 11:21:49 +00:00
Richard Purdie
cd1ad0989e mesa-dri: Update bbappend to version 9.0.1
Adjust bbappend to match changes in OE-Core.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-11 10:23:32 +00:00
Khem Raj
227d8fa72c layer.conf: Use .= for adding to BBPATH and += to BBFILES
Fixes parsing errors which is appearing after this commit to
meta-openembedded

http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e

This triggers
exception NameError: name 'base_contains' is not defined
without this change

Avoid the immediate expansion operator (:=) which caused base_contains
added in the previous commit to fail to expand at the time the
meta-intel layer configs are parsed and replace it with one of the
append operators (.= or +=) that allows for delayed variable expansion.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-01-07 09:59:05 -08:00
Tom Zanussi
14b4fb07d3 libva-intel-driver: workaround for concurrent VC1 and H264 playback issue
Explanation from Terence Chiang:

"encountered a GFX issue while enabling HW video playback VC-1 and
H.264 simultaneously, the graphic driver report error with gfx hang on
Sandy Bridge platform. We worked with Intel Linux graphic team and
provided a patch"

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-21 12:47:03 -06:00
Nitin A Kamble
edd483fde2 sys940x.conf: add EMGD VA components to VA_FEATURES variable
The following EMGD subpackages provide video acceleration and have
dependencies on libva and libx11:

  emgd-driver-video
  emgd-gst-plugins-va-0.10.10
  emgd-gst-plugins-mixvideo-0.10.34

Include these in the VA_FEATURES variable only when the EMGD XSERVER
is included in the image.

For images such as core-image-lsb which do not include X components,
including any of these emgd subpackages will pull in unwanted X
components.  This fixes that problem.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-21 09:59:12 -06:00
Nitin A Kamble
fdbf8ff892 fri2.conf: add EMGD VA components to VA_FEATURES variable
The following EMGD subpackages provide video acceleration and have
dependencies on libva and libx11:

  emgd-driver-video
  emgd-gst-plugins-va-0.10.10
  emgd-gst-plugins-mixvideo-0.10.34

Include these in the VA_FEATURES variable only when the EMGD XSERVER
is included in the image.

For images such as core-image-lsb which do not include X components,
including any of these emgd subpackages will pull in unwanted X
components.  This fixes that problem.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-21 09:58:14 -06:00
Nitin A Kamble
3d00ac1da6 emenlow.conf: add EMGD VA components to VA_FEATURES variable
The following EMGD subpackages provide video acceleration and have
dependencies on libva and libx11:

  emgd-driver-video
  emgd-gst-plugins-va-0.10.10
  emgd-gst-plugins-mixvideo-0.10.34

Include these in the VA_FEATURES variable only when the EMGD XSERVER
is included in the image.

For images such as core-image-lsb which do not include X components,
including any of these emgd subpackages will pull in unwanted X
components.  This fixes that problem.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-21 09:53:08 -06:00
Nitin A Kamble
3af6851d40 crownbay.conf: add EMGD VA components to VA_FEATURES variable
The following EMGD subpackages provide video acceleration and have
dependencies on libva and libx11:

  emgd-driver-video
  emgd-gst-plugins-va-0.10.10
  emgd-gst-plugins-mixvideo-0.10.34

Include these in the VA_FEATURES variable only when the EMGD XSERVER
is included in the image.

For images such as core-image-lsb which do not include X components,
including any of these emgd subpackages will pull in unwanted X
components.  This fixes that problem.

This fixes the following bug:
  [YOCTO #3507]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-21 09:52:40 -06:00
Nitin A Kamble
95c9b6ced8 emgd-driver-bin: split target files into subpackages
Currently all the EMGD binary files are packaged mainly into the
emgd-driver-bin package.  This brings in undesired dependencies on
various external packages such as libva and libx11.

Splitting them further into subpackages passes these dependencies on
to only those subpackages, and these subpackages can be selected
individually as needed.

This fixes the following bugs:
  [YOCTO #2551]
  [YOCTO #3373]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-21 09:39:26 -06:00
Nitin A Kamble
4122c514a2 meta-nuc: include wifi chip microcode package in nuc.conf
Add the microcode package needed to enable the Centrino Advanced-N
6235 card to nuc.conf.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 11:07:28 -06:00
Nitin A Kamble
73e6c9969b common/linux-firmware: add support for Centrino Advanced-N 6235 wireless
Add and package microcode needed for Centrino Advanced-N 6235 wireless
card, and split the packaging of the licence file so that it can be
bundled with any of the Intel iwlfifi microcode packages.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 11:03:07 -06:00
Nitin A Kamble
773a71c667 meta-nuc: init script for configuring HDMI audio
Provide an init script to check at boot time which HDMI port is connected
and configure the default ALSA audio out to that port.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 11:00:54 -06:00
Nitin A Kamble
a2d990eaad meta-nuc: disable serial port config
There is no serial port on the NUC, so remove the serial port
configuration to avoid these kind of errors in the /var/log/messages:

  Dec 12 19:06:06 nuc auth.err getty: ttyS0: ioctl: Input/output error

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 10:58:24 -06:00
Nitin A Kamble
6408a39055 meta-nuc: provide a working alsa config for the nuc BSP
The nuc supports audio only via the HDMI ports. This provides an alsa
sound configuration where HDMI0 port is set as a default sound out
device.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 10:50:41 -06:00
Nitin A Kamble
3907096db9 meta-nuc: provide a working xorg.conf for the nuc BSP
Provide a working xorg.conf for the nuc BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 10:49:53 -06:00
Nitin A Kamble
7f57b23cf7 meta-nuc: add kernel recipe for nuc BSP
Reuse the kernel support of chiefriver, and extend it to
use additional kernel features like wifi.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 10:49:21 -06:00
Nitin A Kamble
3801681a64 meta-nuc: provide a formfactor for the nuc BSP
Provide a formfactor configuration for the nuc BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 10:48:39 -06:00
Nitin A Kamble
ac433975a5 meta-nuc: provide machine configuration for nuc BSP
Create a new machine named 'nuc', which is similar to the existing
chiefriver machine but with addition of wifi support.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 10:47:21 -06:00
Nitin A Kamble
ea0075af93 meta-nuc: new BSP layer for Intel NUC systems
This layer provides support for Intel NUC (Next Unit of Computing)
systems.

This BSP specifically targets the "Next Unit of Computing Kit
DC3217IYE" containing the 3rd generation Intel® Core™ i3- 3217U (Ivy
Bridge) processor and Intel Centrino Advanced-N 6235 Wireless mini PCI
Express card.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 10:37:39 -06:00
Nitin A Kamble
3b4e4b952d crownbay: linux-yocto_3.4.bbappend cleanup SRC_URI
Use ${KMETA} variable instead of using the branch name "meta" directly.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-14 10:34:38 -06:00
Richard Purdie
bb36db616a common/mesa-dri: Change version to match OE-Core upgrade
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-12-11 17:00:14 +00:00
Nitin A Kamble
fcc9d7ac10 sys940x README: add a web link to the Intel embedded platforms
Add a web link in the readme so that one can find other embedded
platforms provided by Intel.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-07 13:54:16 -06:00
Nitin A Kamble
b685a58a6d n450 README: add web links to the supported platforms
Add links in the readme so that one can find on the Internet
further details of the platforms supported by this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-07 13:54:05 -06:00
Nitin A Kamble
3677a02540 eMenlow README: add a web link to the Intel embedded platforms
Add a web link in the readme so that one can find other embedded
platforms provided by Intel.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-07 13:53:55 -06:00
Nitin A Kamble
aac487ffde jasperforest README: add web links to the supported platforms
Add links in the readme so that one can find on the Internet
further details of the platforms supported by this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-07 13:53:40 -06:00
Nitin A Kamble
866c7ef1da chiefriver README: add web links to the supported platforms
Add links in the readme so that one can find on the Internet
further details of the platforms supported by this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-07 13:53:28 -06:00
Nitin A Kamble
0a842382c1 sugarbay README: add web links to the supported platforms
Add links in the readme so that one can find on the Internet
further details of the platforms supported by this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-07 13:53:12 -06:00
Nitin A Kamble
f0cad75959 crownbay README: add web links to the supported platforms
Add links in the readme so that one can find on the Internet
further details of the platforms supported by this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-07 13:53:04 -06:00
Nitin A Kamble
2e978b4821 emenlow.conf: specify a kernel boot param for emgd
Via "vmalloc=256MB" boot parameter ask kernel to keep enough
memory available for the emgd kernel driver allocation.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-07 13:52:40 -06:00
Nitin A Kamble
f35e1dcbbc meta-emenlow: remove checksums.ini
Not needed.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-07 13:52:29 -06:00
Ross Burton
39ee600020 xf86-video-mga: add missing EXA runtime dependency, cleanup depends
Add xserver-xorg-module-exa as a runtime dependency as this driver uses it, and
remove some build dependencies that are certainly not used.

[ YOCTO #3495 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Acked-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-12-06 15:31:28 -06:00
Rahul Saxena
806a3bd35e meta-romley: add web links for supported platforms to README & Add code names
add links in the README so that one can find further details of the
platforms supported by this BSP. Also added code names for processor and chipset

Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-06 15:29:45 -06:00
Rahul Saxena
07cc2936bf meta-crystalforest: add web links for supported platforms to README & Add code names
add links in the README so that one can find further details of the
platforms supported by this BSP. Also added code names for processor and chipset

Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-06 15:29:35 -06:00
Rahul Saxena
344659816e meta-cedartrail: add web links for supported platforms to README
add links in the README so that one can find further details of the
platforms supported by this BSP.

Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-06 15:29:15 -06:00
Nitin A Kamble
7b3810ec5e emgd-driver-bin: avoid text relocation warnings
This commits avoids this build time warning:

WARNING: QA Issue: ELF binary '/home/lserban/work/poky/build/tmp/work/core2-poky-linux/emgd-driver-bin/1.14-r4/packages-split/emgd-driver-bin/usr/lib/dri/emgd_drv_video.so' has relocations in .text

Fixes this bug:
[YOCTO #3525]

No PR bump, because there is no change in the output.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-06 15:19:52 -06:00
Nitin A Kamble
54816a1bba fri2 README: add a web link to the Intel embedded platforms
Add a web link in the readme so that one can find other embedded
platforms provided by Intel.

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

Removed gratuitous ® character.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-12-05 18:35:27 -08:00
Darren Hart
818e6ba129 fri2: README update
Update the README with various changes that somehow never made it in
prior to the last release. These include details on the Intel provided
Fast Boot EFI firmware, known issues, and de-versioning of the EMGD
licensing configuration variables.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-12-05 18:29:02 -08:00
Nitin A Kamble
34c77e7356 BSP README.sources: update the URL of the source tarball
Instead of the denzil release specify the location of the source tarball
of danny release.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-05 14:52:57 -06:00
Nitin A Kamble
cb34a2d77d eMenlow README: add text to specify the licensing need of EMGD
This commit adds information about specifying this line
  LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin_1.14"
in local.conf to get the EMGD support enabled for the BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-03 18:16:45 -06:00
Nitin A Kamble
f632252c36 emgd-driver-bin: avoid rebuilding issue of the recipe
This avoids errors like this:
| cpio: ./usr/lib/libgstvabuffer.so.0 not created: newer or same age version exists
| install: cannot stat `/srv/home/nitin/builds/build-crownbay/tmp/work/core2-poky-linux/emgd-driver-bin-1.14-r2/IEMGD_HEAD_Linux/MeeGo1.2/usr/lib/libGLES_CM.so': No such file or directory

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-03 14:20:52 -06:00
Nitin A Kamble
06637f1e9f eMenlow README: add a link to the platform webpage
Add a link in the readme so that one can find further details
of the platfrom from the Internet.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-03 14:20:52 -06:00
Nitin A Kamble
6eed009059 emenlow: use emgd instead of psb for graphics driver
Remove all the Poulsbo graphics driver specific meta data files.
And configure the BSP to use EMGD instead of psb for graphics stack.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-03 14:20:44 -06:00
Nitin A Kamble
b4141a6404 meta-intel.inc: fix xorg packaging issue for emgd BSPs
BSPs using emgd graphics stack need to use older version
of xserver. And these older xserver recipes still use modules which need
to be specified in the meta-intel.inc.
  This is needed in addition to Ross's xorg packaging fixes in oecore.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-03 11:33:03 -06:00
Kishore Bodke
6365370517 crystalforest: Enable BSP specific feature set
Enable corpus, zlib-qat-module and openssl-qat-module features
through MACHINE_EXTRA_RRECOMMENDS.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-03 09:15:06 -06:00