summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* conf/machine: set preferred kernel to 6.8 for poky-altcfgYogesh Tyagi2024-03-211-1/+1
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: update LAYERSERIES_COMPAT to use scarthgapNaveen Saini2024-03-111-1/+1
| | | | | | | Drop compatibility to nanbield. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* qemuboot-intel.inc: clean upNaveen Saini2024-02-051-2/+1
| | | | | | | | | /dev/urandom entropy source already being passed using QB_RNG [1]. [1] https://git.yoctoproject.org/poky/tree/meta/classes-recipe/qemuboot.bbclass#n101 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Change default kernel for poky and poky-altcfgYogesh Tyagi2024-01-081-4/+3
| | | | | | | | | | * Make linux-intel-lts v6.6.5 the default kernel for poky * Make linux-intel-lts v6.6.5 the default RT kernel for poky * Make mainline-tracking v6.7-rc3 the default kernel for poky-altcfg * Maintain only one version of rt kernel Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: use the correct version of opencl-clangAnuj Mittal2023-10-101-3/+3
| | | | | | | Match only the major LLVM version to select the right version of opencl-clang. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: update LAYERSERIES_COMPAT to use nanbieldAnuj Mittal2023-09-111-1/+1
| | | | | | Remove langdale and mickledore from what is supported as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vc-intrinsics: drop recipeAnuj Mittal2023-08-251-1/+0
| | | | | | | It was added because igc needed it. igc recipe pulls vc-intrinsics as a submodule now so this isn't needed anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/6.4: add recipeYogesh Tyagi2023-08-031-1/+1
| | | | | | | | | | | | * It builds 6.4 RT kernel from mainline-tracking tree. https://github.com/intel/mainline-tracking tag: mainline-tracking-v6.4-rt6-preempt-rt-230727T015607Z * Make linux-intel-rt v6.4.0 the default RT kernel for poky-altcfg * Change kernel cache branch to yocto-6.4 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf/machine: set preferred kernel to 6.4 for poky-altcfgYogesh Tyagi2023-07-241-1/+1
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/6.1: add recipeTeoh Suh Haw2023-05-301-2/+2
| | | | | | | | *Replace v5.19 with linux-intel-lts v6.1.26-rt8 kernel. *Make linux-intel-lts v6.1.26 the default RT kernel for poky and poky-altcfg. Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* maintainers.inc: include entry for intel-cmt-catNaveen Saini2023-04-071-1/+2
| | | | | | Re-arranged entry for intel-graphics-compiler to align with alphabetical order. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* jhi: remove recipe and testAnuj Mittal2023-03-151-1/+0
| | | | | | This project is no longer maintained. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf/machine: set preferred kernel to 6.2 for poky-altcfgNaveen Saini2023-03-091-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: build v6.1 kernel with poky distroAnuj Mittal2023-02-211-3/+3
| | | | | | | Change our test defaults to build v6.1 with poky and v5.19 MLT with poky-altcfg. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-skylake-64: use tune-x86-64-v3.incNaveen Saini2023-01-042-25/+1
| | | | | | | | tune-x86-64-v3.inc uses x86-64 v3 level of instruction set. x86-64-v3: (close to Haswell) AVX, AVX2, BMI1, BMI2, F16C, FMA, LZCNT, MOVBE, XSAVE Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: update LAYERSERIES_COMPAT to include mickledoreAnuj Mittal2023-01-041-1/+1
| | | | | | | OE-Core has switched to mickledore: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* tune-skylake.inc: remove qemu-usermode checkNaveen Saini2022-12-291-25/+1
| | | | | | | | | | QEMU 7.2.0 has now support for avx2 with followign change: x86: TCG support for AVX, AVX2, F16C, FMA3 and VAES instructions Ref https://git.yoctoproject.org/poky/commit/?id=9caff14abbb742e5083056b899ee6fc0a5fba8f3 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: remove addpylib directiveNaveen Saini2022-12-211-1/+1
| | | | | | | | | | | We'd like meta-intel master to be able to build with OE-Core kirkstone as well. But Bitbake version in kirkstone does not recognize addplylib directive leading to parsing errors. Remove it for now until there is a better solution available. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: use addpylib directiveAnuj Mittal2022-12-201-0/+2
| | | | | | | | | | | | A recent change in OE-Core [1] has changed the way ${LAYERDIR}/lib is searched for Python modules. Use the new addpylib directive to ensure our modules are imported required for running testimage. [1] https://git.openembedded.org/openembedded-core-contrib/commit/?id=1f56155e91da2030ee0a5e93037c62e1349ba89f Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: add r8152 kernel module to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDSTeoh Jay Shen2022-12-151-1/+1
| | | | | | | | | | | Enable r8152 kernel module for images based on packagegroup-core-boot. Some QA setups that use Realtek RTL8152/RTL8153 based USB ethernet adapters for connection will not have networking working for such images otherwise. Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: add igc module to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDSTeoh Jay Shen2022-12-151-1/+1
| | | | | | | | | | Enable IGC kernel module for images based on packagegroup-core-boot. Some products like TGL NUC11TNKV7 with integrated I225 ethernet controller will not have networking working for such images otherwise. Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* icc: drop Intel C++ classic compiler supportNaveen Saini2022-11-232-57/+0
| | | | | | | | Support for Intel(R) oneAPI DPC++/C++ (icx) compiler is being added. So remove the support for the classic compiler. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: set default PREFERRED_VERSION to 5.19 kernelNaveen Saini2022-11-181-2/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang/15.0.0: add recipeNaveen Saini2022-10-251-0/+4
| | | | | | | | Build opencl-clang with llvm-15 and point to latest from ocl-open-150 branch. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* iccsdk: install icc specific packages only for meta-intel machinesNaveen Saini2022-10-201-0/+3
| | | | | | | And disable ICCSDK bu default. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* icc: add Intel(R) C++ Compiler Classic (ICC) supportNaveen Saini2022-10-121-0/+54
| | | | | | | | Using the IntelĀ® C++ Compiler Classic, you can compile and generate applications that can run on IntelĀ® 64 architecture. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: add langdale to LAYERSERIES_COMPATAnuj Mittal2022-09-301-1/+1
| | | | | | Makes sure that we're compatible with the upcoming release. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Remove support for LLVM 12Anuj Mittal2022-08-151-3/+0
| | | | | | | We can now build with LLVM 14 and no longer need to keep LLVM 12 patches and compatibility code. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.10: remove recipesAnuj Mittal2022-06-171-2/+2
| | | | | | 5.15 is the only tested and default version now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* maintainers.inc: add missing entry for vc-intrinsicsNaveen Saini2022-05-131-0/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libyami/libyami-utils: remove recipesAnuj Mittal2022-04-071-2/+0
| | | | | | Project not maintained anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: upgrade 13.0.0 -> 14.0.0Anuj Mittal2022-04-051-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Remove support for building with LLVM 10Anuj Mittal2022-04-051-4/+2
| | | | | | | 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>
* conf: remove usage of X86_TUNE_DIR varAnuj Mittal2022-04-055-8/+6
| | | | | | | 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>
* qemu-intel.inc: backport of dependency fixes from oe-corePeter Bergin2022-03-311-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* zlib-intel: remove recipeAnuj Mittal2022-03-302-5/+0
| | | | | | | | | 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>
* qemuboot-intel: fix audio optionAnuj Mittal2022-03-301-1/+1
| | | | | | | | | -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>
* layer.conf: Use only kirkstone as LAYERSERIES_COMPATAndrei Gherzan2022-03-041-1/+1
| | | | | | | | | 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>
* layer.conf: include kirkstone in LAYERSERIES_COMPATAnuj Mittal2022-02-221-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf: set COMPATIBLE_MACHINE for dpdk-moduleAnuj Mittal2022-01-282-0/+2
| | | | | | | DPDK layer now requires COMPATIBLE_MACHINE to be set for dpdk-module recipe too. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* maintainers.inc: include entry for intel-crypto-mbAnuj Mittal2021-12-291-0/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: set default rt kernel to 5.15Naveen Saini2021-11-301-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: set default kernel to LTS 5.15Naveen Saini2021-11-241-3/+3
| | | | | | | 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>
* qemuboot-intel.inc: remove vga and uvesafb parametersAnuj Mittal2021-11-171-2/+2
| | | | | | | | | | | 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>
* intel-common-pkgarch.inc: fix operator combinationAnuj Mittal2021-11-051-1/+1
| | | | | | | Bitbake now warns if :append is combined with +=. Change this to use the preferred format. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: use zlib from oe-core by defaultNaveen Saini2021-11-031-5/+0
| | | | | | | 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>
* intel-oneapi-ipp: add recipe for Intel OneAPI IPP library (runtime only)Vtiurina, Mariia2021-10-211-1/+2
| | | | | | | | | | 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>
* Remove support for gatesgarthAnuj Mittal2021-10-132-5/+3
| | | | | | | 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>
* maintainers.inc: add missing entries for libva/libva-utilsAnuj Mittal2021-10-111-0/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: allow to select opencl-clang/13.0.0 tooNaveen Saini2021-09-031-2/+4
| | | | | | | 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>