Commit Graph

1346 Commits

Author SHA1 Message Date
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
Saul Wold
42cd81d205 linux-yocto: Update machine and meta SRCREV
Updating the META SRCREVs to make the nf_tables feature available.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-26 08:46:56 -07:00
Azril Ahmad
9bdc2090ca libva-intel-driver: Fix timestamping issue for VC1/WMV VAAPI decode under BSW CHV
Include the upstreamed patch to fix the timestamping issue that observed during the WMV/VC1 VAAPI decode under GStreamer on BSW CHV.

The patch was imported from FreeDesktop VAAPI git server
(git://anongit.freedesktop.org/vaapi/intel-driver) as of commit id
4307780b648245aba4ff338dcfe0172dec2e12e9

Signed-off-by: Azril Ahmad <mohd.azril.ahmad@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-23 08:22:52 -07:00
Saul Wold
1a3cd03c91 linux-yocto-4.1: Update SRCREV to include additional patches
dbe692d Ville Syrjälä drm/i915: Fix the VBT child device parsing for BSW
52a4a9f Michel Thierry drm/i915/gen8: Initialize page tables
a95cb62f Michel Thierry drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages
a24d98f Michel Thierry drm/i915: Remove _entry from PPGTT page structures
a8abc11 Ville Syrjälä drm/i915: Only wait for required lanes in vlv_wait_port_ready()
8135418 Ville Syrjälä Revert drm/i915: Hack to tie both common lanes together on chv
d660fc1 Ville Syrjälä drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV
0e797e9 Ville Syrjälä drm/i915: Implement chv display PHY lane stagger setup

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-19 09:22:49 -07:00
Ross Burton
258296f9d1 xorg-driver: remove duplicate files from oe-core
These files are copies of files from oe-core, delete them as they are unused.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-19 08:46:22 -07:00
Anuj Mittal
cd5d22bb68 meta-isg: dpdk: fix v1.8.0 build with kernel 4.1
Backported fixes from upstream dpdk sources to
ensure dpdk 1.8.0 compiles against kernel 4.1.

Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-19 08:46:09 -07:00
Anuj Mittal
723b2078ae meta-isg: dpdk: fix v2.0.0 build with kernel 4.1
Backported fixes from upstream dpdk sources
to ensure dpdk 2.0.0 compiles against kernel 4.1.

Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-19 08:46:00 -07:00
Saul Wold
6e91701dcf linux-yocto/4.1: drm/i915 backports
Updating the SRCREVs to integrate the following backports:

  52a4a9f4a2b4 drm/i915/gen8: Initialize page tables
  a95cb62f8e85 drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages
  a24d98fc488d drm/i915: Remove _entry from PPGTT page structures

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-02 15:08:21 -07:00
Wu Chia Chuan
32fa10f640 meta-mohonpeak: update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1
Update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1 for
mohonpeak32 and mohonpeak64 machines.

Signed-off-by: Wu Chia Chuan <chia.chuan.wu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-02 08:15:48 -07:00
Wu Chia Chuan
fcfdec6c46 meta-crystalforest: update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1
Update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1 for crystalforest BSP.

Signed-off-by: Wu Chia Chuan <chia.chuan.wu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-02 08:15:46 -07:00
Wu Chia Chuan
e5fcf9e76d meta-crystalforest: relocate meta-crystalforest layer into meta-isg layer
This is in support of BSP consolidation of all Intel platforms in to meta-isg common layer.
The "MAINTAINERS file" and "meta-isg/MAINTAINERS file" are updated to reflect the changed.

Signed-off-by: Wu Chia Chuan <chia.chuan.wu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-02 08:15:43 -07:00
Saul Wold
0d73402b4f intel-quark-common: Add no-asm config to openssl
This causes the build to not use Assembly code which contains invalid
CMOV instructions.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-02 08:14:48 -07:00
Saul Wold
217a3eb2c8 linux-yocto-rt: Add preempt-rt kernel 4.1.8 version
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-01 07:54:39 -07:00
Saul Wold
cd79dd09e1 linux-yocto: Update to 4.1.8 and include braswell patches
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-01 07:54:39 -07:00
WU CHIA CHUAN
84c049b9cb meta-intel: meta-romley BSP retirement from YP 2.0
Remove meta-romley BSP layer from meta-intel master branch
which is targeting for YP 2.0.

A heads-up email was sent to the meta-intel mailing list for
requesting any feedback regarding retirement of these BSP.
Since there is no concern, we assume that it is agreed upon
and thus this patch to retire the BSP.

The "MAINTAINERS file" and "conf/machine/README file" are updated to
reflect removal of the BSP.

We expect intel-corei7-64 machine is continued to be used to support
the platform and dpdk recipe under meta-romley is now supported under
meta-isg/common/recipes-extended/dpdk.

Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-09-29 18:05:49 -07:00
Saul Wold
5e218aeaca linux-yocto-4.1:hid, bluetooth, aufs, yaffs2
Setting the SRCREVs to import the following changes in the
    4.1 kernel tree:

      79a31b9d23db hid-core: Avoid uninitialized buffer access
      121593d3a0a4 aufs: call mutex.owner only when DEBUG_MUTEXES or MUTEX_SPIN_ON_OWNER is defined
      efa7952a190f Bluetooth: Delay check for conn->smp in smp_conn_security()
      69428ec43bd9 cc2520: set the default fifo pin value from platform data
      ee0ddf37f3d6 fs/yaffs2: Fix a judgement logic for ACL operations
      fff29e47f5c4 yaffs2: remove read and write methods
      b3b9d030ad84 yaffs2: replace f_dentry to f_path.dentry

This also address an issue with booting/installing to older Intel devices (emenlow)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-09-23 14:24:42 -07:00