summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* README: Updated Tested Hardwaresangeeta jain2019-05-211-1/+2
| | | | | | | | | Target Test devices for test coverage are updated for intel-corei7-64 architecture Removed Minnowboard Turbot Added NUC7i7BNH and Coffee Lake-H Signed-off-by: sangeeta jain <sangeeta.jain@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: addAnuj Mittal2019-05-172-0/+64
| | | | | | | | | The Intel(R) Graphics Compiler for OpenCL(TM) is an llvm based compiler for OpenCL(TM) targeting Intel Gen graphics hardware architecture. More details at: https://01.org/compute-runtime Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* clang: build Intel common-clang and spirvAnuj Mittal2019-05-179-0/+1788
| | | | | | | | | | | | Common clang is a thin wrapper library around clang. Common clang has OpenCL-oriented API and is capable to compile OpenCL C kernels to SPIR-V modules. This adds a bbappend to clang recipe from meta-clang to build the necessary components and moves it to dynamic layers so it's built only when clang-layer is included. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* build linux_linker from common clangAnuj Mittal2019-05-171-0/+25
| | | | | | | Build only linux_linker component from common clang library for native use when compiling the target version. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-dev: add recipeNaveen Saini2019-05-171-0/+35
| | | | | | | | | | | | Builds base from mainline-tracking production kernel. 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: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt: add recipeNaveen Saini2019-05-172-0/+63
| | | | | | | | | | | | | | Introduce IntelĀ® Single Event API (IntelĀ® SEAPI), which is the translator of itt_notify calls into several OS specific and third party tracing formats. It can be use as memory/performance/ whatever profile. Wiki: https://github.com/intel/IntelSEAPI/wiki Signed-off-by: Lim, Raynald <raynald.lim@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: remove reference to bitbake versionAnuj Mittal2019-05-131-1/+0
| | | | | | That should be handled and dicatated by the core layer. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.19: update meta SRCREVs to v4.19.31Naveen Saini2019-05-131-3/+3
| | | | | | | Updates rt patchset to -rt18. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Revert "linux-intel-rt/4.19: update to v4.19.31"Anuj Mittal2019-05-101-3/+3
| | | | | | | | This reverts commit 9eb61e5681bad2d941a5fb36214a280c14cedb07. This tries to pull in an invalid commit hash. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.19: update to v4.19.31Naveen Saini2019-05-081-3/+3
| | | | | | | Updates rt patchset to -rt18. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: upgrade 18.4.1 -> 19.1.0Naveen Saini2019-05-061-2/+2
| | | | | | | | For changes, see: https://github.com/Intel-Media-SDK/MediaSDK/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: upgrade 18.4.1 -> 19.1.2Naveen Saini2019-05-061-1/+1
| | | | | | | | For more details, please check: https://github.com/intel/gmmlib/tree/intel-gmmlib-19.1.2 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 18.4.1 -> 19.1.0Naveen Saini2019-05-061-2/+2
| | | | | | | | For changes, see: https://github.com/intel/media-driver/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf: use zlib-intel by default for target buildsRoss Burton2019-05-061-0/+6
| | | | | | | | Don't change native or nativesdk so that builds using both meta-intel and other machines can share native sstate. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib-intel: add zlib fork with IA-specific optimisationsRoss Burton2019-05-061-0/+16
| | | | | | | | | | | | This fork of zlib has a number of IA-specific improvements and is noticably faster when running on Intel hardware. As this is a relatively minor fork of zlib, include the oe-core recipe and override where appropriate. This ensures that we still generate the ptest package for example. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: update for warrior release requirementsNaveen Saini2019-05-031-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-yocto-rt/5.0: add bbappendNaveen Saini2019-05-031-0/+1
| | | | | | | Add meta-intel-compat-kernel.inc which sets the necessary fields. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade 0.17.4 -> 0.18.1Naveen Saini2019-04-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | A list of third party components added to the LICENSE. LICENSE changes: """ Intel MKL-DNN includes components with separate copyright notices and license terms. XByak, 3-clause BSD license Copyright (c) 2007 MITSUNARI Shigeo See full copyright notice and license text in src/cpu/xbyak/COPYRIGHT gtest, 3-clause BSD license Copyright 2008, Google Inc. See full copyright notice and license text in tests/gtests/gtest/LICENSE """ This release contains performance optimizations, new functionality, usability improvements and bug fixes. For more details, please check: https://github.com/intel/mkl-dnn/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: fix upstream release checkingNaveen Saini2019-04-251-0/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbevf: 4.5.2 -> 4.5.3Naveen Saini2019-04-251-2/+2
| | | | | | | | | For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.5.3/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/4.14: update to v4.14.106Naveen Saini2019-04-191-3/+3
| | | | | | | Updates rt patchset to -rt56 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.34Naveen Saini2019-04-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Stable Linux tag 'v4.19.34' into lts2018/base Stable Linux tag 'v4.19.34': (322 commits) Linux 4.19.34 kprobes/x86: Blacklist non-attachable interrupt functions bcache: fix potential div-zero error of writeback_rate_p_term_inverse ACPI / video: Extend chassis-type detection with a "Lunch Box" check net: stmmac: Avoid one more sometimes uninitialized Clang warning drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfers Input: soc_button_array - fix mapping of the 5th GPIO in a PNP0C40 device dmaengine: tegra: avoid overflow of byte tracking clk: rockchip: fix frac settings of GPLL clock for rk3328 clk: meson: clean-up clock registration drm/fb-helper: fix leaks in error path of drm_fb_helper_fbdev_setup x86/build: Mark per-CPU symbols as absolute explicitly for LLD wlcore: Fix memory leak in case wl12xx_fetch_firmware failure brcmfmac: Use firmware_request_nowarn for the clm_blob selinux: do not override context on context mounts x86/build: Specify elf_i386 linker emulation explicitly for i386 objects drm/nouveau: Stop using drm_crtc_force_disable drm: Auto-set allow_fb_modifiers when given modifiers at plane init pinctrl: meson: meson8b: add the eth_rxd2 and eth_rxd3 pins regulator: act8865: Fix act8600_sudcdc_voltage_ranges setting ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel_4.14: update to v4.14.110yocto-2.7warrior-21.0.0Naveen Saini2019-04-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Stable Linux tag v4.14.110 : (368 commits) Linux 4.14.110 vfio: ccw: only free cp on final interrupt Revert "USB: core: only clean up what we allocated" KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts KVM: Reject device ioctls from processes other than the VM's creator x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n perf intel-pt: Fix TSC slip mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate usb: cdc-acm: fix race during wakeup blocking TX traffic xhci: Fix port resume done detection for SS ports with LPM enabled usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk usb: common: Consider only available nodes for dr_mode USB: gadget: f_hid: fix deadlock in f_hidg_write() usb: mtu3: fix EXTCON dependency phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input gpio: exar: add a check for the return value of ida_simple_get fails drm/vgem: fix use-after-free when drm_gem_handle_create() fails fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-yocto: drop 4.18 appendsNaveen Saini2019-04-112-2/+0
| | | | | | | | 4.18 has been replaced by 4.19 and 5.0 kernels in OE-core so drop the appends. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe: 5.5.3 -> 5.5.5Naveen Saini2019-04-081-2/+2
| | | | | | | | | For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.5.5/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Revert "systemd-boot: remove joule specific workaround"Naveen Saini2019-04-041-0/+9
| | | | | | | | | | This reverts commit 946c15720eea1e8e5b4640c7238d2aa60e248342. Revert part of commit to keep bbappend file. This file is required to build and deploy EFI boot stub Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* metrics-discovery: Updates mesa util filesAnkit Navik2019-04-042-1/+2
| | | | | | | | Updates mesa util files, includes additional KBL and CFL chipsets and updates metrics-discovery to v1.5.102. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: Add warrior to compatible release seriesKhem Raj2019-04-031-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.28Naveen Saini2019-03-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v4.19.28 have below fixes: INTERNAL drm/i915: Additional alpha blending support drm/i915/gvt: handles error when ioreq attach client fails kernel/vhm:Add some debugs to print the client id/name for create/destroy ioreq_client media: intel-ipu4: crlmodule-lite: adv7481_cvbs: Add PAL size drm/i915: add lock to avoid racing of pvmmio operations for GVT-g guest keystore: add iv_size restriction for dal-keystore TSC: Print current tsc value when detected Stable Linux tag 'v4.19.28': (69 commits) Linux 4.19.28 bpf: fix sanitation rewrite in case of non-pointers scsi: core: reset host byte in DID_NEXUS_FAILURE case exec: Fix mem leak in kernel_read_file Bluetooth: Fix locking in bt_accept_enqueue() for BH context Bluetooth: btrtl: Restore old logic to assume firmware is already loaded selftests: firmware: fix verify_reqs() return value USB: serial: cp210x: fix GPIO in autosuspend gnss: sirf: fix premature wakeup interrupt enable xtensa: fix get_wchan aio: Fix locking in aio_poll() MIPS: irq: Allocate accurate order pages for irq stack applicom: Fix potential Spectre v1 vulnerabilities usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI tracing: Fix event filters and triggers to handle negative numbers x86/boot/compressed/64: Do not read legacy ROM on EFI system x86/CPU/AMD: Set the CPB bit unconditionally on F17h net: sched: act_tunnel_key: fix NULL pointer dereference during init net/sched: act_skbedit: fix refcount leak when replace fails net/sched: act_ipt: fix refcount leak when replace fails ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-yocto/5.0: add bbpapendAnuj Mittal2019-03-181-0/+1
| | | | | | | Let users build linux-yocto 5.0 kernel with meta-intel machines and machine/meta revisions from OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* systemd-boot: remove joule specific workaroundAnuj Mittal2019-03-072-46/+0
| | | | | | | The platform isn't supported anymore and this isn't tested as a result with recent kernels supported. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel: remove 4.9 kernel and related bbapendsNaveen Saini2019-03-078-211/+0
| | | | | | | | Remove support for building with 4.9 kernel in this release. Also remove related bbapends with patches to fix builds for 4.9. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* wic: pass APPEND to bootloaderRoss Burton2019-03-074-4/+4
| | | | | | | | | Rename the systemd and grub-efi .wks files to .wks.in, and replace all 'append' entries apart from rootfstype (which is specific to the wks file) with ${APPEND}, so the values of APPEND from the BSP and user is respected. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: Initial recipe for Intel Math Kernel LibraryAnkit Navik2019-03-052-0/+23
| | | | | | | | | Add generic recipe for Intel(R) Math Kernel Library for Deep Neural Networks. The library accelerates deep-learning applications and frameworks on Intel architecture. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: upgrade 18.4.0 -> 18.4.1Naveen Saini2019-03-041-1/+1
| | | | | | | | | For changes, see: https://github.com/Intel-Media-SDK/MediaSDK/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel_4.14: update to v4.14.101Naveen Saini2019-02-271-2/+2
| | | | | | | This update brings in changes from v4.14.93 up to v4.14.101 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/4.19: update to v4.19.23Naveen Saini2019-02-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Stable Linux tag 'v4.19.23': (355 commits) Linux 4.19.23 Revert "exec: load_script: don't blindly truncate shebang string" Linux 4.19.22 svcrdma: Remove max_sge check at connect time svcrdma: Reduce max_send_sges batman-adv: Force mac header to start of data on xmit batman-adv: Avoid WARN on net_device without parent in netns xfrm: refine validation of template and selector families libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive() Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal" xfrm: Make set-mark default behavior backward compatible SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAIT drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user drm/vmwgfx: Fix setting of dma masks drm/i915: always return something on DDI clock selection drm/amd/powerplay: Fix missing break in switch drm/modes: Prevent division by zero htotal mac80211: ensure that mgmt tx skbs have tailroom for encryption mic: vop: Fix use-after-free on remove powerpc/radix: Fix kernel crash with mremap() ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* sbsigntool-native: upgrade v0.8 -> v0.9.2Naveen Saini2019-02-222-3/+60
| | | | | | | | | | Replaced openssl10-native dependency with openssl-native For more details on source commits, please see: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbevf: upgrade 4.3.6 -> 4.5.2Naveen Saini2019-02-202-31/+3
| | | | | | | | | | For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.5.2/ License checksum changed because of formatting related changes. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe: 5.5.2 -> 5.5.3Naveen Saini2019-02-201-2/+2
| | | | | | | | | For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.5.3/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* README: update for thud release requirementsNaveen Saini2019-02-201-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbevf: fix upstream release checkingNaveen Saini2019-02-151-0/+3
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe: fix upstream release checkingNaveen Saini2019-02-151-0/+3
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: upgrade 18.3.1 -> 18.4.0Anuj Mittal2019-02-151-2/+2
| | | | | | | | For changes, see: https://github.com/Intel-Media-SDK/MediaSDK/releases Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 18.3.0 -> 18.4.1Anuj Mittal2019-02-151-2/+2
| | | | | | | | For changes, see: https://github.com/intel/media-driver/releases Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: upgrade 18.3.0 -> 18.4.1Anuj Mittal2019-02-151-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf: set -rt kernel to 4.19Anuj Mittal2019-02-121-0/+1
| | | | | | | Explicitly set the kernel to be used when building an image with linux-intel-rt kernel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: fix upstream release checkingRoss Burton2019-02-041-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: fix upstream release checkingRoss Burton2019-02-041-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: fix upstream release checkingRoss Burton2019-02-041-0/+2
| | | | | | | | | | | We need to use a custom regex because there are lots of tags we want to ignore: - We want to skip intel-media-19.1.pre1 as it's a pre-release - driver-for-Intel-Media-SDK-2018Q2.1 gets parsed as version 2018 - intel-media-600.0132 gets parsed as version 600 Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>