Go to file
Yogesh Tyagi 413f4312cd perf: drop libbpf const qualifier workaround
Remove the bbappend that applied const qualifier fixes to libbpf.c.

The workaround was required for older kernel versions where building
perf with -Werror triggered warnings due to discarded const qualifiers
from strstr() and strchr().

The issue is resolved in the currently used linux-intel 6.18 kernel,
making this workaround no longer necessary.

Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
2026-03-20 21:06:09 +08:00
conf layer.conf: Add the new release layer series 2026-03-19 18:58:28 +08:00
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 oidn : drop old recipe 2026-03-03 21:38:21 +08:00
lib/oeqa/runtime conf/machine, oeqa: replace gstreamer1.0-vaapi with gst-plugins-bad 2026-03-18 00:13:56 +08:00
recipes-core intel-microcode: upgrade 20251111 -> 20260210 2026-02-25 10:25:15 +05:30
recipes-devtools/slimboot slimboot-tools : upgrade a63818df -> 7b6466fa 2026-01-27 14:54:34 +05:30
recipes-graphics xf86-video-ast : upgrade 1.1.6 -> 1.2.1 2026-01-27 14:54:38 +05:30
recipes-kernel perf: drop libbpf const qualifier workaround 2026-03-20 21:06:09 +08:00
recipes-multimedia Revert "intel-media-driver : upgrade 25.1.4 -> 26.1.0" 2026-02-18 01:35:29 +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 metee: Use targeted pragma to suppress sign-conversion warnings 2026-02-18 01:34:43 +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