summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-11-21intel-microcode: upgrade 20201112 -> 2020111814.0-gatesgarth-3.2Anuj Mittal
Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20201118 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-21intel-compute-runtime: upgrade 20.40.18075 -> 20.40.18403Anuj Mittal
Release notes: https://github.com/intel/compute-runtime/releases/tag/20.45.18403 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-21intel-graphics-compiler: upgrade 1.0.5176 -> 1.0.5435Anuj Mittal
Release notes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.5435 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-21linux-intel-rt/5.4: update to v5.4.70Naveen Saini
Updates -rt patchset to -rt40. Updated kernel config to include: Enables X2APIC support Fix CONFIG_PPPOL2TP mismatched warnings Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-21linux-intel/5.4: update to v5.4.75Naveen Saini
tag 'v5.4.75': (212 commits) Linux 5.4.75 staging: octeon: Drop on uncorrectable alignment or FCS error staging: octeon: repair "fixed-link" support staging: comedi: cb_pcidas: Allow 2-channel commands for AO subdevice staging: fieldbus: anybuss: jump to correct label in an error path KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCR device property: Don't clear secondary pointer for shared primary firmware node device property: Keep secondary firmware node secondary by type ARM: s3c24xx: fix missing system reset ARM: samsung: fix PM debug build with DEBUG_LL but !MMU arm: dts: mt7623: add missing pause for switchport hil/parisc: Disable HIL driver when it gets stuck cachefiles: Handle readpage error correctly arm64: berlin: Select DW_APB_TIMER_OF tty: make FONTX ioctl use the tty pointer they were actually passed drm/amd/pm: increase mclk switch threshold to 200 us mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is true mmc: sdhci-of-esdhc: set timeout to max before tuning drm/ttm: fix eviction valuable range check. ext4: fix invalid inode checksum ... Updated kernel config to include: Enables X2APIC support Fix CONFIG_PPPOL2TP mismatched warnings Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-21intel-microcode: upgrade 20201110 -> 20201112Anuj Mittal
Updates microcode for one more platform: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20201112 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-21intel-microcode: upgrade 20200616 -> 20201110Anuj Mittal
Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20201110 Fixes: CVE-2020-8696 CVE-2020-8698 CVE-2020-8695 CVE-2020-8694 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-21opencl-clang: update to release tag 11.0.0Naveen Saini
For more info: https://github.com/intel/opencl-clang/releases/tag/v11.0.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-21intel-graphics-compiler: disable vector compiler optionNaveen Saini
IGC has a copy of legacy spirv translator and additional patcheset to produce spirv shared object (libSPIRVDLL.so) to support Vector compiler. But we build spirv externally and link, which does not provide spirv shared object (libSPIRVDLL.so). Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-11-02open-model-zoo: switch shebang to python3Changqing Li
python2 is EOL, so switch shebang to python3 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-28conf/machine: use a weaker operator to set SERIAL_CONSOLESAnuj Mittal
We should be able to over-ride this when appropriate in a layer or local.conf. Fixes [YOCTO #14109] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-28lms: add PACKAGECONFIG to select network managerAnuj Mittal
Allow users to select either ConnMan or Network Manager. Also fixes an issue introduced because of a recent change in 2022.0.0.0 that removed the build time check in favor of explicit options to select the right network manager [1]. [1] https://github.com/intel/lms/commit/1b8fa452644bdedcdd80d3c8741f73ef8191d439 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-28llvm-project-source: update to release tag llvm 11.0.0Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-28vc-intrinsics: fix build with mulitlibNaveen Saini
Fixes errors seen when multilib is turned on Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-27intel-microcode: change branch name master -> mainAnuj Mittal
Upstream has made 'main' the default branch so make the branch name explicit. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-23intel-compute-runtime: add libva to DEPENDSAnuj Mittal
libva is needed to have cl_intel_va_api_media_sharing [1] extension enabled. [1] https://github.com/intel/compute-runtime/blob/master/opencl/doc/cl_intel_va_api_media_sharing.md Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-20libva-intel-utils: make sure it PROVIDES libva-utilsAnuj Mittal
The recipe should PROVIDE/RPROVIDE libva-utils so it's actually built when using libva-utils. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-20conf: fix recipe name for libva-utilsAnuj Mittal
The name is libva-intel-utils and not libva-utils-intel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-19open-model-zoo: upgrade 2020.4 -> 2021.1Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-16jhi: check for upstream commitsAnuj Mittal
The project doesn't tag releases and pushes everything as one commit whenever there's a new version. So follow the commits - whenever there's one available, we should upgrade. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-15layer.conf: add gatesgarth to LAYERSERIES_COMPATAnuj Mittal
We'd still like to remain compatible with dunfell core as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-15compute-runtime: upgrade 20.33.17675 -> 20.40.18075Anuj Mittal
Release notes: https://github.com/intel/compute-runtime/releases/tag/20.40.18075 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-15igc: upgrade 1.0.4756 -> 1.0.5176Anuj Mittal
Include compatibility for both LLVM 10 and LLVM 11. Vector Compiler fails to compile for LLVM 11 so disable the build for now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-15vc-intrinsics: update to latestAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-15opencl-clang: add recipe for LLVM 11Anuj Mittal
Point to latest for llvm 11 branch as there's no official release yet. And, pick the version of opencl-clang based on LLVMVERSION. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-15llvm: fix build with LLVM11Anuj Mittal
Ensure that we can build with both dunfell (LLVM10) and current master (LLVM11) of meta-clang. Look for LLVMVERSION set by meta-clang and include relevant patches based on the version. There's no official release for SPIRV-LLVM-Translator yet for LLVM11 so pick the latest. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-15level-zero: upgrade 1.0 -> 1.0.13Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-09itt: allow compilation with muslAnuj Mittal
ITT compiles fine with musl now so remove the COMPATIBLE_HOST check. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-08intel-mediasdk: remove older versionAnuj Mittal
Commit b9c01736 introduced a new recipe instead of upgrading an older one. Remove the recipe with older version. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-08openvino-inference-engine: upgrade 2020.4 -> 2021.1Anuj Mittal
Release notes: https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html Update the firmware files and refresh patches as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-08openvino-model-optimizer: upgrade 2020.4 -> 2021.1Anuj Mittal
Release notes: https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-08ngraph: removeAnuj Mittal
Starting with OpenVINO 2020.2, ngraph has been merged in OpenVINO. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-07intel-mediasdk: upgrade 20.2.1 -> 20.3.0Lim Siew Hoon
Release notes: https://github.com/Intel-Media-SDK/MediaSDK/releases/tag/intel-mediasdk-20.3.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-07intel-mediasdk: add PACKAGECONFIG for ittAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-07intel-media-driver: upgrade 20.2.0 -> 20.3.0Lim Siew Hoon
Release notes: https://github.com/intel/media-driver/releases/tag/intel-media-20.3.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-07gmmlib: upgrade 20.2.5 -> 20.3.2Lim Siew Hoon
Release notes: https://github.com/intel/gmmlib/releases/tag/intel-gmmlib-20.3.2 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-07libva-intel-utils: add recipeAnuj Mittal
We need a later version of libva than what is available in oe-core for the media components. Create our own copy of the recipe and include it only when someone has included one of meta-intel MACHINEs. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-07libva-intel: add recipeAnuj Mittal
We need a later version of libva than what is available in oe-core for the media components. Create our own copy of the recipe and include it only when someone has included one of meta-intel MACHINEs. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-07open-model-zoo: install python demos as wellsangeeta jain
Signed-off-by: sangeeta jain <sangeeta.jain@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-05linux-intel-rt/5.4: update to v5.4.66Naveen Saini
Updates -rt patchset to -rt38. Update kernel config. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-05linux-intel/5.4: update to v5.4.68Naveen Saini
tag 'v5.4.68': (117 commits) Linux 5.4.68 iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE mm: memcg: fix memcg reclaim soft lockup net: add __must_check to skb_put_padto() net: qrtr: check skb_put_padto() return value net: phy: Do not warn in phy_stop() on PHY_DOWN net: phy: Avoid NPD upon phy_detach() when driver is unbound net: lantiq: Disable IRQs only if NAPI gets scheduled net: lantiq: Use napi_complete_done() net: lantiq: use netif_tx_napi_add() for TX NAPI net: lantiq: Wake TX queue again bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex. bnxt_en: return proper error codes in bnxt_show_temp net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported net/mlx5e: Enable adding peer miss rules only if merged eswitch is supported tipc: use skb_unshare() instead in tipc_buf_append() tipc: fix shutdown() of connection oriented socket tipc: Fix memory leak in tipc_group_create_member() taprio: Fix allowing too small intervals nfp: use correct define to return NONE fec ... Updated kernel config as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-05sbsigntool: upgrade 0.9.3 -> 0.9.4Anuj Mittal
Upgrade to a commit beyond 0.9.4. Release notes: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/commit/?id=d52f7bbb73401aab8a1d59e8d0d686ad9641035e Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-02jhi: upgrade 1.37 -> 1.38Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-02hdcp: upgrade 20.1.0 -> 20.2.0Anuj Mittal
Release notes: https://github.com/intel/hdcp/releases/tag/intel-HDCP-20.2.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-02onednn: upgrade 1.5 -> 1.6.4Anuj Mittal
Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v1.6.4 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-02ixgbevf: upgrade 4.8.1 -> 4.9.3Anuj Mittal
Release notes: https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.9.3/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-02ixgbe: upgrade 5.8.1 -> 5.9.4Anuj Mittal
Release notes: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.9.4/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-09-24intel-graphics-compiler: improve src package reproducibilityLee Chee Yang
Improve the reproducibility of intel-graphics-compiler-src by replacing the absolute build path with relative one in bison compiled files. The --file-prefix-map could only work on bison 3.7 onward so add it only when bison is newer than 3.7. │ │ │ -#ifndef YY_CISA_YOCTO_POKY_MASTER_BUILD_TMP_WORK_SKYLAKE_64_POKY_LINUX_INTEL_GRAPHICS_COMPILER_1_0_4241_R0_BUILD_IGC_VISA_CISA_TAB_HPP_INCLUDED │ │ │ -# define YY_CISA_YOCTO_POKY_MASTER_BUILD_TMP_WORK_SKYLAKE_64_POKY_LINUX_INTEL_GRAPHICS_COMPILER_1_0_4241_R0_BUILD_IGC_VISA_CISA_TAB_HPP_INCLUDED │ │ │ +#ifndef YY_CISA_YOCTO_POKY_MASTER_BUILD_2_TMP_WORK_SKYLAKE_64_POKY_LINUX_INTEL_GRAPHICS_COMPILER_1_0_4241_R0_BUILD_IGC_VISA_CISA_TAB_HPP_INCLUDED │ │ │ +# define YY_CISA_YOCTO_POKY_MASTER_BUILD_2_TMP_WORK_SKYLAKE_64_POKY_LINUX_INTEL_GRAPHICS_COMPILER_1_0_4241_R0_BUILD_IGC_VISA_CISA_TAB_HPP_INCLUDED Also suppress #line directives in scanner that have the build path: │ │ │ -#line 2593 "/yocto/poky-master/build/tmp/work/skylake-64-poky-linux/intel-graphics-compiler/1.0.4241-r0/build/IGC/visa/lex.CISA.cpp" │ │ │ +#line 2593 "/yocto/poky-master/build-2/tmp/work/skylake-64-poky-linux/intel-graphics-compiler/1.0.4241-r0/build/IGC/visa/lex.CISA.cpp" Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-09-18Revert "intel-graphics-compiler: improve src package reproducibility"Anuj Mittal
This reverts commit c6ca760d24dc016434e79a6aceeb608fba890a3c. This breaks builds using meta-intel master with oe-core dunfell because the bison option isn't available on older versions. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-09-11intel-compute-runtime: fix packagingAnuj Mittal
Make sure that level zero driver is also packaged properly and -dev only gets the headers. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>