Commit Graph

1361 Commits

Author SHA1 Message Date
Rahul Kumar Gupta
a43ca69a9d meta-isg: zlib-qat: explicitly set EXTRA_OEMAKE required
The openssl recipe currently relies on EXTRA_OEMAKE having been set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this
explicit so that the default in bitbake.conf can be changed.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-30 16:18:12 -07:00
Rahul Kumar Gupta
a54c2107b3 meta-isg: openssl-qat: fix configure and compilation
'disable-static' option is there in EXTRA_OECONF variable. No such option
is supported by configure script. So better to pass required option
directly without using variable.
This recipe currently relies on EXTRA_OEMAKE having been set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this
explicit so that the default in bitbake.conf can be changed.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-30 16:18:11 -07:00
Rahul Kumar Gupta
dcfd63ce73 meta-isg: qat16: fix v2.5.0 build with kernel v4.4
The qat recipe currently relies on EXTRA_OEMAKE having been set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this
 explicit so that the default in bitbake.conf can be changed.

The prototype of a func used in QAT16 is changed in kernel v4.4

Also, make sure that we point to the correct include path to the local
headers.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-30 16:18:09 -07:00
Otavio Salvador
abb8758eb8 tlk: layer.conf: Add proper dependency and priority
It is expected that every layer provides a priority and its
dependencies. This includes the needed information in layer.conf.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-29 12:11:28 -07:00
California Sullivan
c6efc3ea16 machine: add i915 firmware to initramfs for intel-core* MACHINEs
Skylake and Broxton graphics require firmware blobs to run properly.
The firmware must be built into the initramfs since the i915 driver is
built into the kernel and won't have rootfs access on initialization.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-29 11:45:33 -07:00
Jianxun Zhang
776c379e73 libva-intel-driver: update 1.6.2 -> 1.7.0
Update libva-intel-driver to the latest release package.

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-29 11:45:33 -07:00
Jianxun Zhang
c7f7d7ff29 intel-gpu-tools: update 1.13 -> 1.14
A new ISC section was added into COPYING when some new code under
ISC license was imported into the project (ef724ab2bb). Checksum
of license is updated accordingly.

[YOCTO #9292]

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-29 11:45:20 -07:00
Jianxun Zhang
53ece8f9fa libva: update 1.6.2 -> 1.7.0
Update libva to the latest release package.

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-29 11:44:56 -07:00
California Sullivan
3f637d34c9 linux-yocto/4.4: Galileo updates and explicitly set CONFIG_FTRACE=y
Integrate several patches for Galileo support.
Explicitly set CONFIG_FTRACE=y in the yocto-kernel-cache, as the ktype
refactoring update caused it to no longer be set by default in standard.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-17 22:20:59 -07:00
California Sullivan
c0f64623df linux-yocto/4.4: Update SRCREVs to incorporate ktype changes
The standard ktype was changed to not include EMBEDDED, EXPERT, or
DEBUG_KERNEL and a new ktype called developer was added that does
include those options.

By default we lose a number of debug options but gain a more production-
ready kernel.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-17 22:20:56 -07:00
California Sullivan
7965dc8149 linux-yocto/4.1: Update to Linux 4.1.18
This SRCREV update also includes the fix to CVE-2016-0728.
An intermittent graphics bug that appears to be harmless besides spamming
dmesg has been observed on this release, but it is very rare and no method
to reproduce or patch to fix it has been found.

The graphics bug observed is "vblank wait timed out on crtc 0" followed by
a call trace.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-10 09:23:35 -08:00
California Sullivan
e89df4b0e8 linux-yocto/4.4: Update to linux 4.4.3
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-03-04 15:05:11 -08:00
Saul Wold
cdbf029110 meta-intel.inc: Update INTRD to INITRD_LIVE
This address a boot issue based on using the new bootimg code that
makes a distiction between Live and VM type of image so they can
co-exisit.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-03 15:48:25 -08:00
California Sullivan
aaab29ad03 machine: move PREFERRED_VERSION/PREFERRED_PROVIDER to meta-intel.inc
This information is the same across all meta-intel supported MACHINEs,
so we can move it to a shared location.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-02-22 14:53:15 -08:00
California Sullivan
95e3bea7f6 machine: update PREFERRED_VERSION to 4.4 for intel-core* and intel-quark
This makes us use the new 4.4 kernel by default.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-02-22 14:53:15 -08:00
California Sullivan
feb264f773 linux-yocto: add bbappends for 4.4 kernels
These are necessary for the meta-intel BSPs to make use of the new
kernel. The SRCREVs are pointing at kernel version 4.4.1 - the latest
stable release.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2016-02-22 14:53:15 -08:00
Alejandro Hernandez
324918de46 gma500_gfx: Avoid inserting gma500_gfx module for certain devices
The gma500_gfx driver will match certain devices on which it causes incorrect functionality,
we want to avoid inserting this module, basicallly blacklist it for specific hardware,
but still allow it to work on other hardware by default; usually when we have an already working system,
using udev rules would do the job, but since we are building it, it is impossible to blacklist
a driver when a certain udev rule matches, since rootfs isn't writeable at this point during boot time,
the solution is to use modprobe install, which runs a certain command instead of inserting a matching module
this command needs to insert the module manually afterwards and have a flag --ignore-install
so it doesn't create an infinite loop executing itself everytime it wants to insert the module,
busybox's modprobe doesnt provide this functionality, so a small hack had to be used to avoid
the infite loop instead.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-02-19 07:52:09 -08:00
Rahul Kumar Gupta
5640cd6bc1 meta-isg: openssl-qat: Add support for v0.4.9-009
This recipe adds the openssl-qat engine that accelerates some of the libcrypto
algorithms via the Intel QAT implemented on Intel communication chipsets.

QAT sample patch v0.4.9-009 is based on async branch of openssl-1.0.1m.

openssl & zlib shim layers both install the qat_mem.ko driver. Make openssl
shim dependent on zlib-qat and ensure that only zlib-qat installs this
kernel module.

This fix change in future when qat_mem module has been forked into
a separate package.

The recipe is for platforms like grantley and crystalforest
using the common BSP intel-corei7-64.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-02-12 14:20:52 -08:00
Reinette Chatre
3954408303 intel-gpu-tools: modify packaging to support different usages
The intel-gpu-tools recipe describes itself as "Variety of small tools
for testing intel graphics.". Current packaging does not support "small"
usages.
Here we separate out the tests (about 25MB) and benchmarks (about 2MB)
into two new packages that can be installed when they are needed. For the
usages that only need the tools, the intel-gpu-tools package
contains those.

Suggested-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-02-12 14:20:51 -08:00
Ross Burton
785ab470df lms7: pass expand to getVar
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-02-12 14:20:51 -08:00
Jianxun Zhang
1fe0e40d40 efilinux: update 1.0 -> 1.1
This change updates efilinux to release 1.1. 1.1 release
changed license from 3-clause BSD to 2-clause BSD. License
checking in new recipe is updated accordingly.

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-02-02 05:48:01 -08:00
Jianxun Zhang
57211af47b gstreamer-vaapi: Update 0.6.1-> 0.7.0
0001-libs-remove-unneeded-headers.patch is not required by new version.

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-25 14:53:26 -08:00
Jianxun Zhang
472b21ca27 gstreamer-vaapi: Update install-tests.patch
This patch is not built by default and should be for test purpose only.
It was based on 0.5.x, but cannot be compiled successfully once added in
the current 0.6.1 recipe. This change fixes the compiling error so that
we can use it on 0.6.1.

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-25 14:53:26 -08:00
Jianxun Zhang
c222d41fe7 libva-intel-driver: Update to 1.6.2
This update is a part of the 2015 Q4 Graphics Update. The original
release note can be found at:

https://01.org/linuxgraphics/downloads/2015q4-intel-graphics-stack-release

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-25 14:53:26 -08:00
Jianxun Zhang
d0d2b2c5dd libva: Update to 1.6.2
This update is a part of the 2015 Q4 Graphics Update. The original
release note can be found at:

https://01.org/linuxgraphics/downloads/2015q4-intel-graphics-stack-release

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-25 14:53:26 -08:00
Jussi Kukkonen
b42a7e9132 gstreamer-vaapi: Remove deprecated configure option
0.6 removed support for GStreamer 0.10, and also removed
the configure option for selecting the supported api (it now
always autodetects the 1.x api).

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-20 07:18:36 -08:00
Rahul Kumar Gupta
9f8ebe73d8 meta-isg: dpdk v2.2.0: rename the patches used
This will rename the patches according to the dpdk version.
modify the .inc and .bb according to modified name of patches.

change the commit msg for patch:
dpdk-2.2.0-add-sysroot-option-within-app-makefile.patch
since it have mentioned the version not in use.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-12 11:07:00 -08:00
Rahul Kumar Gupta
10b977e715 meta-isg: dpdk: retire older ver v2.0.0 and v1.8.0
Removing the older version recipe dpdk v2.0.0 and dpdk v1.8.0
since newer version added so it is no longer required.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-12 11:07:00 -08:00
Rahul Kumar Gupta
5f07e8eb82 meta-isg: dpdk: Upgrade DPDK v2.1.0 to DPDK v2.2.0
This will upgrade the recipe dpdk v2.1.0 to dpdk v2.2.0.
The recipe is for platforms like grantley and crystalforest
using the common BSP intel-corei7-64.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-12 11:07:00 -08:00
Saul Wold
e3f965cda3 linux-yocto: Update to 4.1.15
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04 07:24:10 -08:00
Saul Wold
aadce5955d xf86-video-ast: Upgrade to 1.1.5
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04 07:24:10 -08:00
Saul Wold
ea6f549314 intel-gpu-tools: Upgrade to 1.13
remove deprecated --disable-dumper option to configure

Add additional library to files list.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04 07:24:10 -08:00
Saul Wold
5abfc48a4c iucode-tool: Update to 1.5
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04 07:24:09 -08:00
Saul Wold
90c152050c intel-microcode: Update to the 20151106 version
Dates changed in Licence file required CHKSUM update

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04 07:24:09 -08:00
Saul Wold
18db516cca xf86-input-evdev: Remove un-needed recipe
Since we no longer support the depercated EMGD driver in
meta-intel, there is no need to carry around the older
version.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04 07:24:09 -08:00
Saul Wold
f2126e7486 xf86-input-synaptics: Remove un-needed recipe
Since we no longer support the depercated EMGD driver in
meta-intel, there is no need to carry around the older
version.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04 07:24:09 -08:00
Saul Wold
a88dfbf6db linux-yocto-dev: Clean up to match master recipe
This removes commented out items from the recipe and causes more sharing between
the .bb and .bbappend

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-12-29 13:13:25 -08:00
Ross Burton
c956676b86 linux: remove 3.14 and 3.19 appends
These kernels have been removed from oe-core, so remove the appends from
meta-intel.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-12-29 13:13:25 -08:00
Saul Wold
ac56397b91 libva: Update to 1.6.1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-12-11 10:25:43 -08:00
Saul Wold
100781804b libva-intel-driver: Update to 1.6.1
Remove unneeded patches, they have were already implemented in the new version

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-12-11 10:24:17 -08:00
Saul Wold
0c187f62ba gstreamer-vaapi: Update to 0.6.1
Backport a patch to remove unneeded headers that cause the build to fail

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-12-11 10:24:17 -08:00
Saul Wold
6cc51b5806 linux-yocto: Update to 4.1.13
Refactor meta-data slightly so they are sharing common information
via SRCREV_META_INTEL_COMMON, SRCREV_MACHINE_INTEL_COMMON, ...

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-12-08 12:27:40 -08:00
Saul Wold
1ce13b3d39 linux-yocto_3.19: Update SRCREV for core BSPs
This ensures that the CONFIG_PWM_LPSS_PLATFORM=m to baytrial.cfg which
was missing and needed for the MinnowboardMax. This also adds the
INTEL_THERMAL and CORETEMP configuration to prevent overheating for 3.19
it was already in 4.1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-16 15:17:35 -08:00
Saul Wold
d80a818a69 linux-yocto_4.1: Update SRCREV for core BSPs
This ensures that the CONFIG_PWM_LPSS_PLATFORM=m to baytrial.cfg which
was missing and needed for the MinnowboardMax

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-16 15:13:41 -08:00
Kinsella, Ray
09e616c888 README: Updated for Quark X1000
Added instructions on how to build/install for the Quark X1000.

Signed-off-by: Ray Kinsella <ray.kinsella@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-16 10:08:17 -08:00
Kinsella, Ray
272d4cb66b mkgalileodisk.wks: WiC image for Galileo Gen 1/2
WiC script to create an EFI image for Galileo Gen 1/2. This
differs from the reference EFI image that is shipped with Poky as
follows.

 * Removed the swap partition.
 * Change to Kernel Cmd Line for Galileo, updating console etc.

Signed-off-by: Ray Kinsella <ray.kinsella@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-13 07:45:54 -08:00
Saul Wold
158516f3b8 gstreamer-vaapi: Move SRC_CHKSUM from .inc to .bb
This allows for the .bb to be the only file that changes when
updating package versions.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-02 14:05:10 -08:00
Saul Wold
0a137ffab0 linux-yocto: Update machine and meta SRCREV
Updating the META SRCREVs to make the nf_tables feature available.

Add in preempt-rt kernel for quark (preliminary)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-02 14:05:10 -08:00
Saul Wold
9abce0aa9f intel-core2-32: fix SERIAL_CONSOLES line
This should be SERIAL_CONSOLES with ; setting between baud and device.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-02 14:05:10 -08:00
Joonas Lahtinen
4a761ccaf1 conf: Add a direct path to common recipes
By adding the direct path to recipes in common directories we allow
upper layers to further extend the recipes.

Without the patch the extending recipes look like this:

	require common/recipes-foo/bar/baz.inc

With this patch the include can be written like in other layers:

	require recipes-foo/bar/baz.inc

Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-27 08:07:02 -07:00