aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2022-05-19maintainers.inc: add missing entry for vc-intrinsicsNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit c198573506219d5955993611f82314b0b1d376a7) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-04-07libyami/libyami-utils: remove recipesAnuj Mittal
Project not maintained anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-04-05opencl-clang: upgrade 13.0.0 -> 14.0.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-04-05Remove support for building with LLVM 10Anuj Mittal
We no longer support building with older branches of OE-Core/meta-clang so remove LLVM 10 specific configurations and patches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-04-05conf: remove usage of X86_TUNE_DIR varAnuj Mittal
The main branch only supports building with kirkstone now so we no longer need this to tweak paths for older branches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-31qemu-intel.inc: backport of dependency fixes from oe-corePeter Bergin
When building an image for intel-corei7-64 (and probably other targets) it was not possible to directly start the image with runqemu due to missing directory in sysroot related to qemu-helper-native. In oe-core two patches has been applied that fixes dependency issues when building images for qemu. Those patches does also fix the issue when building for targets in meta-intel. Following two patches from oe-core, originally for meta/conf/machine/include/qemu.inc, are backported to conf/machine/include/qemu-intel.inc: 3a4fed4ae0 qemu.inc: Should depend on qemu-system-native, not qemu-native 5562342020 image/qemu: Add explict depends for qemu-helper addto_recipe_sysroot task Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-30zlib-intel: remove recipeAnuj Mittal
zlib has a new release and this fork hasn't rebased onto that version yet. Drop this recipe and use the OE-core version for now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-30qemuboot-intel: fix audio optionAnuj Mittal
-soundhw ac97 is deprecated since qemu v5.1.0. Replace it with recommended option. Fixes: | qemu-system-x86_64: warning: '-soundhw ac97' is deprecated, please use '-device AC97' instead Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-04layer.conf: Use only kirkstone as LAYERSERIES_COMPATAndrei Gherzan
Due to the variables rename in the scope of inclusive language, the layer is not compatible with older versions. This change drops all versions but kirkstone from LAYERSERIES_COMPAT. Signed-off-by: Andrei Gherzan <andrei@gherzan.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-22layer.conf: include kirkstone in LAYERSERIES_COMPATAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-01-28conf: set COMPATIBLE_MACHINE for dpdk-moduleAnuj Mittal
DPDK layer now requires COMPATIBLE_MACHINE to be set for dpdk-module recipe too. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-12-29maintainers.inc: include entry for intel-crypto-mbAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-11-30meta-intel.inc: set default rt kernel to 5.15Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-11-24meta-intel.inc: set default kernel to LTS 5.15Naveen Saini
Build 5.10 with poky-altcfg as kenrel 5.4 support is going to drop Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-11-17qemuboot-intel.inc: remove vga and uvesafb parametersAnuj Mittal
These are ancient and no longer required. For a detailed explanation, see: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=ec7beb650fd3ad445e77d2c3c8fde27556d9d0c9 https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=e88fe83014b771b1868ee1159672c80f7710f41d https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=58e85c60cd15cf4c0b47cddcf507543461c1a328 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-11-05intel-common-pkgarch.inc: fix operator combinationAnuj Mittal
Bitbake now warns if :append is combined with +=. Change this to use the preferred format. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-11-03meta-intel.inc: use zlib from oe-core by defaultNaveen Saini
Instead of zlib-intel from this layer, use zlib from oe-core by default Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-10-21intel-oneapi-ipp: add recipe for Intel OneAPI IPP library (runtime only)Vtiurina, Mariia
The initial version of the recipe for Intel OneAPI IPP library. IPP is an extensive library of ready-to-use, domain-specific functions that are highly optimized for diverse Intel architectures. Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-10-13Remove support for gatesgarthAnuj Mittal
Building with oe-core gatesgarth is no longer supported. Remove from LAYERSERIES_COMPAT and remove the LLVM 11 patches as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-10-11maintainers.inc: add missing entries for libva/libva-utilsAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-09-03meta-intel.inc: allow to select opencl-clang/13.0.0 tooNaveen Saini
Based on LLVMVERSION, select opencl-clang version Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-08-23layer.conf: update machine confs with new tune locationsNaveen Saini
Added logic to make sure, it does not break with old releases. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-08-09qemuboot-intel: fix the override syntaxAnuj Mittal
Use : as per the new syntax. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-08-06Manually move some overrides to new syntaxAnuj Mittal
Some of these were missed when using the script and were noticed when building intel-skylake-64 and tiny images which had started failing. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-07-31layer.conf: add honister to LAYERSERIES_COMPATAnuj Mittal
Mark the layer as compatible with honister as well now that OE-Core has switched to using the new override syntax in master branch. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-07-31Convert to new override syntaxAnuj Mittal
Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-07-13maintainers.inc: add recipe entriesNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-06-25qemuboot-intel.inc: remove deprecated show-cursor optionAnuj Mittal
Don't pass show-cursor as it's no longer a valid option. We pass the correct show-cursor=on in runqemu so remove it from here. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-06-03layer.conf: drop meta-intel-qat layer from LAYERRECOMMENDSNaveen Saini
It does not provide any essential dependencies. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-05-07onevpl-intel-gpu: Add recipeYew, Chang Ching
IntelĀ® oneVPL GPU Runtime provides a plain C API to access hardware-accelerated video decode, encode and filtering on IntelĀ® graphics hardware platforms. GPU Runtime is successor for Intel Media SDK. Ref: https://github.com/oneapi-src/oneVPL-intel-gpu Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-05-07onevpl: add recipeNaveen Saini
The oneAPI Video Processing Library (oneVPL) provides a single video processing API for encode, decode, and video processing that works across a wide range of accelerators. This repository contains the following components of oneVPL: * Copies of the oneVPL Specification API header files * oneVPL dispatcher * Examples demonstrating API usage * oneVPL command line tools Ref: https://github.com/oneapi-src/oneVPL Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-30maintainers.inc: change owner for media recipesAnuj Mittal
Makes sure that Siew Hoon gets the AUH patches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-20maintainers.inc: add missing entry for ipmctlAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-04-01opencl-clang/12.0.0: add recipeNaveen Saini
Build opencl-clang with llvm-12 and point to latest from ocl-open-120 branch. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-03-16layer.conf: add hardknott to LAYERSERIES_COMPATNaveen Saini
We'd still like to remain compatible with dunfell and gatesgarth core as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-02-16conf: remove thermald from MACHINE_ESSENTIAL_EXTRA_RDEPENDSNaveen Saini
thermald recipe moved to dynamic layer due to meta-oe dependency. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-01-14conf/machine: set preferred kernel to 5.10Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-12-23machine: remove old vaapi-driver from MACHINE_HWCODECSAnuj Mittal
media-driver is the newer and supported driver and should be used instead. Supported platforms list is updated with each release in the notes available here: https://github.com/intel/media-driver/releases Old platforms that need the old driver should override or extend MACHINE_HWCODECS. 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-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-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-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-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-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-08-03maintainers.inc: add recipe entriesNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-07-22opencl-clang: drop llvm9/clang9 supportNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-07-22layer.conf: drop zeus compatibilityNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-07-08librealsense: removeAnuj Mittal
The recipe for librealsense is maintained in a separate meta-intel-realsense layer. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-05-18libva-utils-intel: drop recipeNaveen Saini
libva-utils in oe-core moved to latest release, so no need to carry in meta-intel anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>