aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-08-21opencl-clang: upgrade 8.0.0 -> 8.0.1Anuj Mittal
Switch to using latest on ocl-release-80 branch and to using using lld for native builds to remain in sync with clang layer. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-21opencl-clang: move to a separate recipeAnuj Mittal
Since this is managed as a separate repository, build it as a separate component instead of bundling with LLVM/clang. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-21gmmlib: build for native as wellAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-16linux-intel-rt/4.14: update to v4.14.134Naveen Saini
Updates rt patchset to -rt63 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-16linux-intel_4.14: update to v4.14.138Naveen Saini
Includes below CVE fixed: CVE-2019-14283 CVE-2019-14284 tag 'v4.14.138': (34 commits) Linux 4.14.138 spi: bcm2835: Fix 3-wire mode if DMA is enabled cgroup: Fix css_task_iter_advance_css_set() cset skip condition cgroup: css_task_iter_skip()'d iterators must be advanced before accessed cgroup: Include dying leaders with live threads in PROCS iterations cgroup: Implement css_task_iter_skip() cgroup: Call cgroup_release() before __exit_signal() bnx2x: Disable multi-cos feature. mvpp2: refactor MTU change code tun: mark small packets as owned by the tap sock net/mlx5e: Prevent encap flow counter update async to user query compat_ioctl: pppoe: fix PPPOEIOCSFWD handling tipc: compat: allow tipc commands without arguments NFC: nfcmrvl: fix gpio-handling regression net: sched: Fix a possible null-pointer dereference in dequeue_func() net: phylink: Fix flow control for fixed-link net/mlx5: Use reversed order when unregister devices net: fix ifindex collision during namespace removal net: bridge: mcast: don't delete permanent entries when fast leave is enabled net: bridge: delete local fdb on device init failure ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-16ace: fix glibc build failureNaveen Saini
Recent glibc v2.30 dropped XSI STREAMS declarations, which causing below build failure. poky/build/tmp/work/corei7-64-poky-linux/ace/6.5.3-r0/ACE_wrappers/ace/os_include/os_stropts.h:56:17: fatal error: stropts.h: No such file or directory | 56 | # include /**/ <stropts.h> | | ^~~~~~~~~~~ | compilation terminated. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-15intel-mediasdk: upgrade 19.2.0 -> 19.2.1Anuj Mittal
For release notes, see: https://github.com/Intel-Media-SDK/MediaSDK/releases Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-15intel-media-driver: upgrade 19.2.0 -> 19.2.1Anuj Mittal
For release notes, see: https://github.com/intel/media-driver/releases Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-13ovmf: refresh patchAnuj Mittal
Refresh patch as per the latest version in OE-Core. Move the key as per: https://github.com/tianocore/edk2/commit/a79b115adeab638feeedde2f3d3dcb141e4b445b Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-10ace: add SUMMARY and HOMEPAGEAnuj Mittal
It's useful to have these so someone who is looking at layer index as an example knows what the component is. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-10zlib-intel: use '.' instead of '_' in PVAnuj Mittal
Otherwise everything after underscore either gets ignored (in case of devtool) or converted to a hyphen. This ensures that the version is handled more consistently. Also add a custom GITTAGREGEX check to check for upstream releases. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-09meta-intel.inc: include i915 kernel module and firmwareAnuj Mittal
We include the firmware as part of initramfs image that is used for live images. Make sure that we include this module for others as well. Also include the kernel module for all images instead of relying on "linux-modules" using MACHINE_EXTRA_RRECOMMENDS. Use MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS instead to pull in i915 module so it works for all images based on packagegroup-core-boot. Fixes [YOCTO #13446] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-09libyami: upgrade 1.3.1 -> 1.3.2Anuj Mittal
For changes, see: https://github.com/intel/libyami/blob/1.3.2/NEWS Remove all the patches fixing warnings converted to errors when using clang. Most of these have been fixed and others are trivial enough to be ignored. Pass -Wno-error to CXXFLAGS to ignore these. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-09itt: install header files to package specific directoryNaveen Saini
Also installing other supported header files. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-09linux-intel-rt/4.19: update to v4.19.59Naveen Saini
Updates -rt patchset to -rt24. Also updates the meta revision to include changes: 960be421 intel-common-drivers: enable RANDOM_TRUST_CPU for Intel BSPs bc74ed4e features: add support for RANDOM_TRUST_CPU a52c1d35 security.cfg: unset HARDENED_USERCOPY_FALLBACK 772b96e0 kver: bump to v4.19.57 4c8cf83d scsi-debug: include core scsi support for standalone inclusion 3017e92f features/security: Add more kernel hardening fragments Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-09linux-intel/4.19: update to v4.19.62Naveen Saini
4.19.62 stable release This rlease has CVEs fixed: CVE-2019-14283 CVE-2019-14284 CVE-2019-13631 Linux 4.19.62 platform/x86: SEP BUG fix for lbrcollection platform/x86: SEP bug fix, use of undeclared var drm/i915/cfl: Add a new CFL PCI ID. net: sched: verify that q!=NULL before setting q->flags mm: vmscan: scan anonymous pages on file refaults KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested KVM: nVMX: do not use dangling shadow VMCS after guest reset ext4: allow directory holes ext4: use jbd2_inode dirty range scoping jbd2: introduce jbd2_inode dirty range scoping mm: add filemap_fdatawait_range_keep_errors() ext4: enforce the immutable flag on open files ext4: don't allow any modifications to an immutable file perf/core: Fix race between close() and fork() perf/core: Fix exclusive events' grouping MIPS: lb60: Fix pin mappings gpio: davinci: silence error prints in case of EPROBE_DEFER dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc dma-buf: balance refcount inbalance net: bridge: stp: don't cache eth dest pointer before skb pull net: bridge: don't cache ether dest pointer on input net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-09intel-graphics-compiler: use custom UPSTREAM_CHECK_GITTAGREGEXAnuj Mittal
Use a custom regex to make sure we exclude tags starting with something other than igc and those that include versions starting with 19. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-08intel-mediasdk: disable x32 buildNaveen Saini
Upstream doesn't support building for x32. Instread of patching makefile for x32 and risk runtime failures, disable the build. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-08intel-media-driver: disable x32 buildNaveen Saini
Upstream doesn't support building for x32. Instread of patching makefile for x32 and risk runtime failures, disable the build. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-08gmmlib: disable x32 buildNaveen Saini
Upstream doesn't support building for x32. Instread of patching makefile for x32 and risk runtime failures, disable the build. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-08intel-corei7-64.conf: add conditionally to HWCODECS for x32 buildNaveen Saini
mediasdk & media-driver doesn't support building for x32. Instead of patching makefile to build for x32 and risk runtime failures, do not include in x32 build. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-07layer.conf: add default PREFERRED_PROVIDERS for zlibRoss Burton
This layer adds zlib-intel, which PROVIDES zlib. If meta-intel is added to a build but a meta-intel MACHINE isn't used then bitbake will warn that there are multiple candidates for zlib: NOTE: Multiple providers are available for zlib-native (zlib-native, zlib-intel-native) Consider defining a PREFERRED_PROVIDER entry to match zlib-native NOTE: Multiple providers are available for zlib (zlib, zlib-intel) Consider defining a PREFERRED_PROVIDER entry to match zlib Silence these warnings by adding PREFERRED_PROVIDER defaults in layer.conf. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-07lms: upgrade 1921.0.0.0 -> 1932.0.0.0Alexander Usyskin
Drop library packaging workarounds - not needed with a new sources. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-06mkl-dnn: upgrade v0.19 -> v1.0.1Naveen Saini
Added third party license info: "ittnotify, 3-clause BSD license Copyright (c) 2011, Intel Corporation See full copyright notice and license text in src/cpu/jit_utils/jitprofiling/LICENSE.BSD" Release highlights can be found here: https://github.com/intel/mkl-dnn/releases/tag/v1.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-03isa-l: Initial recipe for Intelligent Storage Acceleration LibraryAnkit Navik
It adds generic recipe for Intel Intelligent Storage Acceleration Library (ISA-L) to optimized low-level functions targeting storage applications. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-03hdcp: upgrade v19.1.0 -> v19.2.0Naveen Saini
Release details can be found here: https://github.com/intel/hdcp/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-03itt: upgrade v17.0 -> v17.01.28Naveen Saini
More info can be found here: https://github.com/intel/IntelSEAPI/releases/tag/17.01.28 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-02metrics-discovery: v1.5.102 -> v1.5.108Naveen Saini
LICENSE.md contains Year (2018 -> 2019) update More details can be found here: https://github.com/intel/metrics-discovery/releases/tag/metrics-discovery-1.5.108 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-01libxcam: set proper version for recipeAnuj Mittal
Since this fetches a release version, set PV accordingly. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-01thermald: upgrade 1.8 -> 1.9Anuj Mittal
Changes: https://github.com/intel/thermal_daemon/blob/master/README.txt Also remove the local patch that has been merged upstream and replace it with another fix for a similar problem elsewhere. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-31intel-graphics-compiler: build only when clang layer is includedAnuj Mittal
igc needs components from LLVM and clang to be built. Move it to dynamic-layers/clang-layer so world builds don't fail when clang layer is not available. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-30libxcam: Initial recipe for libXCamAnkit Navik
It adds generic recipe for libXCam for extended camera feature, but not limited in camera. It focuses on image quality improvement and video analysis. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-25jhi: fix QA failure for multilib buildNaveen Saini
systemd-tmpfiles uses the configuration files from the /usr/lib/tmpfiles.d/*.conf location, so use ${nonarch_libdir} to set FILES path. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-25intel-corei7-64.conf: include mediasdk and media-driver in HWCODECSAnuj Mittal
media-driver is recommended to be used for BDW/SKL and above instead of intel-vaapi-driver. Include it by default along with Media SDK codecs. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-25intel-mediasdk: check for "opengl" featureHongxu Jia
Since comit [a78c420 libva: check for "opengl" feature] applied in oe-core, and intel-mediasdk depends on libva, it should check for "opengl" feature too. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-25intel-media-driver: check for "opengl" featureHongxu Jia
Since comit [a78c420 libva: check for "opengl" feature] applied in oe-core, and intel-media-driver depends on libva, it should check for "opengl" feature too. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-23metee: upgrade 2.1.0 -> 2.1.12.8_M2Alexander Usyskin
Allow to build with musl, as it is fixed in a new version. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-22linux-intel/4.19: update to v4.19.57Anuj Mittal
Also updates the meta revision to include changes: 960be421 intel-common-drivers: enable RANDOM_TRUST_CPU for Intel BSPs bc74ed4e features: add support for RANDOM_TRUST_CPU a52c1d35 security.cfg: unset HARDENED_USERCOPY_FALLBACK 772b96e0 kver: bump to v4.19.57 4c8cf83d scsi-debug: include core scsi support for standalone inclusion 3017e92f features/security: Add more kernel hardening fragments Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-22linux-intel_4.14: update to v4.14.133Naveen Saini
Includes below CVE fixed: CVE-2019-13272 tag 'v4.14.133': (56 commits) Linux 4.14.133 stable/btrfs: fix backport bug in d819d97ea025 ("btrfs: honor path->skip_locking in backref code") dmaengine: imx-sdma: remove BD_INTR for channel0 MIPS: Add missing EHB in mtc0 -> mfc0 sequence. MIPS: Fix bounds check virt_addr_valid svcrdma: Ignore source port when computing DRC hash KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC KVM: x86: degrade WARN to pr_warn_ratelimited ARC: handle gcc generated __builtin_trap for older compiler tty: rocket: fix incorrect forward declaration of 'rp_init()' vhost: scsi: add weight support vhost: vsock: add weight support vhost_net: fix possible infinite loop vhost: introduce vhost_exceeds_weight() vhost_net: introduce vhost_exceeds_weight() vhost_net: use packet weight for rx handler, too vhost-net: set packet weight of tx polling to 2 * vq size btrfs: Ensure replaced device doesn't have pending chunk allocation mm/vmscan.c: prevent useless kswapd loops ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code() ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-10intel-mediasdk: upgrade 19.1.0 -> 19.2.0Anuj Mittal
For changes in this release, see: https://github.com/Intel-Media-SDK/MediaSDK/releases Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-10intel-media-driver: upgrade 19.1.0 -> 19.2.0Anuj Mittal
Also remove the upstreamed patch. For changes in this release, see: https://github.com/intel/media-driver/releases Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-10gmmlib: upgrade 19.1.2 -> 19.2.3Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-10jhi: correct applets installation path for smoketestNaveen Saini
Even though jhi.conf allows to set applets_dir at runtime but better to install testing applets at default path required for smoketest. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-10linux-intel-rt/4.19: update to v4.19.50Naveen Saini
Updates -rt patchset to -rt22. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-08linux-intel-rt/4.14: update to v4.14.126Naveen Saini
Updates rt patchset to -rt62 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-08oeqa/runtime/microcode: Enable microcode update testYeoh Ee Peng
With iucode-tool, identified the selected microcode to be used for microcode update by the specific processor. Compared the updated microcode from dmesg to the selected microcode, test failed if the updated microcode revision does not match the available selected microcode revision from the iucode-tool. Compute int from hexadecimal for comparison based on Naveen Kumar suggestion. Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-05ixgbevf: upgrade 4.5.3 -> 4.6.1Anuj Mittal
Latest OOT driver release that supports kernel versions up to v5.1. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-05ixgbe: upgrade 5.5.5 -> 5.6.1Anuj Mittal
Latest OOT driver release that supports kernel versions up to 5.1. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-04linux-intel-dev: remove branch name from SRC_URIAnuj Mittal
mainline-tracking is a rebasing tree and the tags might no longer be on a branch after an update. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-04linux-intel-rt/4.19: update to v4.19.37Anuj Mittal
Updates -rt patchset to -rt19. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>