summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux-intel/4.19: update to v4.19.5Anuj Mittal2018-12-061-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* custom-licenses: remove BSD_LMSAnuj Mittal2018-12-061-30/+0
| | | | | | The recipe was removed and this license isn't required here anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-corei7-64.conf: remove reference to dpdk-libibverbsAnuj Mittal2018-12-061-1/+0
| | | | | | The recipe was removed from dpdk layer. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: add recipeAnuj Mittal2018-12-055-2/+76
| | | | | | | | | | | | | | | Builds 4.19/base from linux-intel-lts. Include a patch from linux-yocto 4.18 to detect ncurses correctly when cross-compiling and move the older patch to version specific recipes from inc. In addition to intel-common kernel configs from yocto-kernel-cache, this also includes security.scc feature which enables a set of configs with the aim of reducing the kernel attack surface and/or of performing additional checks and validation of commonly used structures in kernel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe: upgrade 5.3.8 -> 5.5.2Anuj Mittal2018-12-041-3/+3
| | | | | | | Added XDP support and fixes compilation issues with 4.19 kernel. License checksum changed because of formatting related changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: point to correct branch for masterAnuj Mittal2018-11-281-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* MAINTAINERS: update to current maintainersAnuj Mittal2018-11-281-6/+0
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: add recipeAnuj Mittal2018-11-282-0/+37
| | | | | | | | Intel(R) Media SDK provides an API to access hardware-accelerated video decode, encode and filtering on IntelĀ® platforms with integrated graphics. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: add recipeAnuj Mittal2018-11-283-0/+66
| | | | | | | | | Hardware accelerated video driver that supports Intel(R) HD Graphics starting from Broadwell. Please see for details: https://01.org/intel-media-for-linux Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: add recipeAnuj Mittal2018-11-282-0/+20
| | | | | | | It provides buffer management for Intel(R) Graphics Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update to v4.14.78Anuj Mittal2018-11-141-3/+3
| | | | | | | Updates -rt patchset to -rt47 and also includes kernel configuration cleanups. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: update to v4.14.78Anuj Mittal2018-11-071-3/+3
| | | | | | Also include more config clean-up changes from yocto-kernel-cache. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.9: update to v4.9.134Anuj Mittal2018-10-301-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: update layer compatibility sumo->thudyocto-2.6thud-20.0.0Anuj Mittal2018-10-011-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libyami-utils: 1.3.0 -> 1.3.1Anuj Mittal2018-10-011-6/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libyami: 1.3.0 -> 1.3.1Anuj Mittal2018-10-012-135/+1
| | | | | | | | | | | | Changes from release notes: h264dec: fix low lantecy mode common: add RGB 10 bits support common: add RGB565 support common: add XRGB, ARGB, XBGR, ABGR support yamivpp: add rotation function for vpp Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* igt-gpu-tools: fix packagingAnuj Mittal2018-09-271-6/+6
| | | | | | | Make sure new project name is used to ensure files are packaged correctly. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbevf: 4.3.5 -> 4.3.6Anuj Mittal2018-09-271-2/+2
| | | | | | | | For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.3.6/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe: 5.3.7 -> 5.3.8Anuj Mittal2018-09-271-2/+2
| | | | | | | | For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.3.8/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* igt-gpu-tools: update compile time dependenciesAvinash Reddy Palleti2018-09-271-1/+1
| | | | | | | Adding missing build dependencies for igt-gpu-tools recipe. Signed-off-by: Avinash Reddy Palleti <avinash.reddy.palleti@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: 1.7.2 -> 1.8Anuj Mittal2018-09-274-126/+39
| | | | | | | | | | | | | | | | | | Changes from release notes: - Support of KBL-G with discrete GPU - Fast removal of any cooling action which was applied once temperature is normal - Android support - Add Hot trip point, which when reached just calls "suspend" - Adding new tag "DependsOn" which enable/disable trip based on some other trip - Polling interval can be configured via thermal xml config - Per trip PID control - Simplify RAPL cooling device Also remove upstreamed patches and add a change to fix build failures. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update to v4.14.68Anuj Mittal2018-09-241-2/+2
| | | | | | Updates -rt patchset to -rt42. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update to 4.14.63Anuj Mittal2018-09-201-3/+3
| | | | | | | Updates -rt patchset to -rt40. Also include meta changes to cleanup kernel configuration. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: update to 4.14.68Anuj Mittal2018-09-201-3/+3
| | | | | | Also include meta changes to cleanup kernel configurations. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* igt-gpu-tools: upgrade 1.22 -> 1.23Anuj Mittal2018-09-201-2/+2
| | | | | | | | | | Project name has changed from intel-gpu-tools to igt-gpu-tools. For changes, please see: https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/tree/NEWS?h=igt-gpu-tools-1.23 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.9: update to 4.9.126Anuj Mittal2018-09-201-3/+3
| | | | | | Also include meta changes to cleanup kernel configuration. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.9: update meta SRCREVAnuj Mittal2018-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Include changes that drop obsolete configs to get rid of audit warnings: bae5cc4e bsp/romley: drop obsolete config 2e39f82d x86: update microcode configs 6894481e wifi: CONFIG_VENDOR_ATH must be build in 3a9f687c pm: drop obselete CONFIG_USB_SUSPEND bb869e57 pm: change CONFIG_PM_RUNTIME to CONFIG_PM 49547fd6 i915: remove obselete CONFIG_DRM_I915_KMS 4b49aa8e i915: rename preliminary_hw_support to alpha_support d6186c62 sound: fix CONFIG_SND_SST_MFLD_PLATFORM d57f4ebf netfilter: drop CONFIG_NF_CONNTRACK_PROC_COMPAT c8e3cf86 netfilter: remove obselete ULOG configs 13da6cb5 fs: drop old ext3 options 8e25da60 cgroups: remove obselete options aa6a61d8 wifi: ATH_CARDS -> WLAN_VENDOR_ATH 4e32f99a intel: remove CONFIG_CPU_FREQ_TABLE 131df62c common-pc: remove obselete subsystem 0040deb2 bsp: don't include crypto.scc 3f94205d features/crypto: drop feature e2951464 features/thermal: use the correct config name 5a09f42b features: drop obsolete configs Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.9: update meta SRCREVAnuj Mittal2018-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Include changes that drop obsolete configs to get rid of audit warnings: bae5cc4e bsp/romley: drop obsolete config 2e39f82d x86: update microcode configs 6894481e wifi: CONFIG_VENDOR_ATH must be build in 3a9f687c pm: drop obselete CONFIG_USB_SUSPEND bb869e57 pm: change CONFIG_PM_RUNTIME to CONFIG_PM 49547fd6 i915: remove obselete CONFIG_DRM_I915_KMS 4b49aa8e i915: rename preliminary_hw_support to alpha_support d6186c62 sound: fix CONFIG_SND_SST_MFLD_PLATFORM d57f4ebf netfilter: drop CONFIG_NF_CONNTRACK_PROC_COMPAT c8e3cf86 netfilter: remove obselete ULOG configs 13da6cb5 fs: drop old ext3 options 8e25da60 cgroups: remove obselete options aa6a61d8 wifi: ATH_CARDS -> WLAN_VENDOR_ATH 4e32f99a intel: remove CONFIG_CPU_FREQ_TABLE 131df62c common-pc: remove obselete subsystem 0040deb2 bsp: don't include crypto.scc 3f94205d features/crypto: drop feature e2951464 features/thermal: use the correct config name 5a09f42b features: drop obsolete configs Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel: remove obsolete configsAnuj Mittal2018-09-041-2/+0
| | | | | | | Remove invalid kernel configs. These were added for in-review patches in bxt-rebase branch and aren't present upstream. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update meta SRCREVAnuj Mittal2018-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Includes changes to drop obsolete configs: 5c089e91 features/thermal: use the correct config name 580b72ac features/crypto: drop feature c43c9e19 kver: bump to v4.14.67 7f3eea0b features/media: drop obsolete config 26aa829b features/soc/baytrail: fix conflict with configs 998a9153 features: drop obsolete configs 2fe11da3 fragments: drop obsolete configs a4b2d369 dmm.cfg: Change dm-multipath from built-in kernel module to LKM 07ce8f9a bsp: Add tiny config entries for intel-x86 8a3be7d7 features/security: add configs to harden protection f9727269 kver: bump to v4.14.62 f75450c3 qemuarm64: Add preemp-rt config entry 49e24e3e standard: add bfp configs by default 30267603 rbd: Add fragments for Rados block device ece16172 intel-x86: Add preemp-rt config entries eaef206f tiny: Remove CONFIG_TINY_RCU 9db39d1e intel-x86: Add intel-x86 BSPs 22177e6c cfg: add fragment on kernel selftest Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: update meta SRCREVAnuj Mittal2018-09-041-1/+1
| | | | | | | | | | | | | | | | Include changes that drop obsolete configs and reduce conflicts: 5c089e91 features/thermal: use the correct config name 580b72ac features/crypto: drop feature c43c9e19 kver: bump to v4.14.67 7f3eea0b features/media: drop obsolete config 26aa829b features/soc/baytrail: fix conflict with configs 998a9153 features: drop obsolete configs 2fe11da3 fragments: drop obsolete configs a4b2d369 dmm.cfg: Change dm-multipath from built-in kernel module to LKM 07ce8f9a bsp: Add tiny config entries for intel-x86 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-yocto: drop bbappends for 4.15 kernelAnuj Mittal2018-09-042-2/+0
| | | | | | 4.15 recipes have been dropped and replaced by 4.18 in OE-core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-yocto: drop bbappends for 4.12 kernelAnuj Mittal2018-09-043-17/+0
| | | | | | 4.12 kernel has been dropped in this release, drop these bbappends. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-yocto: add bbappends for 4.18 kernelAnuj Mittal2018-08-302-0/+2
| | | | | | | Add bbappends to enable 4.18 linux-yocto kernel from OE-core to be built with meta-intel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: update SRCREV to 4.14.66Anuj Mittal2018-08-241-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: harden kernel configAnuj Mittal2018-08-171-2/+2
| | | | | | | | Include scc that enables stricter config options that reduce the attack surface and/or perform additional checks and validation of commonly used structures in kernel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* microcode: upgrade 20180703 -> 20180807Anuj Mittal2018-08-131-3/+3
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.9: use new/correct revision for 4.9.116Anuj Mittal2018-08-092-39/+1
| | | | | | Also drop the patch that has been included in the lts tree instead. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update SRCREV to 4.14.59Anuj Mittal2018-08-091-2/+2
| | | | | | Updates preempt-rt patchset to -rt37. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: update SRCREV to 4.14.59Anuj Mittal2018-08-091-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.9: update to 4.9.116Anuj Mittal2018-08-082-2/+40
| | | | | | | Also include a patch to replace /bin/awk with /usr/bin/awk to fix issues with kernel-devsrc packaging/installation. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms8: removeAnuj Mittal2018-08-028-2893/+0
| | | | | | Obsolete and not being maintained anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: minor editAnuj Mittal2018-07-272-13/+4
| | | | | | We don't supply binaries anymore. Also, remove some obsolete comments. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* machine/intel-corei7: remove lms from MACHINE_EXTRA_RRECOMMENDSAnuj Mittal2018-07-271-2/+0
| | | | | | Not all platforms need it and should be enabled only when it is required. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms7: removeAnuj Mittal2018-07-274-79/+0
| | | | | | | Looks for the wrong device node, startup script fails among other issues and as a result, doesn't work. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* machine/intel-corei7-64: remove reference to openssl-qatAnuj Mittal2018-07-251-1/+0
| | | | | | The recipe was removed and this is no longer needed. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.9: update SRCREV to 4.9.113Anuj Mittal2018-07-241-3/+3
| | | | | | Also update meta SRCREVs. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update SRCREV to 4.14.52Anuj Mittal2018-07-241-3/+3
| | | | | | | | | | | | | | | | | | Updates preempt-rt patchset to -rt34. Also, update meta SRCREVs to include: d64aec97 igb.cfg: change igb config from m to y 34d4dc9c bsp: create qemuarm-tiny configuration 1beb3acf kernel features about debug: gather debug features c7285c00 staging: octeon: Add a workaround for the issue of GCC8 94457657 kver: bump to v4.14.48 53336e1b features/kernel-sample: add kernel sample support b577f9a0 crypto: aes-generic - fix aes-generic regression on powerpc d1e17069 objtool, perf: Fix GCC 8 -Wrestrict error 91b09701 mips: Disable attribute-alias warnings c4902ee8 powerpc: Disable attribute-alias warnings from gcc8 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.14: update SRCREV to 4.14.56Anuj Mittal2018-07-241-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-vaapi-driver: 2.1.0 -> 2.2.0Anuj Mittal2018-07-181-2/+2
| | | | | | | | | | | * Add new PCI ID for KBL-Y * Fix for VC1 decoding issues * Fix VP8 encoding issues * Fix the over-run issue in HEVC encoding * Fix the max MV length in MPEG-2 encoding * Fix packed header mode Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>