Go to file
Yogesh Tyagi fc3ee48b87 meta-intel: reorganize recipes into correct logical groups
Reorganize meta-intel recipes to follow Yocto best practices and
clear semantic boundaries between clang/SYCL components, BSP enablement,
core OS policy, and generic support libraries.

Key changes:
- Move oneDPL into clang dynamic layer (SYCL / Clang-semantic dependency)
- Move linux-npu-driver from recipes-core to recipes-bsp (platform enablement)
- Move formfactor from recipes-bsp to recipes-core (system-wide OS policy)
- Move intel-oneapi-ipp out of clang layer into recipes-oneapi (CPU-only, compiler-agnostic)
- Move intel-crypto-mb from recipes-oneapi to recipes-support/crypto
- Move intel-cmt-cat and metee from recipes-bsp to recipes-support

This refactor improves layer clarity, avoids unnecessary clang coupling,
and aligns recipe placement with Yocto conventions.

Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
2026-01-13 23:26:28 +05:30
conf onednn: Move RDEPENDS of PACKAGECONFIG[gpu] to a separate setting 2026-01-13 17:50:13 +05:30
custom-licenses intel-oneapi-ipp: upgrade to 2021.5.1 2022-02-07 16:11:34 +08:00
documentation openvino-inference-engine : Remove openvino related recipes and tests 2024-07-12 16:40:57 +08:00
dynamic-layers meta-intel: reorganize recipes into correct logical groups 2026-01-13 23:26:28 +05:30
lib/oeqa/runtime oeqa/runtime/cases/libipt.py : replace yasm dependency with nasm 2026-01-01 19:52:41 +05:30
recipes-core meta-intel: reorganize recipes into correct logical groups 2026-01-13 23:26:28 +05:30
recipes-devtools/slimboot slimboot-tools: Update to match S/UNPACKDIR changes 2025-07-08 12:59:33 +08:00
recipes-graphics hdcp : drop recipe 2025-07-25 14:17:17 +08:00
recipes-kernel linux-intel/6.12: update to tag lts-v6.12.55-linux-251024T074402Z 2025-11-03 22:50:24 +05:30
recipes-multimedia vpl-gpu-rt: inherit features_check 2025-11-03 22:45:55 +05:30
recipes-oneapi meta-intel: reorganize recipes into correct logical groups 2026-01-13 23:26:28 +05:30
recipes-rt/images core-image-rt-sdk: remove debug-tweaks from IMAGE_FEATURES 2024-11-13 12:27:18 +08:00
recipes-support meta-intel: reorganize recipes into correct logical groups 2026-01-13 23:26:28 +05:30
wic wic: remove APPEND from .wks.in 2020-02-18 10:22:29 +08:00
.gitignore add .gitignore 2017-10-09 11:59:31 -07:00
COPYING.MIT COPYING.MIT: Add COPYING file 2017-03-23 10:32:56 -07:00
LICENSE LICENSE: Add file 2017-03-23 10:33:42 -07:00
README.md README: change maintainer to Yogesh 2025-10-09 09:44:17 +08:00
SECURITY.md security.md: document security policy and reporting guideline 2023-06-20 10:14:30 +08:00

meta-intel

OpenEmbedded/Yocto BSP layer for Intel platforms.

Dependencies

This layer primarily depends on OpenEmbedded-Core (OE-Core). However, certain recipes may require additional layers to support optional features or programming languages not supported by OE-Core. Such recipes are located within the dynamic-layers directory.

Base dependencies:

Dynamic additional dependencies:

Contents

Maintainers