summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: Add the new release layer seriesYogesh Tyagi13 days1-1/+1
| | | | | | Add the wrynose release as being compatible with the layer. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* meta-intel.inc: set PREFERRED_VERSION for linux-intel to 6.18Yogesh Tyagi2026-03-181-4/+4
| | | | | | | | | Update default kernel version preference to 6.18 for both RT and Non RT variants. 6.18 continues to use a single branch for both RT and non-RT kernels. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* conf/machine, oeqa: replace gstreamer1.0-vaapi with gst-plugins-badYogesh Tyagi2026-03-183-3/+3
| | | | | | | | | | | | | | | | | | | | | | | gstreamer1.0-vaapi has been removed from openembedded-core in favor of the va plugin in gst-plugins-bad and is no longer available. This updates all Intel machine configurations to use gstreamer1.0-plugins-bad instead of the obsolete gstreamer1.0-vaapi package in MACHINE_HWCODECS. The VA-API functionality is now provided by the va plugin within gst-plugins-bad, which contains the same VA-API GStreamer elements (vah264dec, vah265dec, vapostproc, etc.). Also updates the runtime test case to check for gstreamer1.0-plugins-bad instead of gstreamer1.0-vaapi. Affected machines: - intel-core2-32 - intel-corei7-64 - intel-skylake-64 Reference: openembedded-core commit 9e2d2a5b0c9e062f13651093bb1e459f210618e6 (gstreamer1.0-vaapi: remove recipe) Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* thermald: remove and migrate to meta-oeAnuj Mittal2026-02-251-1/+0
| | | | | | | | | | thermald now supports ARM platforms [1], so move it out of meta-intel to allow broader reuse. [1] thermal_daemon 1931a12e7e ("Add ARM backend and enable ARM platform detection") Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* maintainers: Update recipe maintainersYogesh Tyagi2026-02-241-43/+43
| | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* meta-intel : ovmf support has been dropped for 32 bit x86 machines [1]Yogesh Tyagi2026-01-201-0/+3
| | | | | | [1] https://patchwork.yoctoproject.org/project/oe-core/patch/20251222200739.2278706-47-alex.kanavin@gmail.com/ Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* onednn: Move RDEPENDS of PACKAGECONFIG[gpu] to a separate settingZoltán Böszörményi2026-01-131-0/+2
| | | | | | | | | | This allows using a different OpenCL backend (like intel-compute-runtime-legacy1 from meta-clang-revival), or multiple ones, so the same image can support different platforms. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* Support whinlatter onlyYogesh Tyagi2026-01-091-3/+3
| | | | | | | | Yocto 5.3 merged most of meta-clang. Fix recipes structure in dynamic-layers/clang-layer clang recipes now depend on meta-clang-revival layer Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* Revert "Support whinlatter only"Yogesh Tyagi2026-01-071-1/+3
| | | | This reverts commit 36e44b684cc74e5d3112f7e430e8ef563d69ee92.
* Support whinlatter onlyZoltán Böszörményi2026-01-011-3/+1
| | | | | | | Yocto 5.3 merged most of meta-clang. Move recipes from dynamic-layers/clang-layer to the toplevel. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
* hdcp : drop recipeYogesh Tyagi2025-07-251-1/+0
| | | | | | | | hdcp project is no longer maintained so drop the recipe and other references of hdcp from the layer Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: Add the new release layer seriesYogesh Tyagi2025-06-241-1/+1
| | | | | | | Add the whinlatter release as being compatible with the layer. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk : drop recipeYogesh Tyagi2025-05-023-3/+2
| | | | | | | | intel-mediasdk project is no longer maintained so drop the recipe and other references of intel-mediasdk from the layer Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: Add the new release layer seriesRichard Purdie2025-04-021-1/+1
| | | | | | | Add the walnascar release as being compatible with the layer. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: set PREFERRED_VERSION for linux-intelYogesh Tyagi2025-03-101-3/+3
| | | | | | | | | * set kernel version to 6.12 for both lts and mainline (poky-altcfg) since it is the latest kernel * 6.12 has a single branch for rt and non rt so use 6.12 for rt as well Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: set PREFERRED_VERSION for altcfg kernel to 6.12Yogesh Tyagi2024-12-201-1/+1
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: set default PREFERRED_VERSION for mainline rt to 6.11 rt kernelYogesh Tyagi2024-10-151-0/+1
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.11 kernelYogesh Tyagi2024-10-101-1/+1
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernelYogesh Tyagi2024-08-291-1/+1
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine : Remove openvino related recipes and testsYogesh Tyagi2024-07-121-3/+0
| | | | | | | | | | | | | * Remove all openvino related recipes, tests and other data from meta-intel layer as a new layer (meta-oepnvino) specific to openvino has been created. * Update openvino documentation meta-openvino layer URL: https://github.com/intel/meta-openvino Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes: remove secureboot selftest and imagesAnuj Mittal2024-05-301-4/+0
| | | | | | This no longer works and is not maintained and tested. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver: add recipeNaveen Saini2024-05-291-0/+1
| | | | | | | | | | | | | This recipe enables User Mode Driver for Intel® NPU device. Intel® NPU device is an AI inference accelerator integrated with Intel client CPUs, starting from Intel® Core™ Ultra generation of CPUs (formerly known as Meteor Lake). It enables energy-efficient execution of artificial neural network tasks. https://github.com/intel/linux-npu-driver Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang/14.0.0: remove recipeAnuj Mittal2024-05-291-4/+0
| | | | | | | | We no longer allow building with 14.0 version of LLVM so remove the recipe and remove the logic to select that recipe version based on LLVMVERSION value. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: update LAYERSERIES_COMPATAnuj Mittal2024-05-271-2/+2
| | | | | | | Remove kirkstone compatibility claim and make sure we're able to execute the oeqa tests. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* 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>