summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)Author
2016-02-22linux-yocto: add bbappends for 4.4 kernelsCalifornia Sullivan
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-19gma500_gfx: Avoid inserting gma500_gfx module for certain devicesAlejandro Hernandez
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-12intel-gpu-tools: modify packaging to support different usagesReinette Chatre
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-12lms7: pass expand to getVarRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-02-02efilinux: update 1.0 -> 1.1Jianxun Zhang
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-01-25gstreamer-vaapi: Update 0.6.1-> 0.7.0Jianxun Zhang
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-25gstreamer-vaapi: Update install-tests.patchJianxun Zhang
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-25libva-intel-driver: Update to 1.6.2Jianxun Zhang
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-25libva: Update to 1.6.2Jianxun Zhang
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-20gstreamer-vaapi: Remove deprecated configure optionJussi Kukkonen
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-04linux-yocto: Update to 4.1.15Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04xf86-video-ast: Upgrade to 1.1.5Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04intel-gpu-tools: Upgrade to 1.13Saul Wold
remove deprecated --disable-dumper option to configure Add additional library to files list. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04iucode-tool: Update to 1.5Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04intel-microcode: Update to the 20151106 versionSaul Wold
Dates changed in Licence file required CHKSUM update Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-04xf86-input-evdev: Remove un-needed recipeSaul Wold
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-04xf86-input-synaptics: Remove un-needed recipeSaul Wold
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>
2015-12-29linux-yocto-dev: Clean up to match master recipeSaul Wold
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-29linux: remove 3.14 and 3.19 appendsRoss Burton
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-11libva: Update to 1.6.1Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-12-11libva-intel-driver: Update to 1.6.1Saul Wold
Remove unneeded patches, they have were already implemented in the new version Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-12-11gstreamer-vaapi: Update to 0.6.1Saul Wold
Backport a patch to remove unneeded headers that cause the build to fail Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-12-08linux-yocto: Update to 4.1.13Saul Wold
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-11-16linux-yocto_3.19: Update SRCREV for core BSPs4.0-jethro-2.0Saul Wold
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-16linux-yocto_4.1: Update SRCREV for core BSPsSaul Wold
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-02gstreamer-vaapi: Move SRC_CHKSUM from .inc to .bbSaul Wold
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-02linux-yocto: Update machine and meta SRCREVSaul Wold
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-10-26linux-yocto: Update machine and meta SRCREVSaul Wold
Updating the META SRCREVs to make the nf_tables feature available. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-23libva-intel-driver: Fix timestamping issue for VC1/WMV VAAPI decode under ↵Azril Ahmad
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-19linux-yocto-4.1: Update SRCREV to include additional patchesSaul Wold
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-19xorg-driver: remove duplicate files from oe-coreRoss Burton
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-02linux-yocto/4.1: drm/i915 backportsSaul Wold
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-01linux-yocto-rt: Add preempt-rt kernel 4.1.8 versionSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-01linux-yocto: Update to 4.1.8 and include braswell patchesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-09-23linux-yocto-4.1:hid, bluetooth, aufs, yaffs2Saul Wold
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-21linux-yocto_4.1: Add the 6lowpan related patch to 4.1Wu Zheng
This SRCREV update to add the 6lowpan related patch to 4.1. The some fs related patches are merged to 4.1 too. Signed-off-by: Wu Zheng <wu.zheng@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-09-01iucode-tool: bump version to 1.3Doug Goldstein
Bump to version 1.3. Upstream has relocated the project to GitLab.com which this takes into account as well. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-09-01intel-microcode: bump version to 20150121Doug Goldstein
Bumped version to 20150121. Dropped runtime dependency on iucode-tool which is used to generate the cpio or trim down the data file based on your CPU. While it can also be used to load the microcode that is not the recommended method for Linux 3.9 and newer instead you should use the kernel's built-in early microcode loading facilities. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-08-28linux-yocto-tiny: Add 4.1 bbappendSaul Wold
This will enable tiny KTYPE support for the meta-intel core BSPs using the 4.1 kernel, it also adds intel-quark as a Tiny platform. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-08-28linux-yocto_4.1: Update to 4.1.6 stable kernelSaul Wold
This SRCREV update pulls in the 4.1.6 Stable kernel and adds the coretemp thermal driver to intel-common. It also cleans up the quark BSP and adds the quark specific thermal code. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-08-19linux-yocto_4.1: Add bbappendSaul Wold
This creates a new bbappend to allow the BSPs to select the 4.1 kernel as their base kernel. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-08-17intel-gpu-tools: upgrade to version 1.11Pengyu Ma
Disable gtk-doc to fix building error. Add libunwind package config to fix dependency. Since test script need bash, add bash dependency. Signed-off-by: Pengyu Ma <pengyu.ma@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-07-28bsps: update meta SRCREVsBruce Ashfield
Now that the BSP meta data comes from a separate git repository, we need to update the meta SRCREVs to ones that are valid in that tree (the previous REVs are only valid in a linux-yocto meta branch). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-07-20lttng-modules: remove obsolete bbappendRoss Burton
oe-core now has lttng-modules 2.6.1 so this bbappend isn't required, and is actively harmful when lttng-modules moves past 2.6.1 as it forces the SRVREV back to 2.6.1. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-07-08linux-yocto-dev: Enable the intel-quark BSPSaul Wold
The linux-yocto-dev kernel is 4.1 based and has the support needed to enable the intel-quark bsp without additional patching Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-06-24linux-yocto_3.19: include NFC hardware support for intel-core* machineCristian Iorga
Update linux-yocto 3.19 SRCREV for meta branch to include NFC hardware support for intel-core* machines. Genric and vendor-specific NFC hardware is now supported. Final fix for [YOCTO #7451]. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-06-11linux-yocto_3.19: Update SRCREV to include driver updateChang Rebecca Swee Fun
Update SRCREV for linux-yocto-3.19 to include the following commits: e152349 drm/i915: Reset CSB read pointer in ring init a87a6ff drm/i915/bdw: Enable execlists by default where supported 6c21811 fs: aufs: fix a build error for archs which doesn't support MUTEX_SPIN_ f7e6e36 fs: yaffs2: kill f_dentry uses 2a5e3b1 intel_idle: Add support for the Airmont Core in the Cherrytrail and Bra 28c0578 intel_idle: Update support for Silvermont Core in Baytrail SOC 77bec57 intel_idle: Add ->enter_freeze callbacks ae682f3 intel_idle: support additional Broadwell model 3c88608 PM / sleep: Make it possible to quiesce timers during suspend-to-idle cd240b6 PM / sleep: Re-implement suspend-to-idle handling d3c0b95 drm/i915: New offset for reading frequencies on CHV. dac6bab drm/i915/chv: Populate total EU count on Cherryview a3f6f39 arm64: psci: move psci firmware calls out of line 374b5d0 drm/i915: Only wait for required lanes in vlv_wait_port_ready() fca99e8 Revert "drm/i915: Hack to tie both common lanes together on chv" 00682f3 drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV 654b1a4 drm/i915: Implement chv display PHY lane stagger setup Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-06-08xf86-video-ast: upgrade to 1.0.1Ross Burton
0.98 uses deprecated xserver APIs that have been removed in the xserver 1.17. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-12lttng-modules: add bbappend to address 3.19.5 update3.0-fido-1.8Saul Wold
The 3.19.5 kernel update included an incompatible change that caused lttng-modules to fail to build, the patch needed to be rebased due to changes in the associated Makefile. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-05-11linux-yocto_3.19: Update to the Intel i915 driverSaul Wold
0befa35 drm/i915/chv: Remove DPIO force latency causing interpair skew issue 184e037 drm/i915: Fix chv cdclk support e2a99b9 drm/i915: Increase the range of sideband address. 9d5d55e drm/i915: Disable DDR DVFS on CHV 96cce94 drm/i915: Enable the maxfifo PM5 mode when appropriate on CHV b5005319 drm/i915: Program PFI credits for VLV c7aa33e drm/i915: Rewrite VLV/CHV watermark code a421d8b drm/i915: Make sure PND deadline mode is enabled on VLV/CHV 631afc9 drm/i915: Read out display FIFO size on VLV/CHV e0dcdc0 drm/i915: Pass plane to vlv_compute_drain_latency() a6a5562 drm/i915: Reorganize VLV DDL setup bb662a4 drm/i915: Hide VLV DDL precision handling 3d2d932 drm/i915: Simplify VLV drain latency computation f686147 drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines 86c658c drm/i915: Reduce CHV DDL multiplier to 16/8 8c4cdd9 drm/i915: Allow pixel clock up to 95% of cdclk on CHV d9d4fb8 drm/i915: Reduce CHV DPLL min vco frequency to 4.8 GHz Signed-off-by: Saul Wold <sgw@linux.intel.com>